Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
ID string
Label string // display name
Detail string // extra detail (image tag, volume driver, etc.)
Size int64
AgeStr string
Project string
Kind ItemKind
InUse bool // for cache items
}
Item is a unified reclaimable resource.
Click to show internal directories.
Click to hide internal directories.