Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageCache ¶
type ImageCache struct {
// contains filtered or unexported fields
}
func NewImageCache ¶
func NewImageCache(imageRef name.Reference, dockerClient client.CommonAPIClient) *ImageCache
func (*ImageCache) Name ¶
func (c *ImageCache) Name() string
type VolumeCache ¶
type VolumeCache struct {
// contains filtered or unexported fields
}
func NewVolumeCache ¶
func NewVolumeCache(imageRef name.Reference, suffix string, dockerClient client.CommonAPIClient) *VolumeCache
func (*VolumeCache) Name ¶
func (c *VolumeCache) Name() string
Click to show internal directories.
Click to hide internal directories.