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