Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindCache ¶ added in v0.28.0
type BindCache struct {
// contains filtered or unexported fields
}
func NewBindCache ¶ added in v0.28.0
func NewBindCache(cacheType CacheInfo, dockerClient client.CommonAPIClient) *BindCache
type CacheInfo ¶ added in v0.28.0
func (*CacheInfo) SourceName ¶ added in v0.28.0
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
func (*ImageCache) Type ¶ added in v0.16.0
func (c *ImageCache) Type() Type
type VolumeCache ¶
type VolumeCache struct {
// contains filtered or unexported fields
}
func NewVolumeCache ¶
func NewVolumeCache(imageRef name.Reference, cacheType CacheInfo, suffix string, dockerClient client.CommonAPIClient) *VolumeCache
func (*VolumeCache) Name ¶
func (c *VolumeCache) Name() string
func (*VolumeCache) Type ¶ added in v0.16.0
func (c *VolumeCache) Type() Type
Click to show internal directories.
Click to hide internal directories.