package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

NewImageGCManager instantiates a new ImageGCManager object.
NewImageManager instantiates a new ImageManager object.

# Variables

ErrImageInspect - Unable to inspect image.
ErrImageNeverPull - Required Image is absent on host and PullPolicy is NeverPullImage.
ErrImagePull - General image pull error.
ErrImagePullBackOff - Container image pull failed, kubelet is backing off image pull.
ErrInvalidImageName - Unable to parse the image name.
ErrRegistryUnavailable - Get http error when pulling image from registry.

# Structs

ImageGCPolicy is a policy for garbage collecting images.

# Interfaces

ImageGCManager is an interface for managing lifecycle of all images.
ImageManager provides an interface to manage the lifecycle of images.
StatsProvider is an interface for fetching stats used during image garbage collection.