|
|
@ -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 |
|
|
|