Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(opt Opt) cache.ExternalRefCheckerFunc
New creates new image reference checker that can be used to see if a reference is being used by any of the images in the image store
Types ¶
type LayerGetter ¶
LayerGetter abstracts away the snapshotter
type Opt ¶
type Opt struct {
LayerGetter LayerGetter
ImageStore image.Store
}
Opt represents the options needed to create a refchecker
Click to show internal directories.
Click to hide internal directories.