local types = import 'types.libsonnet'; types.envoy.extensions.filters.network.thrift_proxy.v3.RouteMatch .withHeaders([ types.envoy.config.route.v3.HeaderMatcher ]) .withInvert(false) .withMethodName('string') .withServiceName('string') ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
headers | [] envoy.config.route.v3.HeaderMatcher |
|
||
invert | bool |
|
||
method_name | string | match_specifier |
|
|
service_name | string | match_specifier |
|