| 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. |
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. |
Copyright © 2017–2017, microBean. All rights reserved.