MCPcopy Index your code
hub / github.com/containerd/containerd / ImageService

Struct ImageService

integration/remote/remote_image.go:48–50  ·  view source on GitHub ↗

ImageService adapts the upstream CRI image client to the legacy integration interface used by containerd's integration tests.

Source from the content-addressed store, hash-verified

46// ImageService adapts the upstream CRI image client to the legacy integration
47// interface used by containerd's integration tests.
48type ImageService struct {
49 imageService upstreamapi.ImageManagerService
50}
51
52// NewImageService creates a legacy-style CRI image client backed by the
53// upstream Kubernetes CRI client.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected