Class HelmInstallationOptionsHolder
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmInstallationOptions,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 final class HelmInstallationOptionsHolder implements ConfigurableHelmInstallationOptions, ConfigurableHelmServerOperationOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>atomicprivate final Property<Boolean>develprivate final Property<Boolean>verifyprivate final Property<Boolean>waitprivate final Property<Boolean>waitForJobsprivate final Property<String>versionprivate final Property<Boolean>createNamespaceprivate final Property<Boolean>dryRunprivate final Property<Boolean>noHooksprivate final Property<Duration>remoteTimeoutpublic final RegularFilePropertykubeConfigpublic final Property<String>kubeContextpublic final Property<String>namespace
-
Constructor Summary
Constructors Constructor Description HelmInstallationOptionsHolder(ConfigurableHelmServerOperationOptions serverOperationOptions, Property<Boolean> atomic, Property<Boolean> devel, Property<Boolean> verify, Property<Boolean> wait, Property<Boolean> waitForJobs, Property<String> version, Property<Boolean> createNamespace)HelmInstallationOptionsHolder(ObjectFactory objects)
-
Method Summary
Modifier and Type Method Description Property<Boolean>getAtomic()Property<Boolean>getDevel()Property<Boolean>getVerify()Property<Boolean>getWait()Property<Boolean>getWaitForJobs()Property<String>getVersion()Property<Boolean>getCreateNamespace()abstract Property<Boolean>getDryRun()abstract Property<Boolean>getNoHooks()abstract Property<Duration>getRemoteTimeout()-
-
Constructor Detail
-
HelmInstallationOptionsHolder
HelmInstallationOptionsHolder(ConfigurableHelmServerOperationOptions serverOperationOptions, Property<Boolean> atomic, Property<Boolean> devel, Property<Boolean> verify, Property<Boolean> wait, Property<Boolean> waitForJobs, Property<String> version, Property<Boolean> createNamespace)
-
HelmInstallationOptionsHolder
HelmInstallationOptionsHolder(ObjectFactory objects)
-
-
Method Detail
-
getWaitForJobs
Property<Boolean> getWaitForJobs()
-
getVersion
Property<String> getVersion()
-
getCreateNamespace
Property<Boolean> getCreateNamespace()
-
getNoHooks
abstract Property<Boolean> getNoHooks()
-
getRemoteTimeout
abstract Property<Duration> getRemoteTimeout()
-
-
-
-