Interface HelmInstallFromRepositoryOptions

  • All Implemented Interfaces:
    io.github.build.extensions.oss.gradle.plugins.helm.command.HelmInstallationOptions , io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions , io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOperationOptions , io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOptions

    
    public interface HelmInstallFromRepositoryOptions
     implements HelmInstallationOptions
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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 Provider<URI> getRepository()
      abstract Provider<String> getUsername()
      abstract Provider<String> getPassword()
      abstract Provider<RegularFile> getCaFile()
      abstract Provider<RegularFile> getCertFile()
      abstract Provider<RegularFile> getKeyFile()
      • Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.command.HelmInstallationOptions

        getAtomic, getCreateNamespace, getDevel, getVerify, getVersion, getWait, getWaitForJobs
      • Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOperationOptions

        getDryRun, getNoHooks, getRemoteTimeout
      • Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.command.HelmServerOptions

        getKubeConfig, getKubeContext, getNamespace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait