We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfd7be commit cbfe654Copy full SHA for cbfe654
pkg/controller/cloud/node_controller.go
@@ -57,14 +57,6 @@ type CloudNodeController struct {
57
nodeStatusUpdateFrequency time.Duration
58
}
59
60
-const (
61
- // nodeStatusUpdateRetry controls the number of retries of writing NodeStatus update.
62
- nodeStatusUpdateRetry = 5
63
-
64
- // The amount of time the nodecontroller should sleep between retrying NodeStatus updates
65
- retrySleepTime = 20 * time.Millisecond
66
-)
67
68
// NewCloudNodeController creates a CloudNodeController object
69
func NewCloudNodeController(
70
nodeInformer coreinformers.NodeInformer,
0 commit comments