This is the documentation for version 0.39. For documentation on the latest version of kpt, please see kpt.dev.
Generator Catalog
Catalog of Generator Functions.
Generators create packages for new services by building a configuration for a namespace with organization-mandated config defaults.
Generator Functions
Image | Args | Description | Example | Source | Toolchain |
---|---|---|---|---|---|
gcr.io/kpt-functions/expand-team-cr | [Demo] Reads custom resources of type Team and generates multiple Namespace and RoleBinding objects. | Source | Typescript SDK | ||
gcr.io/kpt-functions/helm-inflator | Render chart templates locally using helm template. | Example | Source | Typescript SDK | |
gcr.io/kustomize-functions/example-nginx | Generate configuration from go templates using the functionConfig as the template input. | Source | Go Library | ||
gcr.io/kustomize-functions/example-cockroachdb | Generate configuration from heredoc template using the functionConfig as the template input. | Source |
Next Steps
- Learn more ways of using the kpt fn command from the reference doc.
Last modified November 18, 2020: docs: update helm-template to helm-inflator (cadc789b)