-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
Area: xDSIncludes everything xDS related, including LB policies used with xDS.Includes everything xDS related, including LB policies used with xDS.P2Type: Internal CleanupRefactors, etcRefactors, etc
Description
We should completely get rid of the xdsresource.Endpoint struct, and encode all the information associated with the endpoint in the resolver.Endpoint struct.
After #8750, xdsresource.Endpoint struct will contain a slice of resolver.Endpoint instead of storing []Address.
And hostname field will be added in resolver.Endpoint.Attributes. Similarly, existing fields like Weight, Hashkey and HealthStatus can also be stored in attributes of resolver.Endpoint.
Metadata
Metadata
Assignees
Labels
Area: xDSIncludes everything xDS related, including LB policies used with xDS.Includes everything xDS related, including LB policies used with xDS.P2Type: Internal CleanupRefactors, etcRefactors, etc