Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split GEP-713 into a Memorandum and separate GEPs for Direct and Inherited Policy #2813

Merged
merged 6 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
471 changes: 471 additions & 0 deletions geps/gep-2648/index.md
youngnick marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions geps/gep-2648/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: internal.gateway.networking.k8s.io/v1alpha1
kind: GEPDetails
number: 2648
name: Direct Policy Attachment
status: Provisional
# Any authors who contribute to the GEP in any way should be listed here using
# their Github handle.
authors:
- youngnick
- robscott
relationships:
extends:
- name: Metaresources and Policy Attachment
number: 713
description: Split out Direct Policy Attachment into its own GEP
# references is a list of hyperlinks to relevant external references.
# It's intended to be used for storing Github discussions, Google docs, etc.
references:
- "https://github.com/kubernetes-sigs/gateway-api/discussions/2927"
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
# ascending date order.
changelog:
- "https://github.com/kubernetes-sigs/gateway-api/pull/2813"
785 changes: 785 additions & 0 deletions geps/gep-2649/index.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions geps/gep-2649/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: internal.gateway.networking.k8s.io/v1alpha1
kind: GEPDetails
number: 2649
name: Inherited Policy Attachment
status: Provisional
authors:
- youngnick
- robscott
relationships:
extends:
- name: Metaresources and Policy Attachment
number: 713
description: Split out Inherited Policy Attachment
# references is a list of hyperlinks to relevant external references.
# It's intended to be used for storing Github discussions, Google docs, etc.
references:
- "https://github.com/kubernetes-sigs/gateway-api/discussions/2927"
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
# ascending date order.
changelog:
- "https://github.com/kubernetes-sigs/gateway-api/pull/2813"
900 changes: 115 additions & 785 deletions geps/gep-713/index.md
youngnick marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion geps/gep-713/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@ apiVersion: internal.gateway.networking.k8s.io/v1alpha1
kind: GEPDetails
number: 713
name: Metaresources and Policy Attachment
status: Experimental
status: Memorandum
authors:
- youngnick
- robscott
- kflynn
- sanjaypujare
- spacewander
relationships:
extendedBy:
- name: Direct Policy Attachment
number: 2648
description: Split out Direct Policy Attachment
- name: Inherited Policy Attachment
number: 2649
description: Split out Inherited Policy Attachment
references:
- "https://github.com/kubernetes-sigs/gateway-api/issues/611"
- "https://docs.google.com/document/d/13fyptUtO9NV_ZAgkoJlfukcBf2PVGhsKWG37yLkppJo/edit?resourcekey=0-Urhtj9gBkGBkSL1gHgbWKw"
- "https://github.com/kubernetes-sigs/gateway-api/discussions/2927"
changelog:
- "https://github.com/kubernetes-sigs/gateway-api/pull/715"
- "https://github.com/kubernetes-sigs/gateway-api/pull/1565"
- "https://github.com/kubernetes-sigs/gateway-api/pull/2128"
- "https://github.com/kubernetes-sigs/gateway-api/pull/2283"
- "https://github.com/kubernetes-sigs/gateway-api/pull/2448"
- "https://github.com/kubernetes-sigs/gateway-api/pull/2654"
- "https://github.com/kubernetes-sigs/gateway-api/pull/2660"
- "https://github.com/kubernetes-sigs/gateway-api/pull/2813"
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@ nav:
- geps/gep-1619/index.md
- geps/gep-1651/index.md
- geps/gep-1867/index.md
- geps/gep-2648/index.md
- geps/gep-2649/index.md
# - Implementable:
# -
youngnick marked this conversation as resolved.
Show resolved Hide resolved
- Experimental:
- geps/gep-713/index.md
- geps/gep-957/index.md
robscott marked this conversation as resolved.
Show resolved Hide resolved
- geps/gep-1016/index.md
- geps/gep-1742/index.md
- geps/gep-1748/index.md
Expand All @@ -142,6 +144,7 @@ nav:
- geps/gep-1686/index.md
- geps/gep-1709/index.md
- Memorandum:
- geps/gep-713/index.md
- geps/gep-917/index.md
- geps/gep-922/index.md
- geps/gep-1324/index.md
Expand Down