|
1 | 1 | # KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen
|
2 | 2 | <!-- toc -->
|
| 3 | + - [Release Signoff Checklist](#release-signoff-checklist) |
3 | 4 | - [KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen](#kep-5073-declarative-validation-of-kubernetes-native-types-with-validation-gen)
|
4 | 5 | - [Summary](#summary)
|
5 | 6 | - [Motivation](#motivation)
|
|
85 | 86 | - ["New K8s Native APIs" Design Partner For Declarative Validation in 1.34](#new-k8s-native-apis-design-partner-for-declarative-validation-in-134)
|
86 | 87 | <!-- /toc -->
|
87 | 88 |
|
| 89 | + |
| 90 | +## Release Signoff Checklist |
| 91 | + |
| 92 | +<!-- |
| 93 | +**ACTION REQUIRED:** In order to merge code into a release, there must be an |
| 94 | +issue in [kubernetes/enhancements] referencing this KEP and targeting a release |
| 95 | +milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases) |
| 96 | +of the targeted release**. |
| 97 | +
|
| 98 | +For enhancements that make changes to code or processes/procedures in core |
| 99 | +Kubernetes—i.e., [kubernetes/kubernetes], we require the following Release |
| 100 | +Signoff checklist to be completed. |
| 101 | +
|
| 102 | +Check these off as they are completed for the Release Team to track. These |
| 103 | +checklist items _must_ be updated for the enhancement to be released. |
| 104 | +--> |
| 105 | + |
| 106 | +Items marked with (R) are required *prior to targeting to a milestone / release*. |
| 107 | + |
| 108 | +- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 109 | +- [X] (R) KEP approvers have approved the KEP status as `implementable` |
| 110 | +- [X] (R) Design details are appropriately documented |
| 111 | +- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
| 112 | + - [ ] e2e Tests for all Beta API Operations (endpoints) |
| 113 | + - [X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
| 114 | + - [X] (R) Minimum Two Week Window for GA e2e tests to prove flake free |
| 115 | +- [X] (R) Graduation criteria is in place |
| 116 | + - [X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
| 117 | +- [X] (R) Production readiness review completed |
| 118 | +- [X] (R) Production readiness review approved |
| 119 | +- [ ] "Implementation History" section is up-to-date for milestone |
| 120 | +- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
| 121 | +- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
| 122 | + |
| 123 | +<!-- |
| 124 | +**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone. |
| 125 | +--> |
| 126 | + |
| 127 | + |
88 | 128 | # KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen
|
89 | 129 |
|
90 | 130 | ## Summary
|
|
0 commit comments