Skip to content

Commit d5ea0bd

Browse files
committed
update compatibility doc with new supported feature.
1 parent 1b3b4e0 commit d5ea0bd

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/gateway-api-compatibility.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This document describes which Gateway API resources BIG-IP Kubernetes Gateway su
1010
| [Gateway](#gateway) | Partially supported |
1111
| [HTTPRoute](#httproute) | Partially supported |
1212
| [ReferenceGrant](#referencegrant) | Support |
13-
| [TLSRoute](#tlsroute) | Not supported, experimental in v0.5.1 |
14-
| [TCPRoute](#tcproute) | Not supported, experimental in v0.5.1 |
15-
| [UDPRoute](#udproute) | Not supported, experimental in v0.5.1 |
13+
| [TLSRoute](#tlsroute) | Not supported, experimental in v0.6.2 |
14+
| [TCPRoute](#tcproute) | Not supported, experimental in v0.6.2 |
15+
| [UDPRoute](#udproute) | Not supported, experimental in v0.6.2 |
1616

1717
## Terminology
1818

@@ -55,10 +55,12 @@ Fields:
5555
* `name` - supported.
5656
* `hostname` - not supported.
5757
* `port` - supported.
58-
* `protocol` - partially supported. Allowed values: `HTTP`.
59-
* `tls` - not supported.
58+
* `protocol` - partially supported. Allowed values: `HTTP`, `HTTPS`.
59+
* `tls` - supported.
60+
* `mode` - supported.
61+
* `certificateRefs` - supported.
6062
* `options` - not supported.
61-
* `allowedRoutes` - supported.
63+
* `allowedRoutes` - supported.
6264
* `addresses` - partially upported.
6365
* type `IPAddress`: supported.
6466
* type `Hostname`: will not support.
@@ -81,7 +83,7 @@ Fields:
8183
* `parentRefs` - partially supported.
8284
* `group` `kind`: partially supported, only for `Gateway`.
8385
* `namespace` `name`: supported.
84-
* `sectionName` must always be set.
86+
* `sectionName` supported.
8587
* `port`: will not support.
8688
* `hostnames` - supported.
8789
* `rules`
@@ -91,12 +93,11 @@ Fields:
9193
* `queryParams` - supported.
9294
* `method` - supported.
9395
* `filters`
94-
* `type` - supported.
9596
* `requestRedirect` - supported.
9697
* `requestHeaderModifier` - supported.
9798
* `responseHeaderModifier` - supported.
9899
* `requestMirror` - not supported.
99-
* `urlRewrite` - supported, experimental in v0.5.1.
100+
* `urlRewrite` - supported, experimental.
100101
* `extensionRef` - partially supported, only v1.Service.
101102
* `backendRefs` - partially supported.
102103
* `group` `kind` partially supported. only v1.Service.
@@ -111,6 +112,11 @@ Fields:
111112

112113
> Status: Supported(since v0.2.0).
113114
115+
Support the reference grants:
116+
117+
* from `Gateway` to `Secret`
118+
* from `HTTPRoute` to `Service`
119+
114120
### TLSRoute
115121

116122
> Status: Not supported.

0 commit comments

Comments
 (0)