fs.Int32Var(&s.ConcurrentDeploymentSyncs,"concurrent-deployment-syncs",s.ConcurrentDeploymentSyncs,"The number of deployment objects that are allowed to sync concurrently. Larger number = more responsive deployments, but more CPU (and network) load")
fs.Int32Var(&s.ConcurrentNamespaceSyncs,"concurrent-namespace-syncs",s.ConcurrentNamespaceSyncs,"The number of namespace objects that are allowed to sync concurrently. Larger number = more responsive namespace termination, but more CPU (and network) load")
fs.Int32Var(&s.ConcurrentSATokenSyncs,"concurrent-serviceaccount-token-syncs",s.ConcurrentSATokenSyncs,"The number of service account token objects that are allowed to sync concurrently. Larger number = more responsive token generation, but more CPU (and network) load")
fs.DurationVar(&s.ServiceSyncPeriod.Duration,"service-sync-period",s.ServiceSyncPeriod.Duration,"The period for syncing services with their external load balancers")