Home

envoy.extensions.filters.network.thrift_proxy.v3.RouteMatch

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.extensions.filters.network.thrift_proxy.v3.RouteMatch
.withHeaders([ types.envoy.config.route.v3.HeaderMatcher ])
.withInvert(false)
.withMethodName('string')
.withServiceName('string')
._validate()

Fields

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