Home

envoy.extensions.filters.network.dubbo_proxy.v3.RouteAction

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.dubbo_proxy.v3.RouteAction
.withCluster('string')
.withMetadataMatch(types.envoy.config.core.v3.Metadata)
.withWeightedClusters(types.envoy.config.route.v3.WeightedCluster)
._validate()

Fields

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