Skip to content

Commit 50dc040

Browse files
author
Kate Osborn
committed
Update compat tables and fix link
1 parent 4cb7040 commit 50dc040

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

site/content/how-to/traffic-management/client-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The settings in `ClientSettingsPolicy` correspond to the following NGINX directi
2424
When applied to a Gateway, the settings specified in the `ClientSettingsPolicy` affect all HTTPRoutes and GRPCRoutes attached to the Gateway. This allows Cluster Operators to set defaults for all applications using the Gateway.
2525

2626
When applied to an HTTPRoute or GRPCRoute, the settings in the `ClientSettingsPolicy` affect only the route they are applied to. This allows Application Developers to set values for their applications based on their application's behavior or requirements.
27-
Settings applied to an HTTPRoute or GRPCRoute take precedence over settings applied to a Gateway. See the [custom policies]({{< relref "/overview/custom-policies.md>}}) documentation for more information on policies.
27+
Settings applied to an HTTPRoute or GRPCRoute take precedence over settings applied to a Gateway. See the [custom policies]({{< relref "overview/custom-policies.md" >}}) document for more information on policies.
2828

2929
This guide will show you how to use the `ClientSettingsPolicy` API to configure the client max body size for your applications.
3030

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ docs: "DOCS-1412"
1111
{{< bootstrap-table "table table-striped table-bordered" >}}
1212
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
1313
| ------------------------------------- | ------------------- | ---------------------- | ------------------------------------- | ----------- |
14-
| [GatewayClass](#gatewayclass) | Supported | Not supported | Not supported | v1 |
15-
| [Gateway](#gateway) | Supported | Not supported | Not supported | v1 |
14+
| [GatewayClass](#gatewayclass) | Supported | Not supported | Supported | v1 |
15+
| [Gateway](#gateway) | Supported | Partially supported | Not supported | v1 |
1616
| [HTTPRoute](#httproute) | Supported | Partially supported | Not supported | v1 |
1717
| [ReferenceGrant](#referencegrant) | Supported | N/A | Not supported | v1beta1 |
18-
| [GRPCRoute](#grpcroute) | Partially Supported | Not supported | Not supported | v1 |
18+
| [GRPCRoute](#grpcroute) | Partially Supported | Partially supported | Not supported | v1 |
1919
| [TLSRoute](#tlsroute) | Not supported | Not supported | Not supported | N/A |
2020
| [TCPRoute](#tcproute) | Not supported | Not supported | Not supported | N/A |
2121
| [UDPRoute](#udproute) | Not supported | Not supported | Not supported | N/A |
@@ -48,9 +48,9 @@ For a description of each field, visit the [Gateway API documentation](https://g
4848
### GatewayClass
4949

5050
{{< bootstrap-table "table table-striped table-bordered" >}}
51-
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
52-
| ------------ | ------------------ | ---------------------- | ------------------------------------- | ----------- |
53-
| GatewayClass | Supported | Not supported | Not supported | v1 |
51+
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level| API Version |
52+
| ------------ | ------------------ | ---------------------- | ----------------------------------- | ----------- |
53+
| GatewayClass | Supported | Not supported | Supported | v1 |
5454
{{< /bootstrap-table >}}
5555

5656
NGINX Gateway Fabric supports a single GatewayClass resource configured with the `--gatewayclass` flag of the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) command.
@@ -76,9 +76,9 @@ NGINX Gateway Fabric supports a single GatewayClass resource configured with the
7676
### Gateway
7777

7878
{{< bootstrap-table "table table-striped table-bordered" >}}
79-
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
80-
| -------- | ------------------ | ---------------------- | ------------------------------------- | ----------- |
81-
| Gateway | Supported | Not supported | Not supported | v1 |
79+
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
80+
| -------- | ------------------ | -----------------------------| ------------------------------------- | ----------- |
81+
| Gateway | Supported | Partially supported | Not supported | v1 |
8282
{{< /bootstrap-table >}}
8383

8484
NGINX Gateway Fabric supports a single Gateway resource. The Gateway resource must reference NGINX Gateway Fabric's corresponding GatewayClass.
@@ -185,9 +185,9 @@ See the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) comman
185185
### GRPCRoute
186186

187187
{{< bootstrap-table "table table-striped table-bordered" >}}
188-
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
189-
| --------- | ------------------- | ---------------------- | ------------------------------------- | ----------- |
190-
| GRPCRoute | Supported | Not supported | Not supported | v1 |
188+
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
189+
| --------- | ------------------- | -----------------------------| ------------------------------------- | ----------- |
190+
| GRPCRoute | Supported | Partially supported | Not supported | v1 |
191191
{{< /bootstrap-table >}}
192192

193193
**Fields**:

0 commit comments

Comments
 (0)