| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
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 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. |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020. All rights reserved.