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()
| 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 |
|