This is the documentation for version 0.39. For documentation on the latest version of kpt, please see kpt.dev.
Source Catalog
Catalog of Source Functions.
A Source takes no input
:

Instead, the function typically produces the output
by reading configurations
from an external system (e.g. reading files from a filesystem).
Source Functions
Image | Args | Description | Example | Source | Toolchain |
---|---|---|---|---|---|
gcr.io/kpt-dev/kpt | fn source | Reads a directory of Kubernetes configuration recursively. | Source | ||
gcr.io/kpt-functions/read-yaml | [Demo] Reads a directory of Kubernetes configuration recursively. | Source | Typescript SDK | ||
gcr.io/cloud-builders/kubectl | get […] -o yaml | Get one or many resources from a Kubernetes cluster. | Source | ||
gcr.io/kustomize-functions/create-application | Add an Application CR to a group of resources. | Source | Go Library |
Next Steps
- Learn more ways of using the kpt fn command from the reference doc.
Last modified November 9, 2020: docs: fix broken links for fn (a863150c)