Home

xds.type.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.xds.type.matcher.v3.Matcher.MatcherList.Predicate
.withAndMatcher(types.xds.type.matcher.v3.Matcher.MatcherList.Predicate.PredicateList)
.withNotMatcher(types.xds.type.matcher.v3.Matcher.MatcherList.Predicate)
.withOrMatcher(types.xds.type.matcher.v3.Matcher.MatcherList.Predicate.PredicateList)
.withSinglePredicate(types.xds.type.matcher.v3.Matcher.MatcherList.Predicate.SinglePredicate)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
and_matcher xds.type.matcher.v3.Matcher.MatcherList.Predicate.PredicateList match_type  
not_matcher xds.type.matcher.v3.Matcher.MatcherList.Predicate match_type  
or_matcher xds.type.matcher.v3.Matcher.MatcherList.Predicate.PredicateList match_type  
single_predicate xds.type.matcher.v3.Matcher.MatcherList.Predicate.SinglePredicate match_type