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