类的使用
org.microbean.helm.chart.repository.ChartRepository.Index
-
使用ChartRepository.Index的程序包 程序包 说明 org.microbean.helm.chart.repository Provides classes and interfaces implementing chart resolution in terms of chart repositories. -
-
org.microbean.helm.chart.repository中ChartRepository.Index的使用
返回ChartRepository.Index的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 ChartRepository.IndexChartRepository. clearIndex()Clears theChartRepository.Indexstored internally by thisChartRepository, paving the way for a fresh copy to be installed by theChartRepository.getIndex(boolean)method, and returns the old value.ChartRepository.IndexChartRepository. getIndex()Returns theChartRepository.Indexfor thisChartRepository.ChartRepository.IndexChartRepository. getIndex(boolean forceDownload)Returns theChartRepository.Indexfor thisChartRepository.@Issue(id="156",uri="https://github.com/microbean/microbean-helm/issues/156") ChartRepository.IndexChartRepository. getIndex(boolean forceDownload, CopyOption... copyOptions)Returns theChartRepository.Indexfor thisChartRepository.static ChartRepository.IndexChartRepository.Index. loadFrom(InputStream stream)Creates a newChartRepository.Indexwhose contents are sourced from the Helm chart repository index YAML contents represented by the suppliedInputStream.static ChartRepository.IndexChartRepository.Index. loadFrom(Path path)Creates a newChartRepository.Indexwhose contents are sourced from the YAML file located at the suppliedPath.ChartRepository.IndexChartRepository. loadIndex()Creates a newChartRepository.Indexfrom the contents of the cached copy of the chart repository'sindex.yamlfile and returns it.@Experimental ChartRepository.IndexChartRepository.Index. merge(ChartRepository.Index other)Creates and returns a newChartRepository.Indexconsisting of all thisChartRepository.Indexinstance's entries augmented with those entries from the suppliedChartRepository.Indexthat thisChartRepository.Indexinstance did not already contain.参数类型为ChartRepository.Index的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 @Experimental ChartRepository.IndexChartRepository.Index. merge(ChartRepository.Index other)Creates and returns a newChartRepository.Indexconsisting of all thisChartRepository.Indexinstance's entries augmented with those entries from the suppliedChartRepository.Indexthat thisChartRepository.Indexinstance did not already contain.
-