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 |
---|---|
static ChartRepositoryRepository |
ChartRepositoryRepository.fromHelmRepositoriesYaml()
Creates and returns a new
ChartRepositoryRepository from
the contents of a repositories.yaml file typically
located in the ~/.helm/repository directory. |
static ChartRepositoryRepository |
ChartRepositoryRepository.fromHelmRepositoriesYaml(boolean reifyHelmHomeIfNecessary)
Creates and returns a new
ChartRepositoryRepository from
the contents of a repositories.yaml file typically
located in the ~/.helm/repository directory. |
static ChartRepositoryRepository |
ChartRepositoryRepository.fromYaml(InputStream stream)
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,
boolean reifyHelmHomeIfNecessary)
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)
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,
boolean reifyHelmHomeIfNecessary)
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,
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 © 2017–2018, microBean. All rights reserved.