You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-cli/1802-kustomize-components/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -605,9 +605,9 @@ Add unit tests for all the points raised in the "Design details" section.
605
605
606
606
#### Alpha -> Beta
607
607
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
611
611
- [x] Add a [user story] in Kustomize's examples
612
612
- [ ] Extend Kustomize's glossary with a reference to components, as well as
613
613
other places where overlays are mentioned
@@ -619,6 +619,8 @@ Add unit tests for all the points raised in the "Design details" section.
619
619
620
620
## Implementation History
621
621
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/
0 commit comments