Searched refs:cluster_ (Results 1 – 1 of 1) sorted by relevance
49 explicit CdsLbConfig(std::string cluster) : cluster_(std::move(cluster)) {} in CdsLbConfig()50 const std::string& cluster() const { return cluster_; } in cluster()54 std::string cluster_; member in grpc_core::__anona4cab1b20111::CdsLbConfig