Home

envoy.config.bootstrap.v3.CustomInlineHeader

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.bootstrap.v3.CustomInlineHeader
.withInlineHeaderName('string')
.withInlineHeaderType(types.envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType.REQUEST_HEADER)
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
inline_header_name string   {"String_":{"WellKnown":{"WellKnownRegex":1},"min_len":1,"strict":false}}
inline_header_type envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType   {"Enum":{"defined_only":true}}