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