| Package | Description |
|---|---|
| org.microbean.helm.chart |
Provides classes and interfaces for working with Helm charts from Java.
|
| Class and Description |
|---|
| AbstractArchiveChartWriter
A partial
AbstractChartWriter whose implementations save
ChartOuterClass.ChartOrBuilder objects to a destination that can
be considered an archive of some sort. |
| AbstractChartLoader
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.
|
| ChartException
A
HelmException indicating that there is a problem with a
Helm chart. |
| 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.
|
| StreamOrientedChartLoader
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. |
Copyright © 2017–2018, microBean. All rights reserved.