envoy.config.common.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.envoy.config.common.matcher.v3.Matcher
.withMatcherList(types.envoy.config.common.matcher.v3.Matcher.MatcherList)
.withMatcherTree(types.envoy.config.common.matcher.v3.Matcher.MatcherTree)
.withOnNoMatch(types.envoy.config.common.matcher.v3.Matcher.OnMatch)
._validate()
Nested Messages
Fields