diff --git a/pkg/volume/gce_util.go b/pkg/volume/gce_util.go index b01b7320da0..781e9b1e34d 100644 --- a/pkg/volume/gce_util.go +++ b/pkg/volume/gce_util.go @@ -27,7 +27,7 @@ import ( "time" "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider" - "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/gce" + gce_cloud "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/gce" ) const partitionRegex = "[a-z][a-z]*(?P[0-9][0-9]*)?"