MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / PullImage

Method PullImage

libdocker/client.go:75–75  ·  view source on GitHub ↗
(image string, auth dockerregistry.AuthConfig, opts dockertypes.ImagePullOptions)

Source from the content-addressed store, hash-verified

73 InspectImageByID(imageID string) (*dockertypes.ImageInspect, error)
74 ListImages(opts dockertypes.ImageListOptions) ([]dockerimagetypes.Summary, error)
75 PullImage(image string, auth dockerregistry.AuthConfig, opts dockertypes.ImagePullOptions) error
76 RemoveImage(
77 imageName string,
78 opts dockertypes.ImageRemoveOptions,

Callers 5

ensureSandboxImageExistsFunction · 0.65
PullImageMethod · 0.65
TestPullWithJSONErrorFunction · 0.65
PullImageMethod · 0.65
PullMethod · 0.65

Implementers 5

instrumentedInterfacelibdocker/instrumented_client.go
kubeDockerClientlibdocker/kube_docker_client.go
FakeDockerClientlibdocker/fake_client.go
MockDockerClientInterfacelibdocker/testing/mock_client.go
MockDockerClientInterfaceMockRecorderlibdocker/testing/mock_client.go

Calls

no outgoing calls

Tested by 1

TestPullWithJSONErrorFunction · 0.52