Skip to content

Commit 69759a4

Browse files
committed
Update KEP 1802
1 parent a103222 commit 69759a4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

keps/sig-cli/1802-kustomize-components/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ Add unit tests for all the points raised in the "Design details" section.
605605

606606
#### Alpha -> Beta
607607

608-
- [ ] Implement the necessary functionality for this feature
609-
- [ ] Write the appropriate unit tests, and make the
610-
[`TestComplexComposition_*`] tests now pass
608+
- [x] Implement the necessary functionality for this feature
609+
- [x] Write the appropriate unit tests, and make the
610+
[`TestComplexComposition_*`](https://github.com/kubernetes-sigs/kustomize/blob/701973b73ecfb2b96f53cb3f080b9caaa662a01f/api/krusty/complexcomposition_test.go) tests now pass
611611
- [x] Add a [user story] in Kustomize's examples
612612
- [ ] Extend Kustomize's glossary with a reference to components, as well as
613613
other places where overlays are mentioned
@@ -619,6 +619,8 @@ Add unit tests for all the points raised in the "Design details" section.
619619

620620
## Implementation History
621621

622+
- Available in Kustomize's alpha API group (`kustomize.config.k8s.io/v1alpha1`) in v3.7.0+. https://kubectl.docs.kubernetes.io/guides/config_management/components/
623+
622624
## Alternatives
623625

624626
Since the creation of the

keps/sig-cli/1802-kustomize-components/kep.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ owning-sig: sig-cli
88
participating-sigs:
99
- sig-cli
1010
reviewers:
11-
- n/a
11+
- "@pwittrock"
12+
- "@monopole"
1213
approvers:
13-
- n/a
14+
- "@pwittrock"
15+
- "@monopole"
1416
creation-date: 2020-05-20
1517
last-updated: 2020-05-20
16-
status: provisional
17-
see-also:
18-
- n/a
19-
replaces:
20-
- n/a
21-
superseded-by:
22-
- n/a
18+
status: implemented
19+
stage: alpha
20+
latest-milestone: "v1.19"

0 commit comments

Comments
 (0)