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()
| 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 |
|