local types = import 'types.libsonnet';
types.envoy.extensions.filters.network.dubbo_proxy.v3.RouteAction
.withCluster('string')
.withMetadataMatch(types.envoy.config.core.v3.Metadata)
.withWeightedClusters(types.envoy.config.route.v3.WeightedCluster)
._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| cluster | string | cluster_specifier |
|
|
| metadata_match | envoy.config.core.v3.Metadata |
|
||
| weighted_clusters | envoy.config.route.v3.WeightedCluster | cluster_specifier |
|