Package | Description |
---|---|
org.microbean.helm.chart.repository |
Provides classes and interfaces implementing chart resolution in
terms of chart
repositories.
|
org.microbean.helm.chart.resolver |
Provides classes and interfaces for resolving Helm
charts given chart coordinates of some kind.
|
Modifier and Type | Method and Description |
---|---|
ChartOuterClass.Chart.Builder |
ChartRepository.resolve(String chartName,
String chartVersion)
Uses the supplied
chartName and chartVersion
parameters to find an appropriate Helm
chart and returns it in the form of a Chart.Builder
object. |
ChartOuterClass.Chart.Builder |
ChartRepositoryRepository.resolve(String chartName,
String chartVersion)
Uses the supplied
chartName and chartVersion
parameters to find an appropriate Helm
chart and returns it in the form of a Chart.Builder
object. |
ChartOuterClass.Chart.Builder |
ChartRepositoryRepository.resolve(String repositoryName,
String chartName,
String chartVersion)
Uses the supplied
repositoryName , chartName and
chartVersion parameters to find an appropriate Helm chart
and returns it in the form of a Chart.Builder object. |
Modifier and Type | Method and Description |
---|---|
abstract ChartOuterClass.Chart.Builder |
AbstractChartResolver.resolve(String chartName,
String chartVersion)
Uses the supplied
chartName and chartVersion
parameters to find an appropriate Helm
chart and returns it in the form of a Chart.Builder
object. |
Copyright © 2017–2018, microBean. All rights reserved.