File tree Expand file tree Collapse file tree 2 files changed +40
-20
lines changed
keps/sig-api-machinery/1164-remove-selflink Expand file tree Collapse file tree 2 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : Deprecate and remove SelfLink
3
- authors :
4
- - " @wojtek-t"
5
- owning-sig : sig-api-machinery
6
- participating-sigs :
7
- - sig-scalability
8
- reviewers :
9
- - " @liggitt"
10
- - " @smarterclayton"
11
- approvers :
12
- - " @lavalamp"
13
- - " @deads2k"
14
- editor : " @wojtek-t"
15
- creation-date : 2019-07-11
16
- last-updated : 2019-07-24
17
- status : implementable
18
- ---
19
-
20
- # Deprecate and Remove SelfLink
1
+ # KEP-1164: Deprecate and Remove SelfLink
21
2
22
3
## Table of Contents
23
4
Original file line number Diff line number Diff line change
1
+ title : Deprecate and remove SelfLink
2
+ kep-number : 1164
3
+ authors :
4
+ - " @wojtek-t"
5
+ owning-sig : sig-api-machinery
6
+ participating-sigs :
7
+ - sig-scalability
8
+ reviewers :
9
+ - " @liggitt"
10
+ - " @smarterclayton"
11
+ approvers :
12
+ - " @lavalamp"
13
+ - " @deads2k"
14
+ creation-date : 2019-07-11
15
+ last-updated : 2019-07-24
16
+ status : implementable
17
+
18
+ # The target maturity stage in the current dev cycle for this KEP.
19
+ stage : alpha
20
+
21
+ # The most recent milestone for which work toward delivery of this KEP has been
22
+ # done. This can be the current (upcoming) milestone, if it is being actively
23
+ # worked on.
24
+ latest-milestone : " v1.19"
25
+
26
+ # The milestone at which this feature was, or is targeted to be, at each stage.
27
+ milestone :
28
+ alpha : " v1.16"
29
+ beta : " v1.20"
30
+ stable : " v1.21"
31
+
32
+ # The following PRR answers are required at alpha release
33
+ # List the feature gate name and the components for which it must be enabled
34
+ feature-gates :
35
+ - name : RemoveSelfLink
36
+ components :
37
+ - kube-apiserver
38
+
39
+ disable-supported : true
You can’t perform that action at this time.
0 commit comments