Skip to content

Commit

Permalink
Update GRPCRoute GEP to standard (kubernetes-sigs#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtineskim committed Aug 8, 2024
1 parent 7a75f37 commit 85e2e1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions geps/gep-1016/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GEP-1016: GRPCRoute

* Issue: [#1016](https://github.com/kubernetes-sigs/gateway-api/issues/1016)
* Status: Experimental
* Status: Standard

> **Note**: This GEP is exempt from the [Probationary Period][expprob] rules of
> our GEP overview as it existed before those rules did, and so it has been
Expand Down Expand Up @@ -74,10 +74,10 @@ The user experience would also degrade significantly if forced to route at the l

- Encoding services and methods as URIs (an implementation detail of gRPC)
- The [Transfer Encoding header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding) for trailers
- Many features supported by HTTP/2 but not by gRPC, such as
- Query parameters
- Methods besides `POST`
- [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
- Many features supported by HTTP/2 but not by gRPC, such as:
- Query parameters
- Methods besides `POST`
- [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)


#### Proxyless Service Mesh
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ nav:
- Implementable:
- geps/gep-995/index.md
- Experimental:
- geps/gep-1016/index.md
- geps/gep-1619/index.md
- geps/gep-1742/index.md
- geps/gep-1748/index.md
Expand All @@ -144,6 +143,7 @@ nav:
- geps/gep-820/index.md
- geps/gep-851/index.md
- geps/gep-957/index.md
- geps/gep-1016/index.md
- geps/gep-1323/index.md
- geps/gep-1364/index.md
- geps/gep-1426/index.md
Expand Down

0 comments on commit 85e2e1c

Please sign in to comment.