Versions in this module Expand all Collapse all v0 v0.5.3 May 28, 2015 Changes in this version + type BlobPruneFunc func(registryURL, blob string) error + func DeletingBlobPruneFunc(registryClient *http.Client) BlobPruneFunc + type ImagePruneFunc func(image *imageapi.Image) error + func DeletingImagePruneFunc(images client.ImageInterface) ImagePruneFunc + type ImagePruner interface + Run func(pruneImage ImagePruneFunc, pruneStream ImageStreamPruneFunc, ...) + func NewImagePruner(keepYoungerThan time.Duration, tagRevisionsToKeep int, ...) ImagePruner + type ImageStreamPruneFunc func(stream *imageapi.ImageStream, image *imageapi.Image) (*imageapi.ImageStream, error) + func DeletingImageStreamPruneFunc(streams client.ImageStreamsNamespacer) ImageStreamPruneFunc + type LayerPruneFunc func(registryURL, repo, layer string) error + func DeletingLayerPruneFunc(registryClient *http.Client) LayerPruneFunc + type ManifestPruneFunc func(registryURL, repo, manifest string) error + func DeletingManifestPruneFunc(registryClient *http.Client) ManifestPruneFunc