Package | Description |
---|---|
org.microbean.helm.chart.repository |
Provides classes and interfaces implementing chart resolution in
terms of chart
repositories.
|
Modifier and Type | Method and Description |
---|---|
ChartRepository.Index |
ChartRepository.clearIndex()
Clears the
ChartRepository.Index stored internally by this ChartRepository , paving the way for a fresh copy to be installed
by the ChartRepository.getIndex(boolean) method, and returns the old
value. |
ChartRepository.Index |
ChartRepository.getIndex()
Returns the
ChartRepository.Index for this ChartRepository . |
ChartRepository.Index |
ChartRepository.getIndex(boolean forceDownload)
Returns the
ChartRepository.Index for this ChartRepository . |
@Issue(id="156",uri="https://github.com/microbean/microbean-helm/issues/156") ChartRepository.Index |
ChartRepository.getIndex(boolean forceDownload,
CopyOption... copyOptions)
Returns the
ChartRepository.Index for this ChartRepository . |
static ChartRepository.Index |
ChartRepository.Index.loadFrom(InputStream stream)
Creates a new
ChartRepository.Index whose contents are sourced from the
Helm
chart repository index YAML contents represented by the
supplied InputStream . |
static ChartRepository.Index |
ChartRepository.Index.loadFrom(Path path)
Creates a new
ChartRepository.Index whose contents are sourced from the
YAML file located at the supplied Path . |
ChartRepository.Index |
ChartRepository.loadIndex()
Creates a new
ChartRepository.Index from the contents of the cached copy of the chart repository's
index.yaml file and returns it. |
@Experimental ChartRepository.Index |
ChartRepository.Index.merge(ChartRepository.Index other)
Creates and returns a new
ChartRepository.Index consisting of all this
ChartRepository.Index instance's entries
augmented with those entries from the supplied ChartRepository.Index
that this ChartRepository.Index instance did not already contain. |
Modifier and Type | Method and Description |
---|---|
@Experimental ChartRepository.Index |
ChartRepository.Index.merge(ChartRepository.Index other)
Creates and returns a new
ChartRepository.Index consisting of all this
ChartRepository.Index instance's entries
augmented with those entries from the supplied ChartRepository.Index
that this ChartRepository.Index instance did not already contain. |
Copyright © 2017–2018, microBean. All rights reserved.