explicitly declare gce_cloud package name

This commit is contained in:
Mike Danese 2014-12-09 18:48:39 -08:00
parent 0f88d149cd
commit 553239d6ee

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]*)?"