Skip to content

Commit

Permalink
Update compatibility doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Sep 15, 2022
1 parent 2c05f8c commit 2936171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gateway-api-compatibility.md.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Fields:
* `queryParams` - partially supported. Only `Exact` type.
* `method` - supported.
* `filters` - not supported.
* `backendRefs` - partially supported. Only a single backend ref without support for `weight`. Backend ref `filters` are not supported. NGINX Kubernetes Gateway will use the IP of the Service as a backend, not the IPs of the corresponding Pods. Watching for Service updates is not supported.
* `backendRefs` - partially supported. Only a single backend ref without support for `weight`. Backend ref `filters` are not supported.
* `status`
* `parents`
* `parentRef` - supported.
Expand Down Expand Up @@ -117,4 +117,4 @@ Fields:
Custom policies will be NGINX Kubernetes Gateway-specific CRDs that will allow supporting features like timeouts, load-balancing methods, authentication, etc. - important data-plane features that are not part of the Gateway API spec.

While those CRDs are not part of the Gateway API, the mechanism of attaching them to Gateway API resources is part of the Gateway API. See the [Policy Attachment doc](https://gateway-api.sigs.k8s.io/references/policy-attachment/).
While those CRDs are not part of the Gateway API, the mechanism of attaching them to Gateway API resources is part of the Gateway API. See the [Policy Attachment doc](https://gateway-api.sigs.k8s.io/references/policy-attachment/).

0 comments on commit 2936171

Please sign in to comment.