@@ -124,7 +124,7 @@ func (o *Options) AddFlags(fs *pflag.FlagSet) {
fs.StringVar(&o.config.ClientConnection.ContentType,"kube-api-content-type",o.config.ClientConnection.ContentType,"Content type of requests sent to apiserver.")
fs.Float32Var(&o.config.ClientConnection.QPS,"kube-api-qps",o.config.ClientConnection.QPS,"QPS to use while talking with kubernetes apiserver")
fs.Int32Var(&o.config.ClientConnection.Burst,"kube-api-burst",o.config.ClientConnection.Burst,"Burst to use while talking with kubernetes apiserver")
fs.StringVar(&o.config.SchedulerName,"scheduler-name",o.config.SchedulerName,"Name of the scheduler, used to select which pods will be processed by this scheduler, based on pod's \"spec.SchedulerName\".")
fs.StringVar(&o.config.SchedulerName,"scheduler-name",o.config.SchedulerName,"Name of the scheduler, used to select which pods will be processed by this scheduler, based on pod's \"spec.schedulerName\".")
fs.StringVar(&o.config.LeaderElection.LockObjectNamespace,"lock-object-namespace",o.config.LeaderElection.LockObjectNamespace,"Define the namespace of the lock object.")
fs.StringVar(&o.config.LeaderElection.LockObjectName,"lock-object-name",o.config.LeaderElection.LockObjectName,"Define the name of the lock object.")