类的使用
org.microbean.helm.chart.AbstractChartLoader
-
使用AbstractChartLoader的程序包 程序包 说明 org.microbean.helm.chart Provides classes and interfaces for working with Helm charts from Java. -
-
org.microbean.helm.chart中AbstractChartLoader的使用
org.microbean.helm.chart中AbstractChartLoader的子类 修饰符和类型 类 说明 classDirectoryChartLoaderAStreamOrientedChartLoader<Path>that createsChartOuterClass.Chartinstances from filesystem directories represented asPathobjects.classStreamOrientedChartLoader<T>A partialAbstractChartLoaderimplementation that is capable of loading a Helm-compatible chart from any source that is convertible into anIterableofInputStreams indexed by their name.classTapeArchiveChartLoaderAStreamOrientedChartLoader<TarInputStream>that createsChartOuterClass.Chartinstances fromTarInputStreaminstances.classURLChartLoaderclassZipInputStreamChartLoaderAStreamOrientedChartLoader<ZipInputStream>that createsChartOuterClass.Chartinstances fromZipInputStreaminstances.
-