Interface GlobalReleaseOptions
-
- All Known Subinterfaces:
CommandOptions
- All Known Implementing Classes:
HelmRelease,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.KubernetesInfogetKubernetes()Information about the kubernetes cluster
-
-
-
Method Detail
-
getGlobalValuePath
Path getGlobalValuePath()
Values to be applied during upgrade. This is formatted as yaml.
-
getKubernetes
KubernetesInfo getKubernetes()
Information about the kubernetes cluster
-
-