You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gateway-api/gateway-api-v1.md
+2
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,8 @@ AKO accepts the following HTTPRoute configuration for this release:
288
288
3. HTTPRoute MUST specify atleat one hostname.
289
289
4. HTTPRoute MUST contain at least one hostname match with parent Gateway.
290
290
5. Filters nested inside BackendRefs are not supported i.e. `HTTPRoute-> spec-> rules-> backendRefs-> filters` are not supported whereas `HTTPRoute-> spec-> rules-> filters` is supported.
291
+
6. HTTPRoute `urlRewrite` filter currently supports only `replaceFullPath` as path value.
292
+
7. HTTPRoute with one or more invalid rules will get rejected.
0 commit comments