Interface HelmDownloadClient

  • All Implemented Interfaces:

    
    public interface HelmDownloadClient
    
                        

    Configures downloading of the Helm client executable, as an alternative to specifying the path to a local executable.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Property<Boolean> getEnabled() Whether to download the Helm client.
      abstract Property<String> getVersion() The version of the client to be downloaded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getEnabled

         abstract Property<Boolean> getEnabled()

        Whether to download the Helm client. Defaults to false.

        Can be configured using the helm.client.download.enabled project property.

      • getVersion

         abstract Property<String> getVersion()

        The version of the client to be downloaded.

        Defaults to the latest version available at the time of the plugin release (currently 3.4.1).