Home

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

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.Predicate.SinglePredicate
.withCustomMatch(types.envoy.config.core.v3.TypedExtensionConfig)
.withInput(types.envoy.config.core.v3.TypedExtensionConfig)
.withValueMatch(types.envoy.type.matcher.v3.StringMatcher)
._validate()

Fields

Name Type One-of group Required Constraints
custom_match envoy.config.core.v3.TypedExtensionConfig matcher  
input envoy.config.core.v3.TypedExtensionConfig yes 
value_match envoy.type.matcher.v3.StringMatcher matcher