| Interface | Description |
|---|---|
| GeneratorManager |
| Class | Description |
|---|---|
| ImageConfiguration | |
| ImageConfiguration.ImageConfigurationBuilder | |
| ImageName |
Helper class for parsing docker repository/image names:
If the first part before the slash contains a "." or a ":" it is considered to be a registry URL
A last part starting with a ":" is considered to be a tag
The rest is considered the repository name (which might be separated via slashes)
Example of valid names:
consol/tomcat-8.0
consol/tomcat-8.0:8.0.9
docker.consol.de:5000/tomcat-8.0
docker.consol.de:5000/jolokia/tomcat-8.0:8.0.9
|
| WatchImageConfiguration |
Configuration for watching on image changes
|
| WatchImageConfiguration.WatchImageConfigurationBuilder |
| Enum | Description |
|---|---|
| WatchMode |
How to watch for image changes
|
Copyright © 2024. All rights reserved.