mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 23:37:00 +00:00
Modify all `build` tests to use the raw, non-sorted output of build. This makes every test provide coverage for how kustomize re-orders (or doesn't reorder) resources during processing. Going forward, the ordering of resources in _expected_ output should match the depth-first ordering specified in the `resources:` field used in the test's kustomization file. The only exception to this rule would be tests that actually confirmed some other output ordering, e.g. the test of the `LegacyOrderTransformer` plugin. Fixes #756 Related #821
English | 简体中文
Documentation
-
Examples - detailed walkthroughs of various workflows and concepts.
-
Kustomize Fields - explanations of the fields in a kustomization file.
-
Plugins - extending kustomize with custom generators and transformers.
-
Workflows - steps one might take in using bespoke and off-the-shelf configurations.
Release notes
-
2.1 - Date TBD, target late May 2019
-
2.0 - Mar 2019. kustomize v2.0.3 is available in kubectl v1.14.
-
1.0 - May 2018. Initial release after development in the kubectl repository.
Policies
-
Versioning - how the code and the kustomization file evolve in time.
-
Eschewed features - why certain features are (currently) not supported in kustomize.
-
Contributing guidelines - please read before sending a PR.