Home

envoy.config.common.mutation_rules.v3.HeaderMutationRules

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.common.mutation_rules.v3.HeaderMutationRules
.withAllowAllRouting(false)
.withAllowEnvoy(false)
.withAllowExpression(types.envoy.type.matcher.v3.RegexMatcher)
.withDisallowAll(false)
.withDisallowExpression(types.envoy.type.matcher.v3.RegexMatcher)
.withDisallowIsError(false)
.withDisallowSystem(false)
._validate()

Fields

Name Type One-of group Required Constraints
allow_all_routing google.protobuf.BoolValue  
allow_envoy google.protobuf.BoolValue  
allow_expression envoy.type.matcher.v3.RegexMatcher  
disallow_all google.protobuf.BoolValue  
disallow_expression envoy.type.matcher.v3.RegexMatcher  
disallow_is_error google.protobuf.BoolValue  
disallow_system google.protobuf.BoolValue