Skip to content

Commit 2183e3a

Browse files
committed
docs: update gateway compatibility doc
1 parent 9f714b9 commit 2183e3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/ngf/overview/gateway-api-compatibility.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ NGINX Gateway Fabric supports a single GatewayClass resource configured with the
9090

9191
{{< /bootstrap-table >}}
9292

93-
NGINX Gateway Fabric supports a single Gateway resource. The Gateway resource must reference NGINX Gateway Fabric's corresponding GatewayClass.
93+
NGINX Gateway Fabric supports a multiple Gateway resources. The Gateway resources must reference NGINX Gateway Fabric's corresponding GatewayClass.
9494

9595
See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) command for more information.
9696

@@ -100,8 +100,8 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
100100
- `gatewayClassName`: Supported.
101101
- `infrastructure`: Partially Supported.
102102
- `parametersRef`: NginxProxy resource supported.
103-
- `labels`: Not supported.
104-
- `annotations`: Not supported.
103+
- `labels`: Supported.
104+
- `annotations`: Supported.
105105
- `listeners`
106106
- `name`: Supported.
107107
- `hostname`: Supported.
@@ -113,7 +113,6 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
113113
- `options`: Not supported.
114114
- `allowedRoutes`: Supported.
115115
- `addresses`: Not supported.
116-
- `infrastructure`: Not supported.
117116
- `backendTLS`: Not supported.
118117
- `status`
119118
- `addresses`: Partially supported (LoadBalancer and Pod IP).
@@ -124,10 +123,9 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
124123
- `Accepted/False/Invalid`
125124
- `Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Gateway is invalid or not supported.
126125
- `Accepted/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway.
127-
NGINX Gateway Fabric only supports a single Gateway.
128126
- `Programmed/True/Programmed`
129127
- `Programmed/False/Invalid`
130-
- `Programmed/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway. NGINX Gateway Fabric only supports a single Gateway.
128+
- `Programmed/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway.
131129
- `listeners`
132130
- `name`: Supported.
133131
- `supportedKinds`: Supported.
@@ -139,7 +137,7 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
139137
- `Accepted/False/ProtocolConflict`
140138
- `Accpeted/False/HostnameConflict`
141139
- `Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Listener is invalid or not supported.
142-
- `Accepted/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway. NGINX Gateway Fabric only supports a single Gateway.
140+
- `Accepted/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway.
143141
- `Programmed/True/Programmed`
144142
- `Programmed/False/Invalid`
145143
- `ResolvedRefs/True/ResolvedRefs`
@@ -389,3 +387,5 @@ Custom policies are NGINX Gateway Fabric-specific CRDs (Custom Resource Definiti
389387
While these CRDs are not part of the Gateway API, the mechanism to attach them to Gateway API resources is part of the Gateway API. See the [Policy Attachment documentation](https://gateway-api.sigs.k8s.io/references/policy-attachment/).
390388

391389
See the [custom policies]({{< ref "/ngf/overview/custom-policies.md" >}}) document for more information.
390+
391+
---

0 commit comments

Comments
 (0)