update retry_policy_extension field (#10426)

Signed-off-by: Yan Xue <yxyan@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ c6232b702e1bfa2185041883666a5add2965d9e1
master-ci-test
data-plane-api(CircleCI) 5 years ago
parent e6a362a0ec
commit e6cb512c97
  1. 4
      envoy/api/v2/route/route_components.proto
  2. 4
      envoy/config/route/v3/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 // 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 // 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. // upstream cluster to route to or whether to perform a redirect.
// [#next-free-field: 20] // [#next-free-field: 21]
message VirtualHost { message VirtualHost {
enum TlsRequirementType { enum TlsRequirementType {
// No TLS requirement for the virtual host. // 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 // will take precedence over this config and it'll be treated independently (e.g.: values are not
// inherited). :ref:`Retry policy <envoy_api_field_route.VirtualHost.retry_policy>` should not be // inherited). :ref:`Retry policy <envoy_api_field_route.VirtualHost.retry_policy>` should not be
// set if this field is used. // 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 // 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 // route level entry will take precedence over this config and it'll be treated

@ -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 // 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 // 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. // upstream cluster to route to or whether to perform a redirect.
// [#next-free-field: 20] // [#next-free-field: 21]
message VirtualHost { message VirtualHost {
option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.route.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 // will take precedence over this config and it'll be treated independently (e.g.: values are not
// inherited). :ref:`Retry policy <envoy_api_field_config.route.v3.VirtualHost.retry_policy>` should not be // inherited). :ref:`Retry policy <envoy_api_field_config.route.v3.VirtualHost.retry_policy>` should not be
// set if this field is used. // 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 // 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 // route level entry will take precedence over this config and it'll be treated

Loading…
Cancel
Save