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