@Version("2.8.2.1.1.0")
程序包 org.microbean.helm
Provides classes and interfaces for working with Helm from Java.
- 作者:
- Laird Nelson
- 另请参阅:
Tiller,ReleaseManager
-
类概要 类 说明 ReleaseManager A manager of Helm releases.Tiller A convenience class for communicating with a Tiller server.TillerInstaller A class that idiomatically but faithfully emulates the Tiller-installing behavior of thehelm initcommand. -
枚举概要 枚举 说明 TillerInstaller.ImagePullPolicy Anenumrepresenting valid values for a KubernetesimagePullPolicyfield. -
异常错误概要 异常错误 说明 HelmException An abstractRuntimeExceptionindicating a general Helm- or Tiller-related problem.TillerException AHelmExceptionindicating a Tiller-related problem.TillerNotAvailableException ATillerExceptionindicating a Tiller-related health problem.TillerPollingDeadlineExceededException ATillerExceptionindicating that a Tiller pod could not be found in a certain amount of time.