mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #2823 from mikedanese/master
explicitly declare gce_cloud package name
This commit is contained in:
commit
703cf28b65
@ -27,7 +27,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider"
|
"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]*)?"
|
const partitionRegex = "[a-z][a-z]*(?P<partition>[0-9][0-9]*)?"
|
||||||
|
Loading…
Reference in New Issue
Block a user