| Package | Description |
|---|---|
| envoy.api.v2.route |
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteOuterClass.WeightedCluster
Compared to the :ref:`cluster <envoy_api_field_route.RouteAction.cluster>` field that specifies a
single upstream cluster as the target of a request, the :ref:`weighted_clusters
<envoy_api_field_route.RouteAction.weighted_clusters>` option allows for specification of
multiple upstream clusters along with weights that indicate the percentage of
traffic to be forwarded to each cluster.
|
static class |
RouteOuterClass.WeightedCluster.Builder
Compared to the :ref:`cluster <envoy_api_field_route.RouteAction.cluster>` field that specifies a
single upstream cluster as the target of a request, the :ref:`weighted_clusters
<envoy_api_field_route.RouteAction.weighted_clusters>` option allows for specification of
multiple upstream clusters along with weights that indicate the percentage of
traffic to be forwarded to each cluster.
|
| Modifier and Type | Method and Description |
|---|---|
RouteOuterClass.WeightedClusterOrBuilder |
RouteOuterClass.RouteActionOrBuilder.getWeightedClustersOrBuilder()
Multiple upstream clusters can be specified for a given route.
|
RouteOuterClass.WeightedClusterOrBuilder |
RouteOuterClass.RouteAction.getWeightedClustersOrBuilder()
Multiple upstream clusters can be specified for a given route.
|
RouteOuterClass.WeightedClusterOrBuilder |
RouteOuterClass.RouteAction.Builder.getWeightedClustersOrBuilder()
Multiple upstream clusters can be specified for a given route.
|
Copyright © 2018 The Envoy Project. All rights reserved.