Merge pull request #76750 from qingsenLi/k8s190416

remove some unused const in test/e2e
This commit is contained in:
Kubernetes Prow Robot 2019-05-01 13:14:33 -07:00 committed by GitHub
commit 2c6597a5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -51,7 +51,6 @@ const (
restartPollInterval = 5 * time.Second
restartTimeout = 10 * time.Minute
numPods = 10
sshPort = 22
// ADD represents the ADD event
ADD = "ADD"
// DEL represents the DEL event

View File

@ -42,10 +42,7 @@ const (
memoryReservationTimeout = 5 * time.Minute
largeResizeTimeout = 8 * time.Minute
largeScaleUpTimeout = 10 * time.Minute
largeScaleDownTimeout = 20 * time.Minute
minute = 1 * time.Minute
maxNodes = 1000
maxNodes = 1000
)
type clusterPredicates struct {