Interface ConfigurableHelmServerOperationOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmServerOptions,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 ConfigurableHelmServerOperationOptions implements ConfigurableHelmServerOptions, HelmServerOperationOptions
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getDryRun()abstract Property<Boolean>getNoHooks()abstract Property<Duration>getRemoteTimeout()-
-
Method Detail
-
getNoHooks
abstract Property<Boolean> getNoHooks()
-
getRemoteTimeout
abstract Property<Duration> getRemoteTimeout()
-
-
-
-