We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f268126 commit 81d3f06Copy full SHA for 81d3f06
xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
@@ -66,7 +66,6 @@ func ConvertToServiceConfig(lbPolicy *v3clusterpb.LoadBalancingPolicy, depth int
66
// LoadBalancingPolicy, attempting to convert each one to gRPC form,
67
// stopping at the first supported policy." - A52
68
for _, policy := range lbPolicy.GetPolicies() {
69
- policy.GetTypedExtensionConfig().GetTypedConfig().GetTypeUrl()
70
converter := m[policy.GetTypedExtensionConfig().GetTypedConfig().GetTypeUrl()]
71
// "Any entry not in the above list is unsupported and will be skipped."
72
// - A52
0 commit comments