Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleanup ¶
type Cleanup struct {
// contains filtered or unexported fields
}
Cleanup implements garbage collection for docker registry
type Config ¶
type Config struct { // Config specifies the common pruner configuration prune.Config // App specifies the cluster application App *loc.Locator // Packages specifies the cluster package service Packages pack.PackageService // Apps specifies the cluster application service Apps apps.Applications // ImageService specifies the docker image service ImageService docker.ImageService }
Config describes configuration for the registry cleaner
Click to show internal directories.
Click to hide internal directories.