package
0.21.1
Repository: https://github.com/jenkins-x-plugins/jx-gitops.git
Documentation: pkg.go.dev

# Functions

CreateHelmfilePlugin creates the helmfile plugin.
CreateHelmPlugin creates the helm 3 plugin.
CreateKappPlugin creates the kpt 3 plugin.
CreateKptPlugin creates the kpt 3 plugin.
CreateKubectlPlugin creates the kpt 3 plugin.
CreateKustomizePlugin creates the kustomize plugin.
GetHelmBinary returns the path to the locally installed helm 3 extension.
GetHelmfileBinary returns the path to the locally installed helmfile extension.
GetKappBinary returns the path to the locally installed kpt 3 extension.
GetKptBinary returns the path to the locally installed kpt 3 extension.
GetKubectlBinary returns the path to the locally installed kpt 3 extension.
PluginBinDir returns the plugin dir.
PluginBinDirFunc uses a function for looking up env vars for easier testing.

# Constants

HelmfilePluginName the default name of the helmfile plugin.
HelmfileVersion the default version of helmfile to use.
HelmPluginName the default name of the helm plugin.
HelmVersion the default version of helm to use.
KappPluginName the default name of the kapp plugin.
KappVersion the default version of kapp to use.
KptPluginName the default name of the kpt plugin.
KptVersion the default version of kpt to use.
KubectlPluginName the default name of the kubectl plugin.
KubectlVersion the default version of kubectl to use.
KustomizePluginName the default name of the kustomize plugin.
KustomizeVersion the default version of kustomize to use.

# Variables

HelmPlugins to install and upgrade.
Plugins default plugins.

# Structs

No description provided by the author