| 程序包 | 说明 |
|---|---|
| org.microbean.helm.chart.repository |
Provides classes and interfaces implementing chart resolution in
terms of chart
repositories.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ChartRepositoryRepository |
ChartRepositoryRepository.fromYaml(InputStream stream,
Path archiveCacheDirectory,
Path indexCacheDirectory,
boolean reifyHelmHomeIfNecessary,
ChartRepositoryRepository.ChartRepositoryFactory factory)
Creates and returns a new
ChartRepositoryRepository from
the contents of a repositories.yaml file represented by
the supplied InputStream. |
static ChartRepositoryRepository |
ChartRepositoryRepository.fromYaml(InputStream stream,
Path archiveCacheDirectory,
Path indexCacheDirectory,
ChartRepositoryRepository.ChartRepositoryFactory factory)
Creates and returns a new
ChartRepositoryRepository from
the contents of a repositories.yaml file represented by
the supplied InputStream. |
Copyright © 2019. All rights reserved.