Skip to content

Commit 1c0e789

Browse files
authored
feat: Remove GatewayNotProgrammed condition on routes from compatibility docs (#1145)
Remove GatewayNotProgrammed condition on routes
1 parent 25441ae commit 1c0e789

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ See the [controller]({{< ref "/ngf/reference/cli-help.md#controller">}}) command
174174
- `Accepted/False/NotAllowedByListeners`
175175
- `Accepted/False/UnsupportedValue`: Custom reason for when the HTTPRoute includes an invalid or unsupported value.
176176
- `Accepted/False/InvalidListener`: Custom reason for when the HTTPRoute references an invalid listener.
177-
- `Accepted/False/GatewayNotProgrammed`: Custom reason for when the Gateway is not Programmed. HTTPRoute can be valid and configured, but will maintain this status as long as the Gateway is not Programmed.
178177
- `Accepted/False/GatewayIgnored`: Custom reason for when the Gateway is ignored by NGINX Gateway Fabric. NGINX Gateway Fabric only supports one Gateway.
179178
- `ResolvedRefs/True/ResolvedRefs`
180179
- `ResolvedRefs/False/InvalidKind`
@@ -220,7 +219,6 @@ See the [controller]({{< ref "/ngf/reference/cli-help.md#controller">}}) command
220219
- `Accepted/False/NotAllowedByListeners`
221220
- `Accepted/False/UnsupportedValue`: Custom reason for when the GRPCRoute includes an invalid or unsupported value.
222221
- `Accepted/False/InvalidListener`: Custom reason for when the GRPCRoute references an invalid listener.
223-
- `Accepted/False/GatewayNotProgrammed`: Custom reason for when the Gateway is not Programmed. GRPCRoute can be valid and configured, but will maintain this status as long as the Gateway is not Programmed.
224222
- `ResolvedRefs/True/ResolvedRefs`
225223
- `ResolvedRefs/False/InvalidKind`
226224
- `ResolvedRefs/False/RefNotPermitted`
@@ -275,7 +273,6 @@ Fields:
275273
- `Accepted/False/NotAllowedByListeners`
276274
- `Accepted/False/UnsupportedValue`: Custom reason for when the TLSRoute includes an invalid or unsupported value.
277275
- `Accepted/False/InvalidListener`: Custom reason for when the TLSRoute references an invalid listener.
278-
- `Accepted/False/GatewayNotProgrammed`: Custom reason for when the Gateway is not Programmed. TLSRoute can be valid and configured, but will maintain this status as long as the Gateway is not Programmed.
279276
- `Accepted/False/HostnameConflict`: Custom reason for when the TLSRoute has a hostname that conflicts with another TLSRoute on the same port.
280277
- `ResolvedRefs/True/ResolvedRefs`
281278
- `ResolvedRefs/False/InvalidKind`

0 commit comments

Comments
 (0)