Skip to content

Commit

Permalink
regenerate manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Megrez Lu <[email protected]>
  • Loading branch information
lujiajing1126 committed May 14, 2024
1 parent 53e2f69 commit 9eaa791
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/crd/bases/rollouts.kruise.io_rollouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9eaa791

Please sign in to comment.