|
12 | 12 | - [Design Details](#design-details)
|
13 | 13 | - [Apply functions](#apply-functions)
|
14 | 14 | - [Generated apply configuration types](#generated-apply-configuration-types)
|
15 |
| - - [Alternative 1: Genreated structs where all fields are pointers](#alternative-1-genreated-structs-where-all-fields-are-pointers) |
| 15 | + - [Alternative 1: Generated structs where all fields are pointers](#alternative-1-generated-structs-where-all-fields-are-pointers) |
16 | 16 | - [Alternative 2: Generated "builders"](#alternative-2-generated-builders)
|
17 | 17 | - [Comparison of alternatives](#comparison-of-alternatives)
|
18 | 18 | - [DeepCopy support](#deepcopy-support)
|
@@ -60,12 +60,12 @@ checklist items _must_ be updated for the enhancement to be released.
|
60 | 60 |
|
61 | 61 | Items marked with (R) are required *prior to targeting to a milestone / release*.
|
62 | 62 |
|
63 |
| -- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 63 | +- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
64 | 64 | - [ ] (R) KEP approvers have approved the KEP status as `implementable`
|
65 |
| -- [ ] (R) Design details are appropriately documented |
| 65 | +- [x] (R) Design details are appropriately documented |
66 | 66 | - [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
|
67 |
| -- [ ] (R) Graduation criteria is in place |
68 |
| -- [ ] (R) Production readiness review completed |
| 67 | +- [x] (R) Graduation criteria is in place |
| 68 | +- [x] (R) Production readiness review completed |
69 | 69 | - [ ] Production readiness review approved
|
70 | 70 | - [ ] "Implementation History" section is up-to-date for milestone
|
71 | 71 | - [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
|
|
0 commit comments