From f6d1c9b47be28e84f96774f127f62c742e06d076 Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Sun, 30 Jul 2017 12:26:50 -0400 Subject: [PATCH] Fix rescheduler options. --- cmd/rescheduler/app/options/options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/rescheduler/app/options/options.go b/cmd/rescheduler/app/options/options.go index 3fa089105..6a0f932ef 100644 --- a/cmd/rescheduler/app/options/options.go +++ b/cmd/rescheduler/app/options/options.go @@ -18,14 +18,14 @@ limitations under the License. package options import ( - "fmt" + //"fmt" //"k8s.io/kubernetes/pkg/api" // 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/" + "github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig" "github.com/spf13/pflag" )