Interface HelmInstallationOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOperationOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOptions
public interface HelmInstallationOptions implements HelmServerOperationOptions
-
-
Method Summary
Modifier and Type Method Description abstract Provider<Boolean>getAtomic()abstract Provider<Boolean>getDevel()abstract Provider<Boolean>getVerify()abstract Provider<Boolean>getWait()abstract Provider<Boolean>getWaitForJobs()abstract Provider<String>getVersion()abstract Provider<Boolean>getCreateNamespace()-
Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOperationOptions
getDryRun, getNoHooks, getRemoteTimeout -
Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOptions
getKubeConfig, getKubeContext, getNamespace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getWaitForJobs
abstract Provider<Boolean> getWaitForJobs()
-
getVersion
abstract Provider<String> getVersion()
-
getCreateNamespace
abstract Provider<Boolean> getCreateNamespace()
-
-
-
-