Home

envoy.config.common.matcher.v3.Matcher.MatcherList

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.MatcherList
.withMatchers([ types.envoy.config.common.matcher.v3.Matcher.MatcherList.FieldMatcher ])
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
matchers [] envoy.config.common.matcher.v3.Matcher.MatcherList.FieldMatcher yes  {"Repeated":{"min_items":1}}