clean up unused const in node_lifecycle_controller.go
This commit is contained in:
parent
e30554bd39
commit
822d21f88a
@ -107,8 +107,6 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
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
|
// The amount of time the nodecontroller should sleep between retrying NodeStatus updates
|
||||||
retrySleepTime = 20 * time.Millisecond
|
retrySleepTime = 20 * time.Millisecond
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user