HelmInstall |
HelmInstall.development() |
Use development versions too.
|
HelmInstall |
HelmInstall.dryRun() |
Perform a dry run install.
|
static HelmInstall |
Helm.install(File chart) |
Install a chart archive.
|
static HelmInstall |
Helm.install(File parentDir,
String chartName) |
Install a chart archive.
|
static HelmInstall |
Helm.install(String chart) |
Install a chart archive.
|
HelmInstall |
HelmCommand.Template.install(File chart) |
Install a chart archive.
|
HelmInstall |
HelmCommand.Template.install(File directory,
String chart) |
Install a chart archive.
|
HelmInstall |
HelmCommand.Template.install(String chart) |
Install a chart archive.
|
HelmInstall |
HelmInstall.name(String name) |
Set the release name.
|
HelmInstall |
HelmInstall.namespace(String namespace) |
Specify the namespace to install the release into.
|
HelmInstall |
HelmInstall.nameTemplate(String template) |
Specify the template used to name the release.
|
HelmInstall |
HelmInstall.newInstance(String helm,
Arguments arguments,
Arguments flags,
EnvironmentVariables env) |
|
HelmInstall |
HelmInstall.noHooks() |
Prevent hooks from running during install.
|
HelmInstall |
HelmInstall.replace() |
Re-use the given name, even if that name is already used, his is unsafe in production.
|
HelmInstall |
HelmInstall.repo(String repo) |
Set the chart repository url where to locate the requested chart
|
HelmInstall |
HelmInstall.set(String... values) |
Set the values to use to override those in the values file.
|
HelmInstall |
HelmInstall.timeout(int seconds) |
Set the time in seconds to wait for any individual Kubernetes
operation (like Jobs for hooks) (default 300)
|
HelmInstall |
HelmInstall.values(File valuesFile) |
Specify values in a YAML file (can specify multiple) (default []).
|
HelmInstall |
HelmInstall.values(String valuesFile) |
Specify values in a YAML file (can specify multiple) (default []).
|
HelmInstall |
HelmInstall.version(String version) |
Specify the exact chart version to install.
|
HelmInstall |
HelmInstall.waitForK8s() |
Wait until all Pods, PVCs, Services, and minimum number of Pods of a
Deployment are in a ready state before marking the release as successful.
|
HelmInstall |
HelmInstall.waitForK8s(int seconds) |
Wait until all Pods, PVCs, Services, and minimum number of Pods of a
Deployment are in a ready state before marking the release as successful.
|