@@ -102,9 +102,9 @@ checklist items _must_ be updated for the enhancement to be released.
102
102
103
103
Items marked with (R) are required * prior to targeting to a milestone / release* .
104
104
105
- - [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
106
- - [ ] (R) KEP approvers have approved the KEP status as ` implementable `
107
- - [ ] (R) Design details are appropriately documented
105
+ - [x ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
106
+ - [x ] (R) KEP approvers have approved the KEP status as ` implementable `
107
+ - [x ] (R) Design details are appropriately documented
108
108
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
109
109
- [ ] e2e Tests for all Beta API Operations (endpoints)
110
110
- [ ] (R) Ensure GA e2e tests meet requirements for [ Conformance Tests] ( https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md )
@@ -283,7 +283,7 @@ when drafting this test plan.
283
283
[testing-guidelines]: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
284
284
-->
285
285
286
- [ ] I/we understand the owners of the involved components may require updates to
286
+ [ x ] I/we understand the owners of the involved components may require updates to
287
287
existing tests to make this code solid enough prior to committing the changes necessary
288
288
to implement this enhancement.
289
289
@@ -335,7 +335,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
335
335
https://storage.googleapis.com/k8s-triage/index.html
336
336
-->
337
337
338
- - < test >: < link to test coverage >
338
+ N/A, the feature is tested using unit tests and e2e tests.
339
339
340
340
##### e2e tests
341
341
@@ -820,6 +820,8 @@ Major milestones might include:
820
820
- when the KEP was retired or superseded
821
821
-->
822
822
823
+ 2025-01-21: KEP PR merged.
824
+
823
825
## Drawbacks
824
826
825
827
<!--
0 commit comments