diff --git a/pkg/api/install/install.go b/pkg/api/install/install.go index c42e2ee7b..ce27c37e2 100644 --- a/pkg/api/install/install.go +++ b/pkg/api/install/install.go @@ -21,6 +21,7 @@ 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" @@ -29,6 +30,7 @@ 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