Home

envoy.extensions.filters.network.thrift_proxy.v3.RouteConfiguration

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.RouteConfiguration
.withName('string')
.withRoutes([ types.envoy.extensions.filters.network.thrift_proxy.v3.Route ])
.withValidateClusters(false)
._validate()

Fields

Name Type One-of group Required Constraints
name string  
routes [] envoy.extensions.filters.network.thrift_proxy.v3.Route  
validate_clusters google.protobuf.BoolValue