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: content/ngf/overview/gateway-api-compatibility.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ NGINX Gateway Fabric supports a single GatewayClass resource configured with the
90
90
91
91
{{< /bootstrap-table >}}
92
92
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.
94
94
95
95
See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) command for more information.
96
96
@@ -124,10 +124,9 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
124
124
-`Accepted/False/Invalid`
125
125
-`Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Gateway is invalid or not supported.
126
126
-`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.
128
127
-`Programmed/True/Programmed`
129
128
-`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.
129
+
-`Programmed/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway.
131
130
-`listeners`
132
131
-`name`: Supported.
133
132
-`supportedKinds`: Supported.
@@ -139,7 +138,7 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
139
138
-`Accepted/False/ProtocolConflict`
140
139
-`Accpeted/False/HostnameConflict`
141
140
-`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.
141
+
-`Accepted/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway.
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/).
390
389
391
390
See the [custom policies]({{< ref "/ngf/overview/custom-policies.md" >}}) document for more information.
0 commit comments