Interface ConfigurableGlobalHelmOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.GlobalHelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions
public interface ConfigurableGlobalHelmOptions implements GlobalHelmOptions, ConfigurableHelmOptions
Holds options that apply to all Helm commands.
-
-
Method Summary
Modifier and Type Method Description abstract Property<String>getExecutable()abstract Property<Boolean>getDebug()abstract ListProperty<String>getExtraArgs()abstract DirectoryPropertygetXdgDataHome()abstract DirectoryPropertygetXdgConfigHome()abstract DirectoryPropertygetXdgCacheHome()-
-
Method Detail
-
getExecutable
abstract Property<String> getExecutable()
-
getExtraArgs
abstract ListProperty<String> getExtraArgs()
-
getXdgDataHome
abstract DirectoryProperty getXdgDataHome()
-
getXdgConfigHome
abstract DirectoryProperty getXdgConfigHome()
-
getXdgCacheHome
abstract DirectoryProperty getXdgCacheHome()
-
-
-
-