1
0
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:
Avesh Agarwal
2017-07-30 12:26:50 -04:00
parent 5c49b08168
commit f6d1c9b47b

View File

@@ -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"
) )