Fix typo in comment for rds.RouteConfiguration.validate_clusters (#7056)

Signed-off-by: Mike Grass <mgrass@salesforce.com>

Mirrored from https://github.com/envoyproxy/envoy @ accc6cd2d3f43883d0c505940d88daa1af55de17
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 5e96389e4e
commit 4f4dff5738
  1. 2
      envoy/api/v2/rds.proto

@ -123,7 +123,7 @@ message RouteConfiguration {
// option. This setting default to false if the route table is loaded dynamically via the
// :ref:`rds
// <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.rds>`
// option. Users may which to override the default behavior in certain cases (for example when
// option. Users may wish to override the default behavior in certain cases (for example when
// using CDS with a static route table).
google.protobuf.BoolValue validate_clusters = 7;
}

Loading…
Cancel
Save