Documentation ¶
Index ¶
- type ImageTagCache
- type KnownImage
- type MemCache
- func (mc *MemCache) ClearCache()
- func (mc *MemCache) GetTag(imageName string, tagName string) (*tag.ImageTag, error)
- func (mc *MemCache) HasTag(imageName string, tagName string) bool
- func (mc *MemCache) NumEntries() int
- func (mc *MemCache) SetImage(imageName, application string)
- func (mc *MemCache) SetTag(imageName string, imgTag *tag.ImageTag)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageTagCache ¶
type KnownImage ¶ added in v0.5.0
KnownImage represents a known image and the applications using it, without any version/tag information.
type MemCache ¶
type MemCache struct {
// contains filtered or unexported fields
}
func (*MemCache) ClearCache ¶ added in v0.4.0
func (mc *MemCache) ClearCache()
ClearCache clears the cache
func (*MemCache) NumEntries ¶ added in v0.5.0
NumEntries returns the number of entries in the cache
Click to show internal directories.
Click to hide internal directories.