api: LEDS fixing field name (#17676)

Signed-off-by: Adi Suissa-Peleg <adip@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 4620236cf51c22371d218dedbbd89071485af683
pull/624/head
data-plane-api(Azure Pipelines) 3 years ago
parent ccd5246d84
commit d4be37e0b8
  1. 4
      envoy/config/endpoint/v3/endpoint_components.proto
  2. 4
      envoy/config/endpoint/v4alpha/endpoint_components.proto

@ -141,7 +141,7 @@ message LocalityLbEndpoints {
// The group of endpoints belonging to the locality specified.
// [#comment:TODO(adisuissa): Once LEDS is implemented this field needs to be
// deprecated and replaced by *lb_endpoints_list*.]
// deprecated and replaced by *load_balancer_endpoints*.]
repeated LbEndpoint lb_endpoints = 2;
// [#not-implemented-hide:]
@ -149,7 +149,7 @@ message LocalityLbEndpoints {
// The group of endpoints belonging to the locality.
// [#comment:TODO(adisuissa): Once LEDS is implemented the *lb_endpoints* field
// needs to be deprecated.]
LbEndpointList lb_endpoints_list = 7;
LbEndpointList load_balancer_endpoints = 7;
// LEDS Configuration for the current locality.
LedsClusterLocalityConfig leds_cluster_locality_config = 8;

@ -147,7 +147,7 @@ message LocalityLbEndpoints {
// The group of endpoints belonging to the locality specified.
// [#comment:TODO(adisuissa): Once LEDS is implemented this field needs to be
// deprecated and replaced by *lb_endpoints_list*.]
// deprecated and replaced by *load_balancer_endpoints*.]
repeated LbEndpoint lb_endpoints = 2;
// [#not-implemented-hide:]
@ -155,7 +155,7 @@ message LocalityLbEndpoints {
// The group of endpoints belonging to the locality.
// [#comment:TODO(adisuissa): Once LEDS is implemented the *lb_endpoints* field
// needs to be deprecated.]
LbEndpointList lb_endpoints_list = 7;
LbEndpointList load_balancer_endpoints = 7;
// LEDS Configuration for the current locality.
LedsClusterLocalityConfig leds_cluster_locality_config = 8;

Loading…
Cancel
Save