Home

envoy.extensions.http.early_header_mutation.header_mutation.v3.HeaderMutation

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.http.early_header_mutation.header_mutation.v3.HeaderMutation
.withMutations([ types.envoy.config.common.mutation_rules.v3.HeaderMutation ])
._validate()

Fields

Name Type One-of group Required Constraints
mutations [] envoy.config.common.mutation_rules.v3.HeaderMutation yes  {"Repeated":{"min_items":1}}