package
0.2.0-alpha
Repository: https://github.com/vmware-archive/dispatch.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
DockerImageStatus gathers the status of multiple docker images.
FilterLastPulledBefore creates a filter, which will filter images that were last pulled before a specified duration.
NewBaseImageBuilder is the constructor for the BaseImageBuilder.
NewController creates a new image manager controller.
NewHandlers is the constructor for the Handlers type.
NewImageBuilder is the constructor for the ImageBuilder.
# Constants
StatusCREATING captures enum value "CREATING".
StatusDELETED captures enum value "DELETED".
StatusERROR captures enum value "ERROR".
StatusINITIALIZED captures enum value "INITIALIZED".
StatusREADY captures enum value "READY".
StatusUPDATING capture enum value "UPDATING".
# Structs
BaseImage defines a base image type.
BaseImageBuilder manages base images, which are referenced docker images.
ControllerConfig defines the image manager controller configuration.
Handlers encapsulates the image manager handlers.
Image defines an image type.
ImageBuilder manages building images.
RuntimeDependencies defines a runtime dependency type.
SystemDependencies defines a system dependency type.
SystemPackage defines a system package type.
# Interfaces
DockerImage defines the docker image interface.