# Functions
NewImageManager returns a new image manager object.
# Constants
Work types.
Work types.
Work types.
Work types.
Work types.
Work types.
ImageWorkResultStatusAlreadyPulled means image is already present in the node.
ImageWorkResultStatusFailed means image pull/delete failed.
ImageWorkResultStatusJobCreated means job for image pull/delete created.
ImageWorkResultStatusSucceeded means image pull/delete succeeded.
ImageWorkResultStatusUnknown means status of image pull/delete unknown.
# Structs
ImageManager provides the functionalities for pulling and deleting images.
ImageWorkRequest has image name, node name, work type and imagecache.
ImageWorkResult stores the result of pulling and deleting image.
WorkQueueKey is an item in the sync handler's work queue.
# Type aliases
WorkType refers to type of work to be done by sync handler.