1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-17 07:30:01 +00:00

Remove references to rancher/types

This commit is contained in:
Darren Shepherd
2020-07-11 09:24:19 -07:00
parent e38ebc3798
commit c405e6ea1b
49 changed files with 57 additions and 54 deletions

View File

@@ -9,9 +9,9 @@ import (
"github.com/rancher/rke/hosts"
"github.com/rancher/rke/k8s"
v3 "github.com/rancher/types/apis/management.cattle.io/v3"
v3 "github.com/rancher/rke/types"
"github.com/sirupsen/logrus"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
k8sutil "k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/client-go/kubernetes"
"k8s.io/kubectl/pkg/drain"