See: Description
| Class | Description |
|---|---|
| AbstractChartLoader<T> |
An abstract class whose implementations are capable of reading in
the raw materials for a Helm chart from some
kind of source and creating new
ChartOuterClass.Chart instances
from such raw materials. |
| DirectoryChartLoader |
A
StreamOrientedChartLoader<Path> that creates ChartOuterClass.Chart
instances from filesystem directories represented as Path
objects. |
| HelmIgnorePathMatcher | |
| Requirements |
A specification of a Helm
chart's dependencies; not normally used directly by end users.
|
| Requirements.Dependency |
A description of a subchart that should be present in a parent
Helm chart; not normally used directly by end users.
|
| Requirements.DependencyBeanInfo |
A
SimpleBeanInfo describing the Java Bean properties for
the Requirements.Dependency class; not normally used directly by end
users. |
| StreamOrientedChartLoader<T> |
A partial
AbstractChartLoader implementation that is capable of
loading a Helm-compatible chart from any source that is convertible into an
Iterable of InputStreams indexed by their
name. |
| TapeArchiveChartLoader |
A
StreamOrientedChartLoader<TarInputStream> that creates
ChartOuterClass.Chart instances from TarInputStream instances. |
| URLChartLoader | |
| ZipInputStreamChartLoader |
A
StreamOrientedChartLoader<ZipInputStream> that creates
ChartOuterClass.Chart instances from ZipInputStream instances. |
| Exception | Description |
|---|---|
| ChartException |
A
HelmException indicating that there is a problem with a
Helm chart. |
| 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–2017, MicroBean. All rights reserved.