Rename NodeImageWhiteList to NodePrePullImageList

This commit is contained in:
Warren Fernandes
2020-06-19 14:55:18 -06:00
parent 403716626d
commit 296f50365b
4 changed files with 11 additions and 11 deletions

View File

@@ -48,9 +48,9 @@ var _ = framework.KubeDescribe("Container Runtime Conformance Test", func() {
}
}
}`
// The following images are not added into NodeImageWhiteList, because this test is
// The following images are not added into NodePrePullImageList, because this test is
// testing image pulling, these images don't need to be prepulled. The ImagePullPolicy
// is v1.PullAlways, so it won't be blocked by framework image white list check.
// is v1.PullAlways, so it won't be blocked by framework image pre-pull list check.
for _, testCase := range []struct {
description string
image string