mirror of https://github.com/k3s-io/k3s
Wrong import
parent
f57dd13774
commit
f34329f4f1
|
@ -12,9 +12,9 @@ import (
|
||||||
"github.com/rancher/wrangler/pkg/apply"
|
"github.com/rancher/wrangler/pkg/apply"
|
||||||
"github.com/rancher/wrangler/pkg/crd"
|
"github.com/rancher/wrangler/pkg/crd"
|
||||||
"github.com/rancher/wrangler/pkg/start"
|
"github.com/rancher/wrangler/pkg/start"
|
||||||
|
"k8s.io/client-go/kubernetes"
|
||||||
"k8s.io/client-go/rest"
|
"k8s.io/client-go/rest"
|
||||||
"k8s.io/kubernetes/staging/src/k8s.io/client-go/kubernetes"
|
"k8s.io/client-go/tools/clientcmd"
|
||||||
"k8s.io/kubernetes/staging/src/k8s.io/client-go/tools/clientcmd"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Context struct {
|
type Context struct {
|
||||||
|
|
Loading…
Reference in New Issue