Home

xds.type.matcher.v3.Matcher

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
.withMatcherList(types.xds.type.matcher.v3.Matcher.MatcherList)
.withMatcherTree(types.xds.type.matcher.v3.Matcher.MatcherTree)
.withOnNoMatch(types.xds.type.matcher.v3.Matcher.OnMatch)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
matcher_list xds.type.matcher.v3.Matcher.MatcherList matcher_type  
matcher_tree xds.type.matcher.v3.Matcher.MatcherTree matcher_type  
on_no_match xds.type.matcher.v3.Matcher.OnMatch