Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h395 struct CdsUpdate { struct
396 enum ClusterType { EDS, LOGICAL_DNS, AGGREGATE };
397 ClusterType cluster_type;
423 bool operator==(const CdsUpdate& other) const { argument