mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
proxy/ipvs: remove unused constant rsGracefulDeletePeriod
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
This commit is contained in:
parent
46e58df837
commit
e198eefa2b
@ -28,8 +28,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
rsGracefulDeletePeriod = 15 * time.Minute
|
rsCheckDeleteInterval = 1 * time.Minute
|
||||||
rsCheckDeleteInterval = 1 * time.Minute
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// listItem stores real server information and the process time.
|
// listItem stores real server information and the process time.
|
||||||
|
Loading…
Reference in New Issue
Block a user