File tree Expand file tree Collapse file tree 2 files changed +7
-29
lines changed Expand file tree Collapse file tree 2 files changed +7
-29
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ relationships:
11
11
# obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
12
12
# replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
13
13
# set back to this GEP, and MUST be moved to Declined.
14
- obsoletes : {}
15
- obsoletedBy : {}
14
+ obsoletes : []
15
+ obsoletedBy : []
16
16
# extends indicates that a GEP extends the linked GEP, adding more detail
17
17
# or additional implementation. The extended GEP MUST have its extendedBy
18
18
# field set back to this GEP.
19
19
extends :
20
20
- number : 91
21
21
name : Client Certificate Validation for TLS terminating at the Gateway Listener
22
- extendedBy : {}
22
+ extendedBy : []
23
23
# seeAlso indicates other GEPs that are relevant in some way without being
24
24
# covered by an existing relationship.
25
- seeAlso : {}
25
+ seeAlso : []
26
26
# references is a list of hyperlinks to relevant external references.
27
27
# It's intended to be used for storing GitHub discussions, Google docs, etc.
28
- references : {}
28
+ references : []
29
29
# featureNames is a list of the feature names introduced by the GEP, if there
30
30
# are any. This will allow us to track which feature was introduced by which GEP.
31
31
# This is the value added to supportedFeatures and the conformance tests, in string form.
32
- featureNames : {}
32
+ featureNames : []
33
33
# changelog is a list of hyperlinks to PRs that make changes to the GEP, in
34
34
# ascending date order.
35
- changelog : {}
35
+ changelog : []
Original file line number Diff line number Diff line change @@ -6,28 +6,6 @@ status: Provisional
6
6
authors :
7
7
- arkodg
8
8
relationships :
9
- # obsoletes indicates that a GEP makes the linked GEP obsolete, and completely
10
- # replaces that GEP. The obsoleted GEP MUST have its obsoletedBy field
11
- # set back to this GEP, and MUST be moved to Declined.
12
- obsoletes : {}
13
- obsoletedBy : {}
14
- # extends indicates that a GEP extends the linked GEP, adding more detail
15
- # or additional implementation. The extended GEP MUST have its extendedBy
16
- # field set back to this GEP.
17
- extends : {}
18
9
extendedBy :
19
10
- number : 4078
20
11
name : Certificate Pinning for Client Certificate Validation
21
- # seeAlso indicates other GEPs that are relevant in some way without being
22
- # covered by an existing relationship.
23
- seeAlso : {}
24
- # references is a list of hyperlinks to relevant external references.
25
- # It's intended to be used for storing GitHub discussions, Google docs, etc.
26
- references : {}
27
- # featureNames is a list of the feature names introduced by the GEP, if there
28
- # are any. This will allow us to track which feature was introduced by which GEP.
29
- # This is the value added to supportedFeatures and the conformance tests, in string form.
30
- featureNames : {}
31
- # changelog is a list of hyperlinks to PRs that make changes to the GEP, in
32
- # ascending date order.
33
- changelog : {}
You can’t perform that action at this time.
0 commit comments