envoy.extensions.filters.http.header_to_metadata.v3.Config
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.filters.http.header_to_metadata.v3.Config
.withRequestRules([ types.envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule ])
.withResponseRules([ types.envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule ])
._validate()
Nested Enums
Nested Messages
Fields