package integration
import "github.com/containerd/containerd/integration"
Index ¶
- Constants
- func EnsureImageExists(t *testing.T, imageName string) string
- func GetImage(image int) string
- type ImageList
Constants ¶
const ( // None is to be used for unset/default images None = iota // Alpine image Alpine // BusyBox image BusyBox // Pause image Pause // ResourceConsumer image ResourceConsumer // VolumeCopyUp image VolumeCopyUp // VolumeOwnership image VolumeOwnership )
Functions ¶
func EnsureImageExists ¶
EnsureImageExists pulls the given image, ensures that no error was encountered while pulling it.
func GetImage ¶
GetImage returns the fully qualified URI to an image (including version)
Types ¶
type ImageList ¶
type ImageList struct { Alpine string BusyBox string Pause string ResourceConsumer string VolumeCopyUp string VolumeOwnership string }
ImageList holds public image references
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
integration/cri-api | |
integration/cri-api/pkg | |
integration/cri-api/pkg/apis | |
integration/images | |
integration/images/volume-ownership | |
integration/images/volume-ownership/tools | |
integration/remote | Package remote contains gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService. |
integration/remote/util | |
integration/util | Package util holds utility functions. |
- Version
- v1.6.15
- Published
- Jan 5, 2023
- Platform
- windows/amd64
- Imports
- 8 packages
- Last checked
- 2 minutes ago –
Tools for package owners.