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()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| name | string |
|
||
| routes | [] envoy.extensions.filters.network.thrift_proxy.v3.Route |
|
||
| validate_clusters | google.protobuf.BoolValue |
|