Home

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

Nested Messages

Fields

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