Home

envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy

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.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy
.withCluster('string')
.withExcludeReadCommands(false)
.withRuntimeFraction(types.envoy.config.core.v3.RuntimeFractionalPercent)
._validate()

Fields

Name Type One-of group Required Constraints
cluster string   {"String_":{"WellKnown":null,"min_len":1}}
exclude_read_commands bool  
runtime_fraction envoy.config.core.v3.RuntimeFractionalPercent