From e6cb512c97eb26785645fa4ea3bd52c8907c29fd Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Tue, 17 Mar 2020 22:35:48 +0000 Subject: [PATCH] update retry_policy_extension field (#10426) Signed-off-by: Yan Xue Mirrored from https://github.com/envoyproxy/envoy @ c6232b702e1bfa2185041883666a5add2965d9e1 --- envoy/api/v2/route/route_components.proto | 4 ++-- envoy/config/route/v3/route_components.proto | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/envoy/api/v2/route/route_components.proto b/envoy/api/v2/route/route_components.proto index 0f75d891..2ae4ee75 100644 --- a/envoy/api/v2/route/route_components.proto +++ b/envoy/api/v2/route/route_components.proto @@ -32,7 +32,7 @@ option (udpa.annotations.file_migrate).move_to_package = "envoy.config.route.v3" // host header. This allows a single listener to service multiple top level domain path trees. Once // a virtual host is selected based on the domain, the routes are processed in order to see which // upstream cluster to route to or whether to perform a redirect. -// [#next-free-field: 20] +// [#next-free-field: 21] message VirtualHost { enum TlsRequirementType { // No TLS requirement for the virtual host. @@ -167,7 +167,7 @@ message VirtualHost { // will take precedence over this config and it'll be treated independently (e.g.: values are not // inherited). :ref:`Retry policy ` should not be // set if this field is used. - google.protobuf.Any retry_policy_typed_config = 19; + google.protobuf.Any retry_policy_typed_config = 20; // Indicates the hedge policy for all routes in this virtual host. Note that setting a // route level entry will take precedence over this config and it'll be treated diff --git a/envoy/config/route/v3/route_components.proto b/envoy/config/route/v3/route_components.proto index 719c3e4b..f1a91fe5 100644 --- a/envoy/config/route/v3/route_components.proto +++ b/envoy/config/route/v3/route_components.proto @@ -32,7 +32,7 @@ option java_multiple_files = true; // host header. This allows a single listener to service multiple top level domain path trees. Once // a virtual host is selected based on the domain, the routes are processed in order to see which // upstream cluster to route to or whether to perform a redirect. -// [#next-free-field: 20] +// [#next-free-field: 21] message VirtualHost { option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.route.VirtualHost"; @@ -164,7 +164,7 @@ message VirtualHost { // will take precedence over this config and it'll be treated independently (e.g.: values are not // inherited). :ref:`Retry policy ` should not be // set if this field is used. - google.protobuf.Any retry_policy_typed_config = 19; + google.protobuf.Any retry_policy_typed_config = 20; // Indicates the hedge policy for all routes in this virtual host. Note that setting a // route level entry will take precedence over this config and it'll be treated