Package | Description |
---|---|
org.microbean.helm.chart |
Provides classes and interfaces for working with Helm charts from Java.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
Requirements.setDependencies(Collection<Requirements.Dependency> dependencies)
|
Constructor and Description |
---|
MissingDependenciesException(Collection<? extends Requirements.Dependency> missingDependencies)
Creates a new
MissingDependenciesException . |
Copyright © 2017–2018, microBean. All rights reserved.