Interface ConfigurableHelmReleaseTestOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.release.dsl.HelmReleaseTestOptions
public interface ConfigurableHelmReleaseTestOptions implements HelmReleaseTestOptions
Configures remote testing for a release using
helm test.
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnabled()abstract Property<Boolean>getShowLogs()abstract Property<Duration>getTimeout()-
-
Method Detail
-
getEnabled
abstract Property<Boolean> getEnabled()
-
getShowLogs
abstract Property<Boolean> getShowLogs()
-
getTimeout
abstract Property<Duration> getTimeout()
-
-
-
-