Home
last modified time | relevance | path

Searched refs:weighted_clusters (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h128 std::vector<ClusterWeight> weighted_clusters; member
133 weighted_clusters == other.weighted_clusters);
Dxds_client.cc2161 weighted_clusters) { in GetWeightedClustersKey()
2164 for (const auto& cluster_weight : weighted_clusters) { in GetWeightedClustersKey()
2177 weighted_clusters) { in WeightedClustersActionName()
2178 WeightedClustersKeys keys = GetWeightedClustersKey(weighted_clusters); in WeightedClustersActionName()
2199 if (!route.weighted_clusters.empty()) { in UpdateWeightedClusterIndexMap()
2201 GetWeightedClustersKey(route.weighted_clusters); in UpdateWeightedClusterIndexMap()
2283 route.weighted_clusters.empty() in CreateServiceConfig()
2285 : WeightedClustersActionName(route.weighted_clusters); in CreateServiceConfig()
2289 route.weighted_clusters.empty() in CreateServiceConfig()
2292 action_name, route.weighted_clusters)); in CreateServiceConfig()
[all …]
Dxds_api.cc211 for (const auto& weighted_it : weighted_clusters) { in ToString()
700 const envoy_api_v2_route_WeightedCluster* weighted_clusters = in MaybeLogRouteConfiguration() local
706 weighted_clusters, &num_cluster_weights); in MaybeLogRouteConfiguration()
725 weighted_clusters), in MaybeLogRouteConfiguration()
1239 rds_route->weighted_clusters.emplace_back(std::move(cluster)); in RouteActionParse()
1245 if (rds_route->weighted_clusters.empty()) { in RouteActionParse()
Dxds_client.h241 weighted_clusters);
/third_party/grpc/src/core/ext/xds/
Dxds_api.h99 std::vector<ClusterWeight> weighted_clusters; member
109 weighted_clusters == other.weighted_clusters &&
Dxds_api.cc168 for (const ClusterWeight& cluster_weight : weighted_clusters) { in ToString()
1120 route->weighted_clusters.emplace_back(std::move(cluster)); in RouteActionParse()
1126 if (route->weighted_clusters.empty()) { in RouteActionParse()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc300 if (route.weighted_clusters.empty()) { in XdsConfigSelector()
304 for (const auto& weighted_cluster : route_entry.route.weighted_clusters) { in XdsConfigSelector()
440 if (entry.route.weighted_clusters.empty()) { in GetCallConfig()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto94 // single upstream cluster as the target of a request, the :ref:`weighted_clusters
95 // <envoy_api_field_config.route.v3.RouteAction.weighted_clusters>` option allows for specification…
225 WeightedCluster weighted_clusters = 3; field
/third_party/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto121 WeightedCluster weighted_clusters = 3; field