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