Skip to content

Commit b9ef87e

Browse files
committed
Fix GEP API and geps metadata
The GEP API is using a wrong structure/tag name for some fields, so this PR fixes the markers. Additionally the metadata.yaml files from some GEPs are fixed to reflect the right GEP API structure
1 parent bb5b277 commit b9ef87e

File tree

11 files changed

+62
-62
lines changed

11 files changed

+62
-62
lines changed

geps/gep-1494/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
- jgao1025
1111
# references is a list of hyperlinks to relevant external references.
1212
# It's intended to be used for storing GitHub discussions, Google docs, etc.
13-
references: {}
13+
references: []
1414
# featureNames is a list of the feature names introduced by the GEP, if there
1515
# are any. This will allow us to track which feature was introduced by which GEP.
1616
featureNames:

geps/gep-1731/metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ relationships:
1111
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1212
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1313
# set back to this GEP, and MUST be moved to Declined.
14-
obsoletes: {}
15-
obsoletedBy: {}
14+
obsoletes: []
15+
obsoletedBy: []
1616
# extends indicates that a GEP extends the linked GEP, adding more detail
1717
# or additional implementation. The extended GEP MUST have its extendedBy
1818
# field set back to this GEP.
19-
extends: {}
19+
extends: []
2020
extendedBy:
2121
- number: 3388
2222
name: Retry Budgets
@@ -44,4 +44,4 @@ featureNames:
4444
- SupportHTTPRouteRetryConnectionError
4545
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
4646
# ascending date order.
47-
changelog: {}
47+
changelog: []

geps/gep-3388/metadata.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ relationships:
1212
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1313
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1414
# set back to this GEP, and MUST be moved to Declined.
15-
obsoletes: {}
16-
obsoletedBy: {}
15+
obsoletes: []
16+
obsoletedBy: []
1717
# extends indicates that a GEP extends the linked GEP, adding more detail
1818
# or additional implementation. The extended GEP MUST have its extendedBy
1919
# field set back to this GEP.
2020
extends:
2121
- number: 1731
2222
name: HTTPRoute Retries
23-
extendedBy: {}
23+
extendedBy: []
2424
# seeAlso indicates other GEPs that are relevant in some way without being
2525
# covered by an existing relationship.
26-
seeAlso: {}
26+
seeAlso: []
2727
# references is a list of hyperlinks to relevant external references.
2828
# It's intended to be used for storing GitHub discussions, Google docs, etc.
2929
references:
@@ -34,7 +34,7 @@ references:
3434
- https://github.com/kubernetes-sigs/gateway-api/pull/3695
3535
# featureNames is a list of the feature names introduced by the GEP, if there
3636
# are any. This will allow us to track which feature was introduced by which GEP.
37-
featureNames: {}
37+
featureNames: []
3838
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3939
# ascending date order.
40-
changelog: {}
40+
changelog: []

geps/gep-3567/metadata.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ relationships:
1111
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1212
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1313
# set back to this GEP, and MUST be moved to Declined.
14-
obsoletes: {}
15-
obsoletedBy: {}
14+
obsoletes: []
15+
obsoletedBy: []
1616
# extends indicates that a GEP extends the linked GEP, adding more detail
1717
# or additional implementation. The extended GEP MUST have its extendedBy
1818
# field set back to this GEP.
19-
extends: {}
20-
extendedBy: {}
19+
extends: []
20+
extendedBy: []
2121
# seeAlso indicates other GEPs that are relevant in some way without being
2222
# covered by an existing relationship.
23-
seeAlso: {}
23+
seeAlso: []
2424
# references is a list of hyperlinks to relevant external references.
2525
# It's intended to be used for storing GitHub discussions, Google docs, etc.
26-
references: {}
26+
references: []
2727
# featureNames is a list of the feature names introduced by the GEP, if there
2828
# are any. This will allow us to track which feature was introduced by which GEP.
2929
featureNames:
3030
- GatewayReturn421
3131
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3232
# ascending date order.
33-
changelog: {}
33+
changelog: []

geps/gep-3779/metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ authors:
1010
- aryan16
1111
# references is a list of hyperlinks to relevant external references.
1212
# It's intended to be used for storing GitHub discussions, Google docs, etc.
13-
references: {}
13+
references: []
1414
# featureNames is a list of the feature names introduced by the GEP, if there
1515
# are any. This will allow us to track which feature was introduced by which GEP.
16-
featureNames: {}
16+
featureNames: []
1717
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
1818
# ascending date order.
19-
changelog: {}
19+
changelog: []

geps/gep-3792/metadata.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ relationships:
1111
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1212
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1313
# set back to this GEP, and MUST be moved to Declined.
14-
obsoletes: {}
15-
obsoletedBy: {}
14+
obsoletes: []
15+
obsoletedBy: []
1616
# extends indicates that a GEP extends the linked GEP, adding more detail
1717
# or additional implementation. The extended GEP MUST have its extendedBy
1818
# field set back to this GEP.
19-
extends: {}
20-
extendedBy: {}
19+
extends: []
20+
extendedBy: []
2121
# seeAlso indicates other GEPs that are relevant in some way without being
2222
# covered by an existing relationship.
23-
seeAlso: {}
23+
seeAlso: []
2424
# references is a list of hyperlinks to relevant external references.
2525
# It's intended to be used for storing GitHub discussions, Google docs, etc.
26-
references: {}
26+
references: []
2727
# featureNames is a list of the feature names introduced by the GEP, if there
2828
# are any. This will allow us to track which feature was introduced by which GEP.
2929
# This is the value added to supportedFeatures and the conformance tests, in string form.
30-
featureNames: {}
30+
featureNames: []
3131
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3232
# ascending date order.
33-
changelog: {}
33+
changelog: []

geps/gep-3793/metadata.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ relationships:
1111
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1212
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1313
# set back to this GEP, and MUST be moved to Declined.
14-
obsoletes: {}
15-
obsoletedBy: {}
14+
obsoletes: []
15+
obsoletedBy: []
1616
# extends indicates that a GEP extends the linked GEP, adding more detail
1717
# or additional implementation. The extended GEP MUST have its extendedBy
1818
# field set back to this GEP.
19-
extends: {}
20-
extendedBy: {}
19+
extends: []
20+
extendedBy: []
2121
# seeAlso indicates other GEPs that are relevant in some way without being
2222
# covered by an existing relationship.
23-
seeAlso: {}
23+
seeAlso: []
2424
# references is a list of hyperlinks to relevant external references.
2525
# It's intended to be used for storing GitHub discussions, Google docs, etc.
26-
references: {}
26+
references: []
2727
# featureNames is a list of the feature names introduced by the GEP, if there
2828
# are any. This will allow us to track which feature was introduced by which GEP.
2929
# This is the value added to supportedFeatures and the conformance tests, in string form.
30-
featureNames: {}
30+
featureNames: []
3131
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3232
# ascending date order.
33-
changelog: {}
33+
changelog: []

geps/gep-3798/metadata.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ relationships:
1111
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1212
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1313
# set back to this GEP, and MUST be moved to Declined.
14-
obsoletes: {}
15-
obsoletedBy: {}
14+
obsoletes: []
15+
obsoletedBy: []
1616
# extends indicates that a GEP extends the linked GEP, adding more detail
1717
# or additional implementation. The extended GEP MUST have its extendedBy
1818
# field set back to this GEP.
19-
extends: {}
20-
extendedBy: {}
19+
extends: []
20+
extendedBy: []
2121
# seeAlso indicates other GEPs that are relevant in some way without being
2222
# covered by an existing relationship.
2323
seeAlso:
@@ -27,11 +27,11 @@ relationships:
2727

2828
# references is a list of hyperlinks to relevant external references.
2929
# It's intended to be used for storing GitHub discussions, Google docs, etc.
30-
references: {}
30+
references: []
3131
# featureNames is a list of the feature names introduced by the GEP, if there
3232
# are any. This will allow us to track which feature was introduced by which GEP.
3333
# This is the value added to supportedFeatures and the conformance tests, in string form.
34-
featureNames: {}
34+
featureNames: []
3535
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3636
# ascending date order.
37-
changelog: {}
37+
changelog: []

geps/gep-3949/metadata.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ relationships:
1212
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1313
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1414
# set back to this GEP, and MUST be moved to Declined.
15-
obsoletes: {}
16-
obsoletedBy: {}
15+
obsoletes: []
16+
obsoletedBy: []
1717
# extends indicates that a GEP extends the linked GEP, adding more detail
1818
# or additional implementation. The extended GEP MUST have its extendedBy
1919
# field set back to this GEP.
20-
extends: {}
21-
extendedBy: {}
20+
extends: []
21+
extendedBy: []
2222
# seeAlso indicates other GEPs that are relevant in some way without being
2323
# covered by an existing relationship.
24-
seeAlso: {}
24+
seeAlso: []
2525
# references is a list of hyperlinks to relevant external references.
2626
# It's intended to be used for storing GitHub discussions, Google docs, etc.
27-
references: {}
27+
references: []
2828
# featureNames is a list of the feature names introduced by the GEP, if there
2929
# are any. This will allow us to track which feature was introduced by which GEP.
3030
# This is the value added to supportedFeatures and the conformance tests, in string form.
31-
featureNames: {}
31+
featureNames: []
3232
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3333
# ascending date order.
34-
changelog: {}
34+
changelog: []

geps/gep-696/metadata.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ relationships:
1515
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
1616
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
1717
# set back to this GEP, and MUST be moved to Declined.
18-
obsoletes: {}
19-
obsoletedBy: {}
18+
obsoletes: []
19+
obsoletedBy: []
2020
# extends indicates that a GEP extends the linked GEP, adding more detail
2121
# or additional implementation. The extended GEP MUST have its extendedBy
2222
# field set back to this GEP.
23-
extends: {}
24-
extendedBy: {}
23+
extends: []
24+
extendedBy: []
2525
# seeAlso indicates other GEPs that are relevant in some way without being
2626
# covered by an existing relationship.
27-
seeAlso: {}
27+
seeAlso: []
2828
# references is a list of hyperlinks to relevant external references.
2929
# It's intended to be used for storing GitHub discussions, Google docs, etc.
30-
references: {}
30+
references: []
3131
# featureNames is a list of the feature names introduced by the GEP, if there
3232
# are any. This will allow us to track which feature was introduced by which GEP.
3333
# This is the value added to supportedFeatures and the conformance tests, in string form.
34-
featureNames: {}
34+
featureNames: []
3535
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
3636
# ascending date order.
37-
changelog: {}
37+
changelog: []

0 commit comments

Comments
 (0)