1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Update rescheduler server.go.

This commit is contained in:
Avesh Agarwal
2017-07-30 12:32:32 -04:00
parent ad6cb70497
commit 1fb6d17852

View File

@@ -30,7 +30,7 @@ import (
// NewReschedulerCommand creates a *cobra.Command object with default parameters
func NewReschedulerCommand() *cobra.Command {
s := options.NewReschedulerServer()
//s.AddFlags(pflag.CommandLine)
s.AddFlags(pflag.CommandLine)
cmd := &cobra.Command{
Use: "rescheduler",
Short: "reschdeduler",