Searched refs:weighted_clusters (Results 1 – 5 of 5) sorted by relevance
143 std::vector<ClusterWeight> weighted_clusters; member153 weighted_clusters == other.weighted_clusters &&
297 for (const ClusterWeight& cluster_weight : weighted_clusters) { in ToString()1310 route->weighted_clusters.emplace_back(std::move(cluster)); in RouteActionParse()1316 if (route->weighted_clusters.empty()) { in RouteActionParse()
298 if (route.weighted_clusters.empty()) { in XdsConfigSelector()302 for (const auto& weighted_cluster : route_entry.route.weighted_clusters) { in XdsConfigSelector()492 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