Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TempPathForObj ¶
func TempPathForObj(dir, suffix string, obj *sourcev1beta2.HelmChart) string
TempPathForObj creates a temporary file path in the format of '<dir>/Kind-Namespace-Name-<random bytes><suffix>'. If the given dir is empty, os.TempDir is used as a default.
Types ¶
type HelmOpts ¶
type HelmOpts struct { APIVersions []string FailFast bool CacheDir string KubeVersion *chartutil.KubeVersion Getters helmgetter.Providers Decoder runtime.Decoder IncludeHelmHooks bool }
type ResourceIndex ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.