public interface ExternalConfigHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Get the unique type of this plugin as referenced with the
<type> tag within a
<reference> configuration section |
List<org.eclipse.jkube.kit.config.image.ImageConfiguration> |
resolve(org.eclipse.jkube.kit.config.image.ImageConfiguration unresolvedConfig,
org.eclipse.jkube.kit.common.JavaProject project)
For the given plugin configuration (which also contains the type) extract one or more
ImageConfiguration objects describing the image to manage |
String getType()
<type> tag within a
<reference> configuration sectionList<org.eclipse.jkube.kit.config.image.ImageConfiguration> resolve(org.eclipse.jkube.kit.config.image.ImageConfiguration unresolvedConfig, org.eclipse.jkube.kit.common.JavaProject project)
ImageConfiguration objects describing the image to manageunresolvedConfig - the original, unresolved configproject - projectCopyright © 2023. All rights reserved.