mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
Fix rescheduler options.
This commit is contained in:
@@ -18,14 +18,14 @@ limitations under the License.
|
|||||||
package options
|
package options
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
//"fmt"
|
||||||
|
|
||||||
//"k8s.io/kubernetes/pkg/api"
|
//"k8s.io/kubernetes/pkg/api"
|
||||||
|
|
||||||
// install the componentconfig api so we get its defaulting and conversion functions
|
// install the componentconfig api so we get its defaulting and conversion functions
|
||||||
//_ "github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig/install"
|
//_ "github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig/install"
|
||||||
|
|
||||||
"github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig/"
|
"github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig"
|
||||||
|
|
||||||
"github.com/spf13/pflag"
|
"github.com/spf13/pflag"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user