| 程序包 | 说明 |
|---|---|
| org.microbean.helm.chart |
Provides classes and interfaces for working with Helm charts from Java.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Requirements.Dependency> |
Requirements.getDependencies()
|
Collection<? extends Requirements.Dependency> |
MissingDependenciesException.getMissingDependencies()
Returns a
Collection of Requirements.Dependency instances that
represent entries found in a requirements.yaml resource
that identify subcharts that were not present. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Requirements.setDependencies(Collection<Requirements.Dependency> dependencies)
|
| 构造器和说明 |
|---|
MissingDependenciesException(Collection<? extends Requirements.Dependency> missingDependencies)
Creates a new
MissingDependenciesException. |
Copyright © 2021. All rights reserved.