From 9eaa791407fbfed50535902e564203e229675017 Mon Sep 17 00:00:00 2001 From: Megrez Lu Date: Tue, 14 May 2024 15:09:15 +0800 Subject: [PATCH] regenerate manifests Signed-off-by: Megrez Lu --- config/crd/bases/rollouts.kruise.io_rollouts.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/crd/bases/rollouts.kruise.io_rollouts.yaml b/config/crd/bases/rollouts.kruise.io_rollouts.yaml index e101356..ad1f51a 100644 --- a/config/crd/bases/rollouts.kruise.io_rollouts.yaml +++ b/config/crd/bases/rollouts.kruise.io_rollouts.yaml @@ -626,12 +626,9 @@ spec: incoming HTTP requests to the canary service. Each match is independent, i.e. this rule will be matched as long as **any** one of the matches is satisfied. - \n For Gateway API, only a single match rule will - be applied since Gateway API use ANDed rules if multiple - ones are defined, i.e. the match will evaluate to - true only if all conditions are satisfied. And cannot - support both weight and matches, if both are configured, - then matches takes precedence." + \n It cannot support Traffic (weight-based routing) + and Matches simultaneously, if both are configured. + In such cases, Matches takes precedence." items: properties: headers: @@ -698,7 +695,10 @@ spec: x-kubernetes-list-type: map path: description: 'Path specifies a HTTP request path - matcher. Supported list: - Istio: https://istio.io/latest/docs/reference/config/networking/virtual-service/#HTTPMatchRequest' + matcher. Supported list: - Istio: https://istio.io/latest/docs/reference/config/networking/virtual-service/#HTTPMatchRequest + - GatewayAPI: If path is defined, the whole + HttpRouteMatch will be used as a standalone + matcher' properties: type: default: PathPrefix