MCPcopy
hub / github.com/containerd/containerd / SnapshotService

Method SnapshotService

pkg/oci/client.go:29–29  ·  view source on GitHub ↗
(snapshotterName string)

Source from the content-addressed store, hash-verified

27// Client interface used by SpecOpt
28type Client interface {
29 SnapshotService(snapshotterName string) snapshots.Snapshotter
30}
31
32// Image interface used by some SpecOpt to query image configuration

Callers 15

WithRestoreImageFunction · 0.65
WithRestoreRWFunction · 0.65
WithCheckpointRWFunction · 0.65
checkpointRWSnapshotMethod · 0.65
TestImageVolumeBasicFunction · 0.65
TestMountAtRuntimeFunction · 0.65
TestLeaseResourcesFunction · 0.65
newSnapshotterFunction · 0.65
TestIDMappedOverlayFunction · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 8

TestImageVolumeBasicFunction · 0.52
TestMountAtRuntimeFunction · 0.52
TestLeaseResourcesFunction · 0.52
newSnapshotterFunction · 0.52
TestIDMappedOverlayFunction · 0.52