File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
keps/sig-cli/2590-kubectl-subresource Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,38 @@ authors:
6
6
owning-sig : sig-cli
7
7
participating-sigs :
8
8
- sig-arch
9
+ status : implementable
10
+ creation-date : 2021-04-06
9
11
reviewers :
10
12
- " @soltysh"
11
13
- " @MadhavJivrajani"
12
14
approvers :
13
15
- " @soltysh"
14
16
- " @ardaguclu"
15
17
16
- creation-date : 2021-04-06
17
- last-updated : 2025-01-23
18
+ see-also : []
19
+ replaces : []
18
20
19
- status : implemented
21
+ # The target maturity stage in the current dev cycle for this KEP.
22
+ # If the purpose of this KEP is to deprecate a user-visible feature
23
+ # and a Deprecated feature gates are added, they should be deprecated|disabled|removed.
20
24
stage : stable
21
25
26
+ # The most recent milestone for which work toward delivery of this KEP has been
27
+ # done. This can be the current (upcoming) milestone, if it is being actively
28
+ # worked on.
22
29
latest-milestone : " v1.33"
23
30
31
+ # The milestone at which this feature was, or is targeted to be, at each stage.
24
32
milestone :
25
33
alpha : " v1.24"
26
34
beta : " v1.27"
27
35
stable : " v1.33"
36
+
37
+ # The following PRR answers are required at alpha release
38
+ # List the feature gate name and the components for which it must be enabled
39
+ feature-gates : []
40
+ disable-supported : false
41
+
42
+ # The following PRR answers are required at beta release
43
+ metrics : []
You can’t perform that action at this time.
0 commit comments