ImageService adapts the upstream CRI image client to the legacy integration interface used by containerd's integration tests.
| 46 | // ImageService adapts the upstream CRI image client to the legacy integration |
| 47 | // interface used by containerd's integration tests. |
| 48 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected