fs.Int32Var(&s.Port,"port",s.Port,"The port that the cloud-controller-manager's http service runs on")
fs.Int32Var(&s.Port,"port",s.Port,"The port that the cloud-controller-manager's http service runs on")
fs.Var(componentconfig.IPVar{Val:&s.Address},"address","The IP address to serve on (set to 0.0.0.0 for all interfaces)")
fs.Var(componentconfig.IPVar{Val:&s.Address},"address","The IP address to serve on (set to 0.0.0.0 for all interfaces)")
fs.StringVar(&s.CloudProvider,"cloud-provider",s.CloudProvider,"The provider of cloud services. Empty for no provider.")
fs.StringVar(&s.CloudProvider,"cloud-provider",s.CloudProvider,"The provider of cloud services. Cannot be empty.")
fs.StringVar(&s.CloudConfigFile,"cloud-config",s.CloudConfigFile,"The path to the cloud provider configuration file. Empty string for no configuration file.")
fs.StringVar(&s.CloudConfigFile,"cloud-config",s.CloudConfigFile,"The path to the cloud provider configuration file. Empty string for no configuration file.")
fs.DurationVar(&s.MinResyncPeriod.Duration,"min-resync-period",s.MinResyncPeriod.Duration,"The resync period in reflectors will be random between MinResyncPeriod and 2*MinResyncPeriod")
fs.DurationVar(&s.MinResyncPeriod.Duration,"min-resync-period",s.MinResyncPeriod.Duration,"The resync period in reflectors will be random between MinResyncPeriod and 2*MinResyncPeriod")