Home

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

Name Type One-of group Required Constraints
append google.protobuf.BoolValue  
append_action envoy.config.core.v3.HeaderValueOption.HeaderAppendAction   {"Enum":{"defined_only":true}}
header envoy.config.core.v3.HeaderValue yes 
keep_empty_value bool