Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extractor ¶
Extractor extracts the URLs of all the docker images in a directory of manifests
type ImageDownloader ¶
type ImageDownloader struct { Log logr.Logger ImageList v1alpha1.ImageList ImageDir string SkipIfFileExists bool DummyDownload bool }
ImageDownloader handles pulling images given ImageList
func (*ImageDownloader) DownloadImagesWithRetry ¶
func (d *ImageDownloader) DownloadImagesWithRetry(retry int) error
DownloadImagesWithRetry calls DownloadImagesToDir, retrying if errors occur
type ImageUploader ¶
ImageUploader handles upload images to target repo given image dir
func (*ImageUploader) UploadImagesWithRetry ¶
func (u *ImageUploader) UploadImagesWithRetry(retry int) (imageMappings []images.ImageMapping, err error)
UploadImagesWithRetry calls UploadImagesFromDir, retrying if errors occur
Click to show internal directories.
Click to hide internal directories.