mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
Update rescheduler server.go.
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
|||||||
// NewReschedulerCommand creates a *cobra.Command object with default parameters
|
// NewReschedulerCommand creates a *cobra.Command object with default parameters
|
||||||
func NewReschedulerCommand() *cobra.Command {
|
func NewReschedulerCommand() *cobra.Command {
|
||||||
s := options.NewReschedulerServer()
|
s := options.NewReschedulerServer()
|
||||||
//s.AddFlags(pflag.CommandLine)
|
s.AddFlags(pflag.CommandLine)
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "rescheduler",
|
Use: "rescheduler",
|
||||||
Short: "reschdeduler",
|
Short: "reschdeduler",
|
||||||
|
|||||||
Reference in New Issue
Block a user