Renamed image "white lists" to pre-pull image lists in test

Signed-off-by: alejandrox1 <alarcj137@gmail.com>
This commit is contained in:
alejandrox1
2020-07-01 13:48:47 -04:00
parent c53ce48d48
commit 4338053d8f
4 changed files with 14 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ var CurrentSuite Suite
// PrePulledImages are a list of images used in e2e/common tests. These images should be prepulled
// before tests starts, so that the tests won't fail due image pulling flakes.
// Currently, this is only used by node e2e test.
// See also updateImageWhiteList() in ../../e2e_node/image_list.go
// See also updateImageAllowList() in ../../e2e_node/image_list.go
// TODO(random-liu): Change the image puller pod to use similar mechanism.
var PrePulledImages = sets.NewString(
imageutils.GetE2EImage(imageutils.Agnhost),