Searched refs:weighted_clusters (Results 1 – 9 of 9) sorted by relevance
128 std::vector<ClusterWeight> weighted_clusters; member133 weighted_clusters == other.weighted_clusters);
2161 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 …]
211 for (const auto& weighted_it : weighted_clusters) { in ToString()700 const envoy_api_v2_route_WeightedCluster* weighted_clusters = in MaybeLogRouteConfiguration() local706 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()
241 weighted_clusters);
99 std::vector<ClusterWeight> weighted_clusters; member109 weighted_clusters == other.weighted_clusters &&
168 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()
300 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()
94 // single upstream cluster as the target of a request, the :ref:`weighted_clusters95 // <envoy_api_field_config.route.v3.RouteAction.weighted_clusters>` option allows for specification…225 WeightedCluster weighted_clusters = 3; field
121 WeightedCluster weighted_clusters = 3; field