1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +01:00

Remove initialization of pkg/api/install as it is not needed.

This commit is contained in:
Avesh Agarwal
2017-08-10 14:31:00 -04:00
parent 77c971c062
commit 0d2b921968

View File

@@ -23,7 +23,6 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"github.com/aveshagarwal/rescheduler/pkg/api"
_ "github.com/aveshagarwal/rescheduler/pkg/api/install"
"github.com/aveshagarwal/rescheduler/pkg/api/v1alpha1"
"github.com/aveshagarwal/rescheduler/pkg/rescheduler/scheme"
)