Sink Catalog
Catalog of Sink Functions.
A Sink produces no output
:

Instead, the function typically writes configurations to an external system (e.g. writing files to a filesystem).
Sink Functions
Image | Args | Description | Example | Source | Toolchain |
---|---|---|---|---|---|
gcr.io/kpt-dev/kpt | fn sink | Writes a directory of Kubernetes configuration. It maintains the original directory structure as read by source functions. | Source | ||
gcr.io/kpt-functions/write-yaml | [Demo] Writes a directory of Kubernetes configuration. It maintains the original directory structure as read by source functions. | Source | Typescript SDK |
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)