Interface ConfigurableHelmServerOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOptions
public interface ConfigurableHelmServerOptions implements HelmServerOptions, ConfigurableHelmOptions
-
-
Method Summary
Modifier and Type Method Description abstract RegularFilePropertygetKubeConfig()abstract Property<String>getKubeContext()abstract Property<String>getNamespace()-
-
Method Detail
-
getKubeConfig
abstract RegularFileProperty getKubeConfig()
-
getKubeContext
abstract Property<String> getKubeContext()
-
getNamespace
abstract Property<String> getNamespace()
-
-
-
-