类的使用
org.microbean.helm.chart.repository.ChartRepository
-
使用ChartRepository的程序包 程序包 说明 org.microbean.helm.chart.repository Provides classes and interfaces implementing chart resolution in terms of chart repositories. -
-
org.microbean.helm.chart.repository中ChartRepository的使用
返回ChartRepository的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 ChartRepositoryChartRepositoryRepository.ChartRepositoryFactory. createChartRepository(String name, URI uri, Path archiveCacheDirectory, Path indexCacheDirectory, Path cachedIndexPath)Creates a newChartRepositoryand returns it.ChartRepositoryChartRepositoryRepository. getChartRepository(String name)Returns theChartRepositorymanaged by thisChartRepositoryRepositorywith the suppliedname, ornullif there is no suchChartRepository.返回变量类型为ChartRepository的类型的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 Set<ChartRepository>ChartRepositoryRepository. getChartRepositories()Returns the non-nullimmutableSetofChartRepositoryinstances managed by thisChartRepositoryRepository.类型变量类型为ChartRepository的org.microbean.helm.chart.repository中的构造器参数 构造器 说明 ChartRepositoryRepository(Set<? extends ChartRepository> chartRepositories)Creates a newChartRepositoryRepository.
-