Skip to content

Commit f80f447

Browse files
authored
Add GEP-2659 and updates to GEP overview (#2689)
* Add GEP-2659 and updates to GEP overview This commit adds the text of GEP-2659 and updates the GEP overview with those details. Signed-off-by: Nick Young <[email protected]> * Adds types for the GEPDetail YAML file Signed-off-by: Nick Young <[email protected]> * Add YAML files for all existing GEPs Signed-off-by: Nick Young <[email protected]> * Fix overview formatting and table of contents Signed-off-by: Nick Young <[email protected]> * Fix spelling and explain references Signed-off-by: Nick Young <[email protected]> * Change Memorandum to a status and remove GEP type Signed-off-by: Nick Young <[email protected]> * Add GEP-91 to the TOC Signed-off-by: Nick Young <[email protected]> * Change updates to extends Signed-off-by: Nick Young <[email protected]> * Move GEPs to directory structure Signed-off-by: Nick Young <[email protected]> * Remove last traces of GEP type and update template GEP Signed-off-by: Nick Young <[email protected]> * Update overview with info about YAML files Signed-off-by: Nick Young <[email protected]> * Fix GEP-1364 lists Signed-off-by: Nick Young <[email protected]> * Fix PR comments Signed-off-by: Nick Young <[email protected]> --------- Signed-off-by: Nick Young <[email protected]>
1 parent 8b6ff01 commit f80f447

File tree

90 files changed

+774
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+774
-70
lines changed

geps/gep-1016/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: internal.gateway.networking.k8s.io/v1alpha1
2+
kind: GEPDetails
3+
number: 1016
4+
name: GRPCRoute
5+
status: Experimental
6+
authors:
7+
- gnossen
8+
- robscott

geps/gep-1282/metadata.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: internal.gateway.networking.k8s.io/v1alpha1
2+
kind: GEPDetails
3+
number: 1282
4+
name: Describing Backend Properties
5+
status: Declined
6+
authors:
7+
- youngnick
8+
relationships:
9+
obsoletedBy:
10+
- number: 1897
11+
name: BackendTLSPolicy - Explicit Backend TLS Connection Configuration
12+
description: Implements just part of the Backend Properties GEP.
13+
- number: 1911
14+
name: Backend Protocol Selection
15+
description: Protocol selection was one of the Backend Properties.

geps/gep-1323/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: internal.gateway.networking.k8s.io/v1alpha1
2+
kind: GEPDetails
3+
number: 1323
4+
name: Response Header Filter
5+
status: Standard
6+
authors:
7+
- aryan9600
8+

0 commit comments

Comments
 (0)