docs: Fix omitted word (#12782)

Signed-off-by: DongRyeol Cha <dr83.cha@samsung.com>

Mirrored from https://github.com/envoyproxy/envoy @ 71d49d8d89756360458c5626f1b53ada2744223c
master-ci-test
data-plane-api(CircleCI) 4 years ago
parent d4a7391cfa
commit 87ddc21cdc
  1. 2
      envoy/api/v2/cluster.proto
  2. 2
      envoy/config/cluster/v3/cluster.proto
  3. 2
      envoy/config/cluster/v4alpha/cluster.proto

@ -448,7 +448,7 @@ message Cluster {
// connections to upstream hosts whenever hosts are added or removed from the cluster.
bool close_connections_on_host_set_change = 6;
//Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
// Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
ConsistentHashingLbConfig consistent_hashing_lb_config = 7;
}

@ -519,7 +519,7 @@ message Cluster {
// connections to upstream hosts whenever hosts are added or removed from the cluster.
bool close_connections_on_host_set_change = 6;
//Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
// Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
ConsistentHashingLbConfig consistent_hashing_lb_config = 7;
}

@ -522,7 +522,7 @@ message Cluster {
// connections to upstream hosts whenever hosts are added or removed from the cluster.
bool close_connections_on_host_set_change = 6;
//Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
// Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
ConsistentHashingLbConfig consistent_hashing_lb_config = 7;
}

Loading…
Cancel
Save