Skip to content

Commit accf437

Browse files
committed
docs: add GEP exemptions for probationary period
1 parent b2a72dd commit accf437

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

geps/gep-1016.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* Issue: [#1016](https://github.com/kubernetes-sigs/gateway-api/issues/1016)
44
* Status: Experimental
55

6+
> **Note**: This GEP is exempt from the [Probationary Period][expprob] rules of
7+
> our GEP overview as it existed before those rules did, and so it has been
8+
> explicitly grandfathered in.
9+
10+
[expprob]:https://gateway-api.sigs.k8s.io/geps/overview/#probationary-period
11+
612
## Goal
713

814
Add an idiomatic GRPCRoute for routing gRPC traffic.

geps/gep-1323.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* Issue: [#1323](https://github.com/kubernetes-sigs/gateway-api/issues/1323)
44
* Status: Experimental
55

6+
> **Note**: This GEP is exempt from the [Probationary Period][expprob] rules of
7+
> our GEP overview as it existed before those rules did, and so it has been
8+
> explicitly grandfathered in.
9+
10+
[expprob]:https://gateway-api.sigs.k8s.io/geps/overview/#probationary-period
11+
612
## TLDR
713
Similar to how we have `RequestHeaderModifier` in `HTTPRouteFilter`, which lets users modify request headers before the request is forwarded to a backend (or a group of backends), it’d be helpful to have a `ResponseHeaderModifier` field which would let users modify response headers before they are returned to the client.
814

geps/gep-1748.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* Issue: [#1748](https://github.com/kubernetes-sigs/gateway-api/issues/1748)
44
* Status: Experimental
55

6+
> **Note**: This GEP is exempt from the [Probationary Period][expprob] rules of
7+
> our GEP overview as it existed before those rules did, and so it has been
8+
> explicitly grandfathered in.
9+
10+
[expprob]:https://gateway-api.sigs.k8s.io/geps/overview/#probationary-period
11+
612
## TLDR
713

814
The Kubernetes Multi-Cluster Services API enables Services to span multiple

geps/gep-713.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* Issue: [#713](https://github.com/kubernetes-sigs/gateway-api/issues/713)
44
* Status: Experimental
55

6+
> **Note**: This GEP is exempt from the [Probationary Period][expprob] rules of
7+
> our GEP overview as it existed before those rules did, and so it has been
8+
> explicitly grandfathered in.
9+
10+
[expprob]:https://gateway-api.sigs.k8s.io/geps/overview/#probationary-period
11+
612
## TLDR
713

814
This GEP aims to standardize terminology and processes around using one Kubernetes

geps/gep-957.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* Issue: [#957](https://github.com/kubernetes-sigs/gateway-api/issues/957)
44
* Status: Experimental
55

6+
> **Note**: This GEP is exempt from the [Probationary Period][expprob] rules of
7+
> our GEP overview as it existed before those rules did, and so it has been
8+
> explicitly grandfathered in.
9+
10+
[expprob]:https://gateway-api.sigs.k8s.io/geps/overview/#probationary-period
11+
612
## TLDR
713

814
Add a new `port` field to ParentRef to support port matching in Routes.

0 commit comments

Comments
 (0)