public interface Generator
extends org.eclipse.jkube.kit.common.Named
ImageConfiguration on the fly by examining the build pom.xml| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.jkube.kit.config.image.ImageConfiguration> |
customize(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> existingConfigs,
boolean prePackagePhase)
Provide additional image configurations.
|
boolean |
isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs)
Check whether this generator should kick in.
|
boolean isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs)
configs - all configuration already availableList<org.eclipse.jkube.kit.config.image.ImageConfiguration> customize(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> existingConfigs, boolean prePackagePhase)
existingConfigs - the already detected and resolved configurationprePackagePhase - if true this is called in a prepackage phase where no artifacts has been packaged in target/.Copyright © 2022. All rights reserved.