Interface | Description |
---|---|
FormatParameterReplacer.Lookup | |
ImagePullCacheManager |
Simple interface for a ImagePullCache manager, to load and persist the cache.
|
Logger |
Simple log handler for printing used during the maven build
|
StartOrderResolver.Resolvable | |
Task<T> |
Represents a generic task to be executed on a object.
|
Class | Description |
---|---|
AnsiLogger |
Simple log handler for printing used during the maven build
|
AuthConfigFactory |
Factory for creating docker specific authentication configuration
|
CredentialHelperClient | |
DeepCopy | |
DockerFileUtil |
Utility class for dealing with dockerfiles
|
DockerPathUtil |
Docker path resolution and manipulation utility methods.
|
EnvUtil |
Utility class for various (loosely related) environment related tasks.
|
FormatParameterReplacer | |
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 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
|
ImageNameFormatter |
Replace placeholders in an image name with certain properties found in the
project
|
ImageNameFormatter.AbstractLookup | |
ImagePullCache |
Simple serializable cache for holding image names
|
MojoParameters |
Helper class for encapsulating Mojo params which are not Plexus components
|
PomLabel |
Label used to mark a container belonging to a certain build.
|
StartOrderResolver | |
SuffixFileFilter | |
Timestamp |
Timestamp holding a
DateTime and nano seconds and which can be compared. |
VolumeBindingUtil |
Utility methods for working with Docker volume bindings.
|
Enum | Description |
---|---|
AutoPullMode |
Enum holding the possible values avalaible for auto-pulling.
|
Copyright © 2019. All rights reserved.