Searched defs:CdsUpdate (Results 1 – 1 of 1) sorted by relevance
395 struct CdsUpdate { struct396 enum ClusterType { EDS, LOGICAL_DNS, AGGREGATE };397 ClusterType cluster_type;423 bool operator==(const CdsUpdate& other) const { argument