See: Description
Class | Description |
---|---|
AbstractArchiveChartWriter |
A partial
AbstractChartWriter whose implementations save
ChartOuterClass.ChartOrBuilder objects to a destination that can
be considered an archive of some sort. |
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. |
AbstractChartWriter |
An object capable of writing or serializing or otherwise
representing a
ChartOuterClass.ChartOrBuilder . |
AbstractChartWriter.Context |
A class representing the state of a write operation.
|
DirectoryChartLoader |
A
StreamOrientedChartLoader<Path> that creates ChartOuterClass.Chart
instances from filesystem directories represented as Path
objects. |
HelmIgnorePathMatcher | |
Metadatas |
A utility class for working with
MetadataOuterClass.Metadata instances. |
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 InputStream s indexed by their
name. |
StringResolver | |
TapeArchiveChartLoader |
A
StreamOrientedChartLoader<TarInputStream> that creates
ChartOuterClass.Chart instances from TarInputStream instances. |
TapeArchiveChartWriter |
An
AbstractArchiveChartWriter that saves ChartOuterClass.ChartOrBuilder objects to a supplied
OutputStream in TAR
format, using a TarOutputStream internally. |
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–2018, microBean. All rights reserved.