See: Description
| Class | Description |
|---|---|
| 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 the
helm init command. |
| Enum | Description |
|---|---|
| TillerInstaller.ImagePullPolicy |
An
enum representing valid values for a Kubernetes imagePullPolicy field. |
| Exception | Description |
|---|---|
| HelmException |
An abstract
RuntimeException indicating a general Helm- or
Tiller-related problem. |
| TillerException |
A
HelmException indicating a Tiller-related problem. |
| TillerNotAvailableException |
A
TillerException indicating a Tiller-related health
problem. |
| TillerPollingDeadlineExceededException |
A
TillerException indicating that a Tiller pod could not be
found in a certain amount of time. |
Tiller,
ReleaseManagerCopyright © 2017–2018, microBean. All rights reserved.