MCPcopy
hub / github.com/vmware-tanzu/sonobuoy / PullImages

Method PullImages

pkg/image/image.go:21–21  ·  view source on GitHub ↗
(images []string, retries int)

Source from the content-addressed store, hash-verified

19// Client is the interface for interacting with images.
20type Client interface {
21 PullImages(images []string, retries int) []error
22 PushImages(images []TagPair, retries int) []error
23 DownloadImages(images []string, version string) (string, error)
24 DeleteImages(images []string, retries int) []error

Callers 2

pullImagesFunction · 0.65
collectPluginsImagesFunction · 0.65

Implementers 2

DockerClientpkg/image/docker_client.go
DryRunClientpkg/image/dryrun_client.go

Calls

no outgoing calls

Tested by

no test coverage detected