Interface ConfigurableHelmInstallationOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmServerOperationOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmServerOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmInstallationOptions,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 ConfigurableHelmInstallationOptions implements ConfigurableHelmServerOperationOptions, HelmInstallationOptions
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getAtomic()abstract Property<Boolean>getDevel()abstract Property<Boolean>getVerify()abstract Property<Boolean>getWait()abstract Property<Boolean>getWaitForJobs()abstract Property<String>getVersion()abstract Property<Boolean>getCreateNamespace()-
-
Method Detail
-
getWaitForJobs
abstract Property<Boolean> getWaitForJobs()
-
getVersion
abstract Property<String> getVersion()
-
getCreateNamespace
abstract Property<Boolean> getCreateNamespace()
-
-
-
-