mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
* migrate contributing docs * modifies weight for ordering * updates links and info based on feedback * removes broken powershell link * Update site/content/en/contribute/windows/_index.md Co-authored-by: Katrina Verey <kn.verey@gmail.com> * Update site/content/en/contribute/windows/_index.md Co-authored-by: Katrina Verey <kn.verey@gmail.com> * Update site/content/en/contribute/mac/_index.md Co-authored-by: Katrina Verey <kn.verey@gmail.com> * Update site/content/en/contribute/howitworks/_index.md Co-authored-by: Katrina Verey <kn.verey@gmail.com> * Update site/content/en/contribute/howitworks/_index.md Co-authored-by: Katrina Verey <kn.verey@gmail.com> * simplify build explanation * removes windows docs * removes community - duplicate * update the tooling instructions * point to proposal docs * Update site/content/en/contribute/howitworks/_index.md Co-authored-by: Katrina Verey <kn.verey@gmail.com>
1.2 KiB
1.2 KiB
title, linkTitle, type, weight, description
| title | linkTitle | type | weight | description |
|---|---|---|---|---|
| Writing Code | Writing Code | docs | 40 | Background information to help orient newcomers to the Kustomize codebase |
{{< alert color="success" title="Workspace mode" >}} Kustomize supports go workspace mode, so if adding locally modified modules, remember to also add it to the go.work file.
{{< /alert >}}
Build command
All kustomize commands can be found in kustomize/commands
Running kustomize build triggers the NewCmdBuild, which does the following:
-
creates a Kustomizer instance
-
calls Run to perform the kustomization
-
returns the kustomization output as yaml