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
-
-
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
-
-
Method Detail
-
getRepository
abstract Provider<URI> getRepository()
-
getUsername
abstract Provider<String> getUsername()
-
getPassword
abstract Provider<String> getPassword()
-
getCaFile
abstract Provider<RegularFile> getCaFile()
-
getCertFile
abstract Provider<RegularFile> getCertFile()
-
getKeyFile
abstract Provider<RegularFile> getKeyFile()
-
-
-
-