Merge pull request #81241 from oomichi/cleanup-unused-BusyBoxImage

Remove unused BusyBoxImage
This commit is contained in:
Kubernetes Prow Robot 2019-08-11 11:11:10 -07:00 committed by GitHub
commit 0610bf0c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,11 +41,6 @@ import (
imageutils "k8s.io/kubernetes/test/utils/image"
)
var (
// BusyBoxImage is the image URI of BusyBox.
BusyBoxImage = imageutils.GetE2EImage(imageutils.BusyBox)
)
// TODO: Move to its own subpkg.
// expectNoErrorWithRetries to their own subpackages within framework.
// expectNoError checks if "err" is set, and if so, fails assertion while logging the error.