fs.StringVar(&s.VolumeConfiguration.FlexVolumePluginDir,"flex-volume-plugin-dir",s.VolumeConfiguration.FlexVolumePluginDir,"Full path of the directory in which the flex volume plugin should search for additional third party volume plugins.")
fs.StringVar(&s.VolumeConfiguration.FlexVolumePluginDir,"flex-volume-plugin-dir",s.VolumeConfiguration.FlexVolumePluginDir,"Full path of the directory in which the flex volume plugin should search for additional third party volume plugins.")
fs.Int32Var(&s.TerminatedPodGCThreshold,"terminated-pod-gc-threshold",s.TerminatedPodGCThreshold,"Number of terminated pods that can exist before the terminated pod garbage collector starts deleting terminated pods. If <= 0, the terminated pod garbage collector is disabled.")
fs.Int32Var(&s.TerminatedPodGCThreshold,"terminated-pod-gc-threshold",s.TerminatedPodGCThreshold,"Number of terminated pods that can exist before the terminated pod garbage collector starts deleting terminated pods. If <= 0, the terminated pod garbage collector is disabled.")
fs.DurationVar(&s.HorizontalPodAutoscalerSyncPeriod.Duration,"horizontal-pod-autoscaler-sync-period",s.HorizontalPodAutoscalerSyncPeriod.Duration,"The period for syncing the number of pods in horizontal pod autoscaler.")
fs.DurationVar(&s.HorizontalPodAutoscalerSyncPeriod.Duration,"horizontal-pod-autoscaler-sync-period",s.HorizontalPodAutoscalerSyncPeriod.Duration,"The period for syncing the number of pods in horizontal pod autoscaler.")
fs.DurationVar(&s.HorizontalPodAutoscalerUpscaleForbiddenWindow.Duration,"horizontal-pod-autoscaler-upscale-delay",s.HorizontalPodAutoscalerUpscaleForbiddenWindow.Duration,"The period since last upscale, before another upscale can be performed in horizontal pod autoscaler.")
fs.DurationVar(&s.HorizontalPodAutoscalerDownscaleForbiddenWindow.Duration,"horizontal-pod-autoscaler-downscale-delay",s.HorizontalPodAutoscalerDownscaleForbiddenWindow.Duration,"The period since last downscale, before another downscale can be performed in horizontal pod autoscaler.")
fs.DurationVar(&s.DeploymentControllerSyncPeriod.Duration,"deployment-controller-sync-period",s.DeploymentControllerSyncPeriod.Duration,"Period for syncing the deployments.")
fs.DurationVar(&s.DeploymentControllerSyncPeriod.Duration,"deployment-controller-sync-period",s.DeploymentControllerSyncPeriod.Duration,"Period for syncing the deployments.")
fs.DurationVar(&s.PodEvictionTimeout.Duration,"pod-eviction-timeout",s.PodEvictionTimeout.Duration,"The grace period for deleting pods on failed nodes.")
fs.DurationVar(&s.PodEvictionTimeout.Duration,"pod-eviction-timeout",s.PodEvictionTimeout.Duration,"The grace period for deleting pods on failed nodes.")
fs.Float32Var(&s.DeletingPodsQps,"deleting-pods-qps",0.1,"Number of nodes per second on which pods are deleted in case of node failure.")
fs.Float32Var(&s.DeletingPodsQps,"deleting-pods-qps",0.1,"Number of nodes per second on which pods are deleted in case of node failure.")