Merge pull request #2823 from mikedanese/master

explicitly declare gce_cloud package name
This commit is contained in:
bgrant0607
2014-12-10 10:48:11 -08:00

View File

@@ -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<partition>[0-9][0-9]*)?"