Interface HelmDownloadClient
-
- All Implemented Interfaces:
public interface HelmDownloadClientConfigures downloading of the Helm client executable, as an alternative to specifying the path to a local executable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHelmDownloadClient.Companion
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnabled()abstract Property<String>getVersion()-
-
Method Detail
-
getEnabled
abstract Property<Boolean> getEnabled()
-
getVersion
abstract Property<String> getVersion()
-
-
-
-