From 46a7de0b50b1d9bbbe65f60c434df31619661762 Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Thu, 10 Aug 2017 14:09:39 -0400 Subject: [PATCH] Clean up install code. --- pkg/api/install/install.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/api/install/install.go b/pkg/api/install/install.go index ce27c37e2..c42e2ee7b 100644 --- a/pkg/api/install/install.go +++ b/pkg/api/install/install.go @@ -21,7 +21,6 @@ import ( "k8s.io/apimachinery/pkg/apimachinery/announced" "k8s.io/apimachinery/pkg/apimachinery/registered" "k8s.io/apimachinery/pkg/runtime" - //"k8s.io/kubernetes/pkg/api" reschedulerapi "github.com/aveshagarwal/rescheduler/pkg/api" "github.com/aveshagarwal/rescheduler/pkg/api/v1alpha1" @@ -30,7 +29,6 @@ import ( func init() { Install(reschedulerscheme.GroupFactoryRegistry, reschedulerscheme.Registry, reschedulerscheme.Scheme) - //Install(api.GroupFactoryRegistry, api.Registry, api.Scheme) } // Install registers the API group and adds types to a scheme