|
|
|
@ -487,7 +487,7 @@ message CorsPolicy { |
|
|
|
|
core.RuntimeFractionalPercent shadow_enabled = 10; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// [#next-free-field: 30] |
|
|
|
|
// [#next-free-field: 31] |
|
|
|
|
message RouteAction { |
|
|
|
|
option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.route.RouteAction"; |
|
|
|
|
|
|
|
|
@ -661,7 +661,9 @@ message RouteAction { |
|
|
|
|
google.protobuf.BoolValue enabled = 2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
reserved 12, 18, 19, 16, 22, 21; |
|
|
|
|
reserved 12, 18, 19, 16, 22, 21, 10; |
|
|
|
|
|
|
|
|
|
reserved "request_mirror_policy"; |
|
|
|
|
|
|
|
|
|
oneof cluster_specifier { |
|
|
|
|
option (validate.required) = true; |
|
|
|
@ -792,8 +794,8 @@ message RouteAction { |
|
|
|
|
// (e.g.: policies are not merged, most internal one becomes the enforced policy). |
|
|
|
|
RetryPolicy retry_policy = 9; |
|
|
|
|
|
|
|
|
|
// Indicates that the route has a request mirroring policy. |
|
|
|
|
RequestMirrorPolicy request_mirror_policy = 10; |
|
|
|
|
// Indicates that the route has request mirroring policies. |
|
|
|
|
repeated RequestMirrorPolicy request_mirror_policies = 30; |
|
|
|
|
|
|
|
|
|
// Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`. |
|
|
|
|
core.RoutingPriority priority = 11 [(validate.rules).enum = {defined_only: true}]; |
|
|
|
|