Skip to content

Commit 0ff2bfe

Browse files
authored
Merge pull request kubernetes#2003 from deads2k/done
mark conditions implemented
2 parents e97a687 + df2bd56 commit 0ff2bfe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

keps/sig-api-machinery/1623-standardize-conditions/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ checklist items _must_ be updated for the enhancement to be released.
3838
- [x] Design details are appropriately documented
3939
- [x] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
4040
- [x] Graduation criteria is in place
41-
- [ ] "Implementation History" section is up-to-date for milestone
42-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
43-
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
41+
- [x] "Implementation History" section is up-to-date for milestone
42+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
43+
- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
4444

4545
<!--
4646
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -157,6 +157,8 @@ Depending on the individual APIs and when their extra fields are deprecated, thi
157157

158158
## Implementation History
159159

160+
Implemented in 1.19.
161+
160162
## Drawbacks
161163

162164
1. There may be some one-time pain when new versions are created for APIs that wish to consume this common schema.

keps/sig-api-machinery/1623-standardize-conditions/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ participating-sigs:
77
- sig-api-machinery
88
- sig-apps
99
- sig-architecture
10-
status: implementable
10+
status: implemented
1111
creation-date: 2020-03-23
1212
reviewers:
1313
- "@lavalamp"

0 commit comments

Comments
 (0)