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.Entry |
ChartRepository.Index.getEntry(String name,
String versionString)
Returns an
ChartRepository.Index.Entry identified by the supplied name and version , if there is one. |
Modifier and Type | Method and Description |
---|---|
Map<String,SortedSet<ChartRepository.Index.Entry>> |
ChartRepository.Index.getEntries()
Returns a non-
null , immutable Map of
SortedSet s of ChartRepository.Index.Entry objects, indexed by the
name of the Helm chart they describe. |
Modifier and Type | Method and Description |
---|---|
int |
ChartRepository.Index.Entry.compareTo(ChartRepository.Index.Entry her)
Compares this
ChartRepository.Index.Entry to the supplied ChartRepository.Index.Entry and
returns a value less than 0 if this ChartRepository.Index.Entry is
"less than" the supplied ChartRepository.Index.Entry , 1 if this
ChartRepository.Index.Entry is "greater than" the supplied ChartRepository.Index.Entry
and 0 if this ChartRepository.Index.Entry is equal to the supplied
ChartRepository.Index.Entry . |
Copyright © 2017–2018, microBean. All rights reserved.