Skip to content

Commit b7b4568

Browse files
authored
Merge pull request kubernetes#5162 from soltysh/kep_2590_metadata
KEP 2590: metadata update
2 parents 507f0cb + dbfafac commit b7b4568

File tree

1 file changed

+19
-3
lines changed
  • keps/sig-cli/2590-kubectl-subresource

1 file changed

+19
-3
lines changed

keps/sig-cli/2590-kubectl-subresource/kep.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,38 @@ authors:
66
owning-sig: sig-cli
77
participating-sigs:
88
- sig-arch
9+
status: implementable
10+
creation-date: 2021-04-06
911
reviewers:
1012
- "@soltysh"
1113
- "@MadhavJivrajani"
1214
approvers:
1315
- "@soltysh"
1416
- "@ardaguclu"
1517

16-
creation-date: 2021-04-06
17-
last-updated: 2025-01-23
18+
see-also: []
19+
replaces: []
1820

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.
2024
stage: stable
2125

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.
2229
latest-milestone: "v1.33"
2330

31+
# The milestone at which this feature was, or is targeted to be, at each stage.
2432
milestone:
2533
alpha: "v1.24"
2634
beta: "v1.27"
2735
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: []

0 commit comments

Comments
 (0)