This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch docs-update-rsc-support in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit cc9ded53554e2d5373d9e0e4ea85c7e4ee76fe97 Author: traky <[email protected]> AuthorDate: Fri Nov 21 16:19:16 2025 +0800 remove allowedRoutes from unsupported resource --- docs/en/latest/concepts/gateway-api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/latest/concepts/gateway-api.md b/docs/en/latest/concepts/gateway-api.md index 48569a0b..cefdde19 100644 --- a/docs/en/latest/concepts/gateway-api.md +++ b/docs/en/latest/concepts/gateway-api.md @@ -79,7 +79,6 @@ The fields below are specified in the Gateway API specification but are either p | Fields | Status | Notes | |------------------------------------------------------|----------------------|------------------------------------------------------------------------------------------------| | `spec.listeners[].port` | Not supported* | The configuration is required but ignored. This is due to limitations in the data plane: it cannot dynamically open new ports. Since the Ingress Controller does not manage the data plane deployment, it cannot automatically update the configuration or restart the data plane to apply port changes. | -| `spec.listeners[].allowedRoutes.kinds` | Partially supported | Only `HTTPRoute` (group `gateway.networking.k8s.io`) is accepted; other kinds are rejected. | | `spec.listeners[].tls.certificateRefs[].group` | Partially supported | Only `""` is supported; other group values cause validation failure. | | `spec.listeners[].tls.certificateRefs[].kind` | Partially supported | Only `Secret` is supported. | | `spec.listeners[].tls.mode` | Partially supported | `Terminate` is implemented; `Passthrough` is effectively unsupported for Gateway listeners. |
