Skip to content

Commit c25d222

Browse files
committed
Update KEP 2206
1 parent 69759a4 commit c25d222

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

keps/sig-cli/2206-openapi-features-in-kustomize/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,11 @@ Below are some examples to consider, in addition to the aforementioned [maturity
435435

436436
#### Alpha -> Beta Graduation
437437

438-
- Complete features required for this functionality
439-
- read schema from openapi field of kustomization
440-
- kustomize openapi fetch command
441-
- Write appropriate unit tests for the above features
442-
- Add documentation for these features
438+
- [x] Complete features required for this functionality
439+
- [x] Read schema from openapi field of kustomization
440+
- [x] kustomize openapi fetch command
441+
- [x] Write appropriate unit tests for the above features
442+
- [x] Add documentation for these features
443443

444444

445445
<!--
@@ -468,4 +468,6 @@ Major milestones might include:
468468
- when the KEP was retired or superseded
469469
-->
470470

471+
- The `openapi` field is available in Kustomization as of kustomize [v4.1.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.1.0)
472+
471473

keps/sig-cli/2206-openapi-features-in-kustomize/kep.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,11 @@ reviewers:
99
- "@monopole"
1010
- "@pwittrock"
1111
approvers:
12-
- n/a
12+
- "@monopole"
13+
- "@pwittrock"
1314
creation-date: 2020-12-21
1415
last-updated: 2020-01-15
15-
status: implementable
16-
see-also:
17-
- n/a
18-
replaces:
19-
- n/a
20-
superseded-by:
21-
- n/a
16+
status: implemented
2217

23-
latest-milestone: "0.0"
24-
stage: "alpha"
18+
latest-milestone: "1.22"
19+
stage: "beta"

0 commit comments

Comments
 (0)