Searched defs:XdsClusterResource (Results 1 – 3 of 3) sorted by relevance
51 struct XdsClusterResource : public XdsResourceType::ResourceData { struct52 struct Eds {61 struct LogicalDns {70 struct Aggregate {79 absl::variant<Eds, LogicalDns, Aggregate> type;82 Json::Array lb_policy_config;107 bool operator==(const XdsClusterResource& other) const { argument
52 struct XdsClusterResource : public XdsResourceType::ResourceData { struct53 struct Eds {62 struct LogicalDns {71 struct Aggregate {102 bool operator==(const XdsClusterResource& other) const { argument
52 class XdsClusterResource extends XdsResourceType<CdsUpdate> { class