mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Enabled HelmV3 related test, Made sure HelmV2 and HelmV3 UT pass, Pinned Chart version as per TODO note Removed accomplished TODOs
This directory and the directories below it are not importable Go packages.
Each directory contains a kustomize plugin, which is either
-
some random non-Go based executable, e.g. a bash script that runs java in a JVM, or python in a python VM, etc.
-
the source code for a Go executable, i.e. a
main.goin the unimportablemainpackage, ideally declaring its dependencies with it's owngo.modfile. -
the source code for a Go plugin, which is also an unimportable
mainpackage ideally with its owngo.modfile, formulated to be a Go plugin. If in thebuiltinsub-directory, these plugins are converted to statically linkable code.
To read more about plugins, see doc.go