public interface Enricher
extends org.eclipse.jkube.kit.common.Named
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERNAL_ANNOTATION_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
create(PlatformMode platformMode,
io.fabric8.kubernetes.api.model.KubernetesListBuilder builder)
Add default resources when they are missing.
|
void |
enrich(PlatformMode platformMode,
io.fabric8.kubernetes.api.model.KubernetesListBuilder builder)
Final customization of the overall resource descriptor.
|
static final String INTERNAL_ANNOTATION_PREFIX
void create(PlatformMode platformMode, io.fabric8.kubernetes.api.model.KubernetesListBuilder builder)
platformMode - platform mode for generated resource descriptorsbuilder - the build to examine and add tovoid enrich(PlatformMode platformMode, io.fabric8.kubernetes.api.model.KubernetesListBuilder builder)
platformMode - platform mode for generated resource descriptorsbuilder - list to customer used to customizeCopyright © 2022. All rights reserved.