Skip to content

Commit 6a28241

Browse files
authored
docs: remove allowedRoutes from unsupported resource (#2659)
1 parent bc2fe90 commit 6a28241

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/en/latest/concepts/gateway-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The fields below are specified in the Gateway API specification but are either p
7979
| Fields | Status | Notes |
8080
|------------------------------------------------------|----------------------|------------------------------------------------------------------------------------------------|
8181
| `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. |
82-
| `spec.listeners[].allowedRoutes.kinds` | Partially supported | Only `HTTPRoute` (group `gateway.networking.k8s.io`) is accepted; other kinds are rejected. |
8382
| `spec.listeners[].tls.certificateRefs[].group` | Partially supported | Only `""` is supported; other group values cause validation failure. |
8483
| `spec.listeners[].tls.certificateRefs[].kind` | Partially supported | Only `Secret` is supported. |
8584
| `spec.listeners[].tls.mode` | Partially supported | `Terminate` is implemented; `Passthrough` is effectively unsupported for Gateway listeners. |

0 commit comments

Comments
 (0)