Home

xds.type.matcher.v3.Matcher.MatcherTree

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.MatcherTree
.withCustomMatch(types.xds.core.v3.TypedExtensionConfig)
.withExactMatchMap(types.xds.type.matcher.v3.Matcher.MatcherTree.MatchMap)
.withInput(types.xds.core.v3.TypedExtensionConfig)
.withPrefixMatchMap(types.xds.type.matcher.v3.Matcher.MatcherTree.MatchMap)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
custom_match xds.core.v3.TypedExtensionConfig tree_type  
exact_match_map xds.type.matcher.v3.Matcher.MatcherTree.MatchMap tree_type  
input xds.core.v3.TypedExtensionConfig yes 
prefix_match_map xds.type.matcher.v3.Matcher.MatcherTree.MatchMap tree_type