diff --git a/test/e2e/framework/pod/resource.go b/test/e2e/framework/pod/resource.go index e0d6479f8a1..87f86386979 100644 --- a/test/e2e/framework/pod/resource.go +++ b/test/e2e/framework/pod/resource.go @@ -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.