Package | Description |
---|---|
org.microbean.helm |
Provides classes and interfaces for working with Helm from Java.
|
org.microbean.helm.chart |
Provides classes and interfaces for working with Helm charts from Java.
|
Modifier and Type | Class and Description |
---|---|
class |
TillerException
A
HelmException indicating a Tiller-related problem. |
class |
TillerNotAvailableException
A
TillerException indicating a Tiller-related health
problem. |
class |
TillerPollingDeadlineExceededException
A
TillerException indicating that a Tiller pod could not be
found in a certain amount of time. |
Modifier and Type | Class and Description |
---|---|
class |
ChartException
A
HelmException indicating that there is a problem with a
Helm chart. |
class |
MissingDependenciesException
A
ChartException indicating that a Helm chart contained a
requirements.yaml resource, but did not contain at least
one subchart referenced by that resource. |
Copyright © 2017–2018, microBean. All rights reserved.