Skip to content

Commit 2c6597a

Browse files
authored
Merge pull request kubernetes#76750 from qingsenLi/k8s190416
remove some unused const in test/e2e
2 parents 99af708 + 23b91b8 commit 2c6597a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

test/e2e/apps/daemon_restart.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const (
5151
restartPollInterval = 5 * time.Second
5252
restartTimeout = 10 * time.Minute
5353
numPods = 10
54-
sshPort = 22
5554
// ADD represents the ADD event
5655
ADD = "ADD"
5756
// DEL represents the DEL event

test/e2e/autoscaling/cluster_autoscaler_scalability.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ const (
4242
memoryReservationTimeout = 5 * time.Minute
4343
largeResizeTimeout = 8 * time.Minute
4444
largeScaleUpTimeout = 10 * time.Minute
45-
largeScaleDownTimeout = 20 * time.Minute
46-
minute = 1 * time.Minute
47-
48-
maxNodes = 1000
45+
maxNodes = 1000
4946
)
5047

5148
type clusterPredicates struct {

0 commit comments

Comments
 (0)