envoy.config.common.matcher.v3.Matcher.MatcherList.Predicate
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
.withAndMatcher(types.envoy.config.common.matcher.v3.Matcher.MatcherList.Predicate.PredicateList)
.withNotMatcher(types.envoy.config.common.matcher.v3.Matcher.MatcherList.Predicate)
.withOrMatcher(types.envoy.config.common.matcher.v3.Matcher.MatcherList.Predicate.PredicateList)
.withSinglePredicate(types.envoy.config.common.matcher.v3.Matcher.MatcherList.Predicate.SinglePredicate)
._validate()
Nested Messages
Fields