Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/load_balancing/xds/
Dcds.cc679 for (const absl::string_view& leaf_cluster : aggregate_config.leaf_clusters) { in CreateChildPolicyConfigForAggregateCluster() local
680 priority_children[std::string(leaf_cluster)] = Json::FromObject({ in CreateChildPolicyConfigForAggregateCluster()
686 {"cluster", Json::FromString(std::string(leaf_cluster))}, in CreateChildPolicyConfigForAggregateCluster()
692 Json::FromString(std::string(leaf_cluster))); in CreateChildPolicyConfigForAggregateCluster()