envoy.config.common.matcher.v3.Matcher.MatcherList.Predicate.SinglePredicate
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.common.matcher.v3.Matcher.MatcherList.Predicate.SinglePredicate
.withCustomMatch(types.envoy.config.core.v3.TypedExtensionConfig)
.withInput(types.envoy.config.core.v3.TypedExtensionConfig)
.withValueMatch(types.envoy.type.matcher.v3.StringMatcher)
._validate()
Fields