MCPcopy
hub / github.com/firecracker-microvm/firecracker-containerd / imageVolumeProvider

Struct imageVolumeProvider

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

Source from the content-addressed store, hash-verified

37}
38
39type imageVolumeProvider struct {
40 config imageProviderConfig
41 client *containerd.Client
42 image string
43 target string
44 snapshot string
45}
46
47// ImageOpt allows setting optional properties of the provider.
48type ImageOpt func(*imageProviderConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected