Interface GlobalReleaseOptions
-
- All Known Subinterfaces:
CommandOptions
- All Known Implementing Classes:
HelmRelease,HelmTemplate,HelmUninstall,HelmUpgrade
public interface GlobalReleaseOptionsOptions to be applied to all releases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetGlobalValuePath()Values to be applied during upgrade.PathgetGlobalValuesFile()Values to be applied during upgrade.KubernetesInfogetKubernetes()Information about the kubernetes cluster
-
-
-
Method Detail
-
getGlobalValuePath
Path getGlobalValuePath()
Values to be applied during upgrade. This is formatted as yaml.
-
getGlobalValuesFile
Path getGlobalValuesFile()
Values to be applied during upgrade. This is a yaml file.
-
getKubernetes
KubernetesInfo getKubernetes()
Information about the kubernetes cluster
-
-