Home
last modified time | relevance | path

Searched defs:CdsUpdate (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_api.h231 struct CdsUpdate { struct
232 enum ClusterType { EDS, LOGICAL_DNS, AGGREGATE };
233 ClusterType cluster_type;
259 bool operator==(const CdsUpdate& other) const { argument
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h165 struct CdsUpdate { struct
176 using CdsUpdateMap = std::map<std::string /*cluster_name*/, CdsUpdate>; argument