程序包的使用
org.microbean.helm.chart
-
使用org.microbean.helm.chart的程序包 程序包 说明 org.microbean.helm.chart Provides classes and interfaces for working with Helm charts from Java. -
org.microbean.helm.chart使用的org.microbean.helm.chart中的类 类 说明 AbstractArchiveChartWriter A partialAbstractChartWriterwhose implementations saveChartOuterClass.ChartOrBuilderobjects 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 newChartOuterClass.Chartinstances from such raw materials.AbstractChartWriter An object capable of writing or serializing or otherwise representing aChartOuterClass.ChartOrBuilder.AbstractChartWriter.Context A class representing the state of a write operation.ChartException AHelmExceptionindicating 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 partialAbstractChartLoaderimplementation that is capable of loading a Helm-compatible chart from any source that is convertible into anIterableofInputStreams indexed by their name.