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