Add more Kustomize contributing docs

This commit is contained in:
Phillip Wittrock
2020-06-14 08:04:16 -07:00
parent c2eb09cd8f
commit c4518e964f
18 changed files with 860 additions and 67 deletions

View File

@@ -4,9 +4,17 @@ linkTitle: "Writing Code"
type: docs
weight: 40
description: >
How Kustomize is implemented
How to modify Kustomize
---
{{% pageinfo color="info" %}}
To build kustomize using the locally modified modules, `replace` statements must be added to
the `kustomize/go.mod`.
e.g. if code in `api` was modified, a `replace` statement would need to be added for the
`kustomize/api` module.
{{% /pageinfo %}}
Call stack when running `kustomize build`, with links to code.
## Run build