fix cmd/kube-controller-manager's golint failures

This commit is contained in:
xiaojingchen
2019-04-28 21:00:51 +08:00
parent f01c1401a9
commit 2b19a4db9e
5 changed files with 15 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ import (
// Cloud providers
cloudprovider "k8s.io/cloud-provider"
// ensure the cloud providers are installed
_ "k8s.io/kubernetes/pkg/cloudprovider/providers"
// Volume plugins
"k8s.io/kubernetes/pkg/volume"