fix comment mistake, run "make update"
Kubernetes-commit: 9345da51ac4f073e22f8c6e934a4a0f80ad50623
This commit is contained in:
parent
6d1c5f238d
commit
fd1e1fdb18
|
|
@ -177,7 +177,7 @@ type AttachDetachControllerConfiguration struct {
|
||||||
// This flag enables or disables reconcile. Is false by default, and thus enabled.
|
// This flag enables or disables reconcile. Is false by default, and thus enabled.
|
||||||
DisableAttachDetachReconcilerSync bool
|
DisableAttachDetachReconcilerSync bool
|
||||||
// ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop
|
// ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop
|
||||||
// wait between successive executions. Is set to 5 sec by default.
|
// wait between successive executions. Is set to 60 sec by default.
|
||||||
ReconcilerSyncLoopPeriod metav1.Duration
|
ReconcilerSyncLoopPeriod metav1.Duration
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue