You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/e2e/v1/e2e_test.go
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,8 @@ package autoscaling
19
19
import (
20
20
"flag"
21
21
"fmt"
22
-
"math/rand"
23
22
"os"
24
23
"testing"
25
-
"time"
26
24
27
25
// Never, ever remove the line with "/ginkgo". Without it,
28
26
// the ginkgo test runner will not detect that this
@@ -36,8 +34,6 @@ import (
36
34
"k8s.io/kubernetes/test/utils/image"
37
35
)
38
36
39
-
varviperConfig=flag.String("viper-config", "", "The name of a viper config file (https://github.com/spf13/viper#what-is-viper). All e2e command line parameters can also be configured in such a file. May contain a path and may or may not contain the file suffix. The default is to look for an optional file with `e2e` as base name. If a file is specified explicitly, it must be present.")
40
-
41
37
// handleFlags sets up all flags and parses the command line.
0 commit comments