fs.BoolVar(&o.DisableAttachDetachReconcilerSync,"disable-attach-detach-reconcile-sync",false,"Disable volume attach detach reconciler sync. Disabling this may cause volumes to be mismatched with pods. Use wisely.")
fs.DurationVar(&o.ReconcilerSyncLoopPeriod.Duration,"attach-detach-reconcile-sync-period",o.ReconcilerSyncLoopPeriod.Duration,"The reconciler sync wait time between volume attach detach. This duration must be larger than one second, and increasing this value from the default may allow for volumes to be mismatched with pods.")
}
// ApplyTo fills up AttachDetachController config with options.