Files
kustomize/docs/README.md
2019-04-30 07:09:26 -07:00

44 lines
991 B
Markdown

# Documentation
## General
* [Installation instructions](INSTALL.md)
* [FAQ](FAQ.md)
* [Glossary](glossary.md)
## Examples
* [Examples](../examples) - detailed walkthroughs of various
workflows and concepts.
* [kustomization.yaml](kustomization.yaml) - a
[kustomization](glossary.md#kustomization) file
with explanations of each field.
* [Plugins](plugins.md) - extending kustomize with
custom generators and transformers.
* [Workflows](workflows.md) - steps one might take in
using bespoke and off-the-shelf configurations.
## Release notes
* [2.1](version2.1.0.md)
* [2.0](version2.0.0.md)
## Policies
* [Versioning](versioningPolicy.md) - how the code and
the kustomization file evolve in time.
* [Eschewed features](eschewedFeatures.md) - why certain features
are (currently) not supported in kustomize.
* [Contributing guidelines](../CONTRIBUTING.md) - please read
before sending a PR.
* [Code of conduct](../code-of-conduct.md)