Searched defs:CdsUpdate (Results 1 – 2 of 2) sorted by relevance
231 struct CdsUpdate { struct232 enum ClusterType { EDS, LOGICAL_DNS, AGGREGATE };233 ClusterType cluster_type;259 bool operator==(const CdsUpdate& other) const { argument
165 struct CdsUpdate { struct176 using CdsUpdateMap = std::map<std::string /*cluster_name*/, CdsUpdate>; argument