envoy.config.core.v3.HeaderValueOption
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.core.v3.HeaderValueOption
.withAppend(false)
.withAppendAction(types.envoy.config.core.v3.HeaderValueOption.HeaderAppendAction.APPEND_IF_EXISTS_OR_ADD)
.withHeader(types.envoy.config.core.v3.HeaderValue)
.withKeepEmptyValue(false)
._validate()
Nested Enums
Fields