Uses of Class
com.oracle.bedrock.runtime.k8s.helm.HelmGetManifest
-
Packages that use HelmGetManifest Package Description com.oracle.bedrock.runtime.k8s.helm -
-
Uses of HelmGetManifest in com.oracle.bedrock.runtime.k8s.helm
Methods in com.oracle.bedrock.runtime.k8s.helm that return HelmGetManifest Modifier and Type Method Description static HelmGetManifestHelm. getManifest(String release)Download the manifest for a named release.HelmGetManifestHelmCommand.Template. getManifest(String releaseName)Download the manifest for a named release.HelmGetManifestHelmGetManifest. newInstance(String helm, Arguments arguments, Arguments flags, EnvironmentVariables env)HelmGetManifestHelmGetManifest. revision(int revision)Get the named release with the specified revision.
-