HelmRollback |
HelmRollback.dryRun() |
Perform a dry run install.
|
HelmRollback |
HelmRollback.force() |
Force resource update through delete/recreate if needed.
|
HelmRollback |
HelmRollback.newInstance(String helm,
Arguments arguments,
Arguments flags,
EnvironmentVariables env) |
|
HelmRollback |
HelmRollback.noHooks() |
Prevent hooks from running during install.
|
HelmRollback |
HelmRollback.recreatePods() |
Performs pods restart for the resource if applicable.
|
static HelmRollback |
Helm.rollback(String release,
String revision) |
Roll back a release to a previous revision.
|
HelmRollback |
HelmCommand.Template.rollback(String release,
String revision) |
Roll back a release to a previous revision.
|
HelmRollback |
HelmRollback.timeout(int seconds) |
Set the time in seconds to wait for any individual Kubernetes
operation (like Jobs for hooks) (default 300)
|
HelmRollback |
HelmRollback.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.
|
HelmRollback |
HelmRollback.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.
|