fs.StringVar(&s.ZoneName,"zone-name",s.ZoneName,"Zone name, like example.com.")
fs.IntVar(&s.ConcurrentServiceSyncs,"concurrent-service-syncs",s.ConcurrentServiceSyncs,"The number of service syncing operations that will be done concurrently. Larger number = faster endpoint updating, but more CPU (and network) load")
fs.IntVar(&s.ConcurrentReplicaSetSyncs,"concurrent-replicaset-syncs",s.ConcurrentReplicaSetSyncs,"The number of ReplicaSets syncing operations that will be done concurrently. Larger number = faster endpoint updating, but more CPU (and network) load")
fs.DurationVar(&s.ClusterMonitorPeriod.Duration,"cluster-monitor-period",s.ClusterMonitorPeriod.Duration,"The period for syncing ClusterStatus in ClusterController.")
fs.BoolVar(&s.EnableProfiling,"profiling",true,"Enable profiling via web interface host:port/debug/pprof/")
fs.StringVar(&s.Master,"master",s.Master,"The address of the federation API server (overrides any value in kubeconfig)")