Update gce controller
This commit is contained in:
parent
53dd434792
commit
060e449056
13 changed files with 22 additions and 22 deletions
|
|
@ -26,13 +26,13 @@ import (
|
|||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
api_v1 "k8s.io/api/core/v1"
|
||||
registered "k8s.io/apimachinery/pkg/apimachinery/registered"
|
||||
meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
"k8s.io/client-go/pkg/api"
|
||||
api_v1 "k8s.io/client-go/pkg/api/v1"
|
||||
|
||||
// This installs the legacy v1 API
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
_ "k8s.io/kubernetes/pkg/api/install"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue