Skip to content

Commit

Permalink
docs: Update docs on gwapi support for backendref filters (#3558)
Browse files Browse the repository at this point in the history
Update docs on gwapi support for backendref filters

Signed-off-by: Karol Szwaj <[email protected]>
  • Loading branch information
cnvergence authored Jun 6, 2024
1 parent 85cac84 commit 92760c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/en/latest/tasks/traffic/gatewayapi-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ supported by Envoy Gateway:
__Notes:__
- The only [BackendRef][] kind supported by Envoy Gateway is a [Service][]. Routing traffic to other destinations such
as arbitrary URLs is not possible.
- The `filters` field within [HTTPBackendRef][] is not supported.
- Only `requestHeaderModifier` and `responseHeaderModifier` filters are currently supported within [HTTPBackendRef][].

## TCPRoute

Expand Down Expand Up @@ -76,7 +76,7 @@ provide additional traffic processing:
__Notes:__
- The only [BackendRef][grpc-filter] kind supported by Envoy Gateway is a [Service][]. Routing traffic to other
destinations such as arbitrary URLs is not currently possible.
- The `filters` field within [HTTPBackendRef][] is not supported.
- Only `requestHeaderModifier` and `responseHeaderModifier` filters are currently supported within [GRPCBackendRef][].

## TLSRoute

Expand Down Expand Up @@ -106,6 +106,7 @@ these types of cross-namespace references. Envoy Gateway supports the following
[TCPRoute]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.TCPRoute
[UDPRoute]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.UDPRoute
[GRPCRoute]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.GRPCRoute
[GRPCBackendRef]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GRPCBackendRef
[gRPC]: https://grpc.io/
[TLSRoute]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.TLSRoute
[ReferenceGrant]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.ReferenceGrant
Expand Down

0 comments on commit 92760c8

Please sign in to comment.