Uses of Class
com.oracle.bedrock.runtime.k8s.helm.HelmGetValues
-
Packages that use HelmGetValues Package Description com.oracle.bedrock.runtime.k8s.helm -
-
Uses of HelmGetValues in com.oracle.bedrock.runtime.k8s.helm
Methods in com.oracle.bedrock.runtime.k8s.helm that return HelmGetValues Modifier and Type Method Description HelmGetValuesHelmGetValues. all()Dump all (computed) values.static HelmGetValuesHelm. getValues(String release)Download the values file for a named release.HelmGetValuesHelmCommand.Template. getValues(String releaseName)Download all values file for a named release.HelmGetValuesHelmGetValues. newInstance(String helm, Arguments arguments, Arguments flags, EnvironmentVariables env)HelmGetValuesHelmGetValues. revision(int revision)Get the named release with the specified revision.
-