Skip to content

Commit 0610bf0

Browse files
authored
Merge pull request kubernetes#81241 from oomichi/cleanup-unused-BusyBoxImage
Remove unused BusyBoxImage
2 parents 46e58df + bb6da9e commit 0610bf0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/e2e/framework/pod/resource.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ import (
4141
imageutils "k8s.io/kubernetes/test/utils/image"
4242
)
4343

44-
var (
45-
// BusyBoxImage is the image URI of BusyBox.
46-
BusyBoxImage = imageutils.GetE2EImage(imageutils.BusyBox)
47-
)
48-
4944
// TODO: Move to its own subpkg.
5045
// expectNoErrorWithRetries to their own subpackages within framework.
5146
// expectNoError checks if "err" is set, and if so, fails assertion while logging the error.

0 commit comments

Comments
 (0)