Home

envoy.config.route.v3.RouteAction.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.config.route.v3.RouteAction.RequestMirrorPolicy
.withCluster('string')
.withClusterHeader('string')
.withRuntimeFraction(types.envoy.config.core.v3.RuntimeFractionalPercent)
.withTraceSampled(false)
._validate()

Fields

Name Type One-of group Required Constraints
cluster string  
cluster_header string   {"String_":{"WellKnown":{"WellKnownRegex":1},"strict":false}}
runtime_fraction envoy.config.core.v3.RuntimeFractionalPercent  
trace_sampled google.protobuf.BoolValue