Documentation
¶
Index ¶
Constants ¶
View Source
const ( LayerPruner = "start to prune layer" ImagePruner = "start to prune image db" BuildPruner = "start to prune build tmp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pruner ¶
type Pruner interface {
// Select do select action and return filepath which need to be deleted
Select() ([]string, error)
GetSelectorMessage() string
}
func NewBuildPrune ¶
func NewBuildPrune() Pruner
func NewImagePrune ¶
func NewLayerPrune ¶
Click to show internal directories.
Click to hide internal directories.