Skip to content

Commit dbf5a17

Browse files
authored
Update GRPCRoute GEP to standard (#3227)
1 parent a663821 commit dbf5a17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

geps/gep-1016/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GEP-1016: GRPCRoute
22

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

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

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

8282

8383
#### Proxyless Service Mesh

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ nav:
126126
- Implementable:
127127
- geps/gep-995/index.md
128128
- Experimental:
129-
- geps/gep-1016/index.md
130129
- geps/gep-1619/index.md
131130
- geps/gep-1742/index.md
132131
- geps/gep-1748/index.md
@@ -144,6 +143,7 @@ nav:
144143
- geps/gep-820/index.md
145144
- geps/gep-851/index.md
146145
- geps/gep-957/index.md
146+
- geps/gep-1016/index.md
147147
- geps/gep-1323/index.md
148148
- geps/gep-1364/index.md
149149
- geps/gep-1426/index.md

0 commit comments

Comments
 (0)