enforce that cloud providers are only linked in main or app packages

This commit is contained in:
Mike Danese
2019-01-29 21:16:02 -08:00
parent 472b8a9a4f
commit 47043bcac1
10 changed files with 14 additions and 120 deletions

View File

@@ -20,9 +20,6 @@ package options
// This should probably be part of some configuration fed into the build for a
// given binary target.
import (
// Cloud providers
_ "k8s.io/kubernetes/pkg/cloudprovider/providers"
// Admission policies
"k8s.io/kubernetes/plugin/pkg/admission/admit"
"k8s.io/kubernetes/plugin/pkg/admission/alwayspullimages"