Generators¶
karmafun provides four custom generators beyond the kustomize builtins:
| Generator | Description |
|---|---|
GitConfigMapGenerator |
ConfigMap populated with the current git repo URL and branch |
KustomizationGenerator |
Resources produced by running a nested kustomization |
SopsGenerator |
Kubernetes resources decrypted from SOPS-encrypted files |
KCLGenerator |
Resources generated from KCL code |
All builtin kustomize generators (ConfigMapGenerator, SecretGenerator, etc.)
are also available — see Builtin plugins.