We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e58df + bb6da9e commit 0610bf0Copy full SHA for 0610bf0
test/e2e/framework/pod/resource.go
@@ -41,11 +41,6 @@ import (
41
imageutils "k8s.io/kubernetes/test/utils/image"
42
)
43
44
-var (
45
- // BusyBoxImage is the image URI of BusyBox.
46
- BusyBoxImage = imageutils.GetE2EImage(imageutils.BusyBox)
47
-)
48
-
49
// TODO: Move to its own subpkg.
50
// expectNoErrorWithRetries to their own subpackages within framework.
51
// expectNoError checks if "err" is set, and if so, fails assertion while logging the error.
0 commit comments