| Package | Description |
|---|---|
| org.eclipse.jkube.kit.enricher.api |
| Modifier and Type | Class and Description |
|---|---|
class |
JKubeEnricherContext
The context given to each enricher from where it can extract build specific information.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnricherContext |
BaseEnricher.enricherContext |
| Modifier and Type | Method and Description |
|---|---|
EnricherContext |
BaseEnricher.getContext() |
EnricherContext |
Enricher.getContext()
Returns the
EnricherContext for this Enricher. |
| Constructor and Description |
|---|
BaseEnricher(EnricherContext enricherContext,
String name) |
DefaultEnricherManager(EnricherContext enricherContext) |
DefaultEnricherManager(EnricherContext enricherContext,
List<String> extraClasspathElements) |
EnricherConfig(String name,
EnricherContext context) |
Copyright © 2023. All rights reserved.