Home

envoy.type.matcher.v3.ValueMatcher

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.type.matcher.v3.ValueMatcher
.withBoolMatch(false)
.withDoubleMatch(types.envoy.type.matcher.v3.DoubleMatcher)
.withListMatch(types.envoy.type.matcher.v3.ListMatcher)
.withNullMatch(types.envoy.type.matcher.v3.ValueMatcher.NullMatch)
.withPresentMatch(false)
.withStringMatch(types.envoy.type.matcher.v3.StringMatcher)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
bool_match bool match_pattern  
double_match envoy.type.matcher.v3.DoubleMatcher match_pattern  
list_match envoy.type.matcher.v3.ListMatcher match_pattern  
null_match envoy.type.matcher.v3.ValueMatcher.NullMatch match_pattern  
present_match bool match_pattern  
string_match envoy.type.matcher.v3.StringMatcher match_pattern