Merge pull request #81312 from andrewsykim/ipvs-remove-const

proxy/ipvs: remove unused constant rsGracefulDeletePeriod
This commit is contained in:
Kubernetes Prow Robot 2019-08-13 19:37:16 -07:00 committed by GitHub
commit 8c7244ac12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,7 @@ import (
)
const (
rsGracefulDeletePeriod = 15 * time.Minute
rsCheckDeleteInterval = 1 * time.Minute
rsCheckDeleteInterval = 1 * time.Minute
)
// listItem stores real server information and the process time.