Home

envoy.config.core.v3.SubstitutionFormatString

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.SubstitutionFormatString
.withContentType('string')
.withFormatters([ types.envoy.config.core.v3.TypedExtensionConfig ])
.withJsonFormat(types.google.protobuf.Struct)
.withOmitEmptyValues(false)
.withTextFormat('string')
.withTextFormatSource(types.envoy.config.core.v3.DataSource)
._validate()

Fields

Name Type One-of group Required Constraints
content_type string   {"String_":{"WellKnown":{"WellKnownRegex":2},"strict":false}}
formatters [] envoy.config.core.v3.TypedExtensionConfig  
json_format google.protobuf.Struct format  
omit_empty_values bool  
text_format string format  
text_format_source envoy.config.core.v3.DataSource format