clean up unused const in node_lifecycle_controller.go

This commit is contained in:
Pingan2017 2018-02-28 15:34:47 +08:00
parent e30554bd39
commit 822d21f88a

View File

@ -107,8 +107,6 @@ const (
)
const (
// The amount of time the nodecontroller polls on the list nodes endpoint.
apiserverStartupGracePeriod = 10 * time.Minute
// The amount of time the nodecontroller should sleep between retrying NodeStatus updates
retrySleepTime = 20 * time.Millisecond
)