Package io.fabric8.maven.docker.config
Interface ConfigHelper.Customizer
-
- All Known Implementing Classes:
AbstractBuildSupportMojo,AbstractDockerMojo,BuildMojo,CopyMojo,LogsMojo,PushMojo,RemoveMojo,RunMojo,SaveMojo,SourceMojo,StartMojo,StopMojo,TagMojo,VolumeCreateMojo,VolumeRemoveMojo,WatchMojo
- Enclosing class:
- ConfigHelper
public static interface ConfigHelper.CustomizerAllow subclasses to customize the given set of image configurations. This is called after resolving of images. a customizer is free to change the image configuration as he want. Use this with responsibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ImageConfiguration>customizeConfig(List<ImageConfiguration> configs)
-
-
-
Method Detail
-
customizeConfig
List<ImageConfiguration> customizeConfig(List<ImageConfiguration> configs)
-
-