envoy.config.route.v3.QueryParameterMatcher
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.route.v3.QueryParameterMatcher
.withName('string')
.withPresentMatch(false)
.withStringMatch(types.envoy.type.matcher.v3.StringMatcher)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
name |
string
|
|
|
{"String_":{"WellKnown":null,"max_bytes":1024,"min_len":1}}
|
present_match |
bool
|
query_parameter_match_specifier |
|
|
string_match |
envoy.type.matcher.v3.StringMatcher
|
query_parameter_match_specifier |
|
|