Home

envoy.type.matcher.v3.MetadataMatcher

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.MetadataMatcher
.withFilter('string')
.withInvert(false)
.withPath([ types.envoy.type.matcher.v3.MetadataMatcher.PathSegment ])
.withValue(types.envoy.type.matcher.v3.ValueMatcher)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
filter string   {"String_":{"WellKnown":null,"min_len":1}}
invert bool  
path [] envoy.type.matcher.v3.MetadataMatcher.PathSegment yes  {"Repeated":{"min_items":1}}
value envoy.type.matcher.v3.ValueMatcher yes