Skip to content

Commit bb6da9e

Browse files
author
Kenichi Omichi
committed
Remove unused BusyBoxImage
The core e2e framework contains BusyBoxImage. The sub e2e "pod" framework also contains it but not used at all. So this removes this unused BusyBoxImage for code cleanup.
1 parent acaac18 commit bb6da9e

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)