Home

envoy.extensions.clusters.redis.v3.RedisClusterConfig

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.clusters.redis.v3.RedisClusterConfig
.withClusterRefreshRate(types.google.protobuf.Duration)
.withClusterRefreshTimeout(types.google.protobuf.Duration)
.withFailureRefreshThreshold(1)
.withHostDegradedRefreshThreshold(1)
.withRedirectRefreshInterval(types.google.protobuf.Duration)
.withRedirectRefreshThreshold(1)
._validate()

Fields

Name Type One-of group Required Constraints
cluster_refresh_rate google.protobuf.Duration   {"Duration":{"gt":{}}}
cluster_refresh_timeout google.protobuf.Duration   {"Duration":{"gt":{}}}
failure_refresh_threshold uint32  
host_degraded_refresh_threshold uint32  
redirect_refresh_interval google.protobuf.Duration  
redirect_refresh_threshold google.protobuf.UInt32Value