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
+7-7Lines changed: 7 additions & 7 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
@@ -100,8 +100,8 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
100
100
-`gatewayClassName`: Supported.
101
101
-`infrastructure`: Partially Supported.
102
102
-`parametersRef`: NginxProxy resource supported.
103
-
-`labels`: Not supported.
104
-
-`annotations`: Not supported.
103
+
-`labels`: Supported.
104
+
-`annotations`: Supported.
105
105
-`listeners`
106
106
-`name`: Supported.
107
107
-`hostname`: Supported.
@@ -113,7 +113,6 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
113
113
-`options`: Not supported.
114
114
-`allowedRoutes`: Supported.
115
115
-`addresses`: Not supported.
116
-
-`infrastructure`: Not supported.
117
116
-`backendTLS`: Not supported.
118
117
-`status`
119
118
-`addresses`: Partially supported (LoadBalancer and Pod IP).
@@ -124,10 +123,9 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
124
123
-`Accepted/False/Invalid`
125
124
-`Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Gateway is invalid or not supported.
126
125
-`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
126
-`Programmed/True/Programmed`
129
127
-`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.
131
129
-`listeners`
132
130
-`name`: Supported.
133
131
-`supportedKinds`: Supported.
@@ -139,7 +137,7 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
139
137
-`Accepted/False/ProtocolConflict`
140
138
-`Accpeted/False/HostnameConflict`
141
139
-`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.
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
388
391
389
See the [custom policies]({{< ref "/ngf/overview/custom-policies.md" >}}) document for more information.
0 commit comments