Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { // Id of the image. Normally the digest of image config. ID string // Other names by which this image is known. RepoTags []string // Digests by which this image is known. RepoDigests []string // ChainID is the chainID of the image. ChainID string // Size is the compressed size of the image. Size int64 // Config is the oci image config of the image. Config *imagespec.ImageConfig // Containerd image reference Image containerd.Image }
Image contains all resources associated with the image. All fields MUST not be mutated directly after created.
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores all images.
func LoadStore ¶
func LoadStore() *Store
LoadStore loads images from runtime. TODO(random-liu): Implement LoadStore.
Click to show internal directories.
Click to hide internal directories.