Home

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

Name Type One-of group Required Constraints
matcher_list envoy.config.common.matcher.v3.Matcher.MatcherList matcher_type  
matcher_tree envoy.config.common.matcher.v3.Matcher.MatcherTree matcher_type  
on_no_match envoy.config.common.matcher.v3.Matcher.OnMatch