Package | Description |
---|---|
org.microbean.helm.chart |
Provides classes and interfaces for working with Helm charts from Java.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryChartLoader
A
StreamOrientedChartLoader<Path> that creates ChartOuterClass.Chart
instances from filesystem directories represented as Path
objects. |
class |
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. |
class |
TapeArchiveChartLoader
A
StreamOrientedChartLoader<TarInputStream> that creates
ChartOuterClass.Chart instances from TarInputStream instances. |
class |
URLChartLoader
|
class |
ZipInputStreamChartLoader
A
StreamOrientedChartLoader<ZipInputStream> that creates
ChartOuterClass.Chart instances from ZipInputStream instances. |
Copyright © 2017–2018, microBean. All rights reserved.