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(image string) ([]byte, error) { … }
func getPuller() (puller, error) { … }
func PrePullAllImages() error { … }
func getContainerImageFromE2ETestDaemonset(dsYamlPath string) (string, error) { … }
func getSRIOVDevicePluginImage() (string, error) { … }