MCPcopy
hub / github.com/containerd/containerd / Name

Method Name

client/image.go:45–45  ·  view source on GitHub ↗

Name of the image

()

Source from the content-addressed store, hash-verified

43type Image interface {
44 // Name of the image
45 Name() string
46 // Target descriptor for the image content
47 Target() ocispec.Descriptor
48 // Labels of the image

Callers 15

CRImportCheckpointMethod · 0.95
PullMethod · 0.65
WithRestoreImageFunction · 0.65
WithImageFunction · 0.65
withNewSnapshotFunction · 0.65
CheckpointMethod · 0.65
withRemappedSnapshotBaseFunction · 0.65
LoadDefaultProfileFunction · 0.65
CommitMethod · 0.65

Implementers 1

imageclient/image.go

Calls

no outgoing calls