mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Fix google cloudmonitoring import path
This commit is contained in:
@@ -23,9 +23,9 @@ import (
|
||||
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
|
||||
gcm "github.com/google/google-api-go-client/cloudmonitoring/v2beta2"
|
||||
"golang.org/x/oauth2"
|
||||
"golang.org/x/oauth2/google"
|
||||
gcm "google.golang.org/api/cloudmonitoring/v2beta2"
|
||||
gce "google.golang.org/cloud/compute/metadata"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user