const maxImagePullRetries …
const imagePullRetryDelay …
const maxParallelImagePullCount …
var NodePrePullImageList …
func updateImageAllowList(ctx context.Context) { … }
func isRunningOnArm64() bool { … }
func getNodeProblemDetectorImage() string { … }
type puller …
type remotePuller …
func (rp *remotePuller) Name() string { … }
func (rp *remotePuller) Pull(ctx context.Context, image string) ([]byte, error) { … }
func (rp *remotePuller) Remove(ctx context.Context, image string) error { … }
func getPuller() (puller, error) { … }
func PrePullAllImages(ctx context.Context) error { … }
func RemoveImage(ctx context.Context, image string) error { … }
func getContainerImageFromE2ETestDaemonset(dsYamlPath string) (string, error) { … }
func getSRIOVDevicePluginImage() (string, error) { … }