File tree Expand file tree Collapse file tree 3 files changed +7
-322
lines changed Expand file tree Collapse file tree 3 files changed +7
-322
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ import (
6
6
"time"
7
7
8
8
. "github.com/onsi/gomega"
9
+ configv1 "github.com/openshift/api/config/v1"
10
+ "github.com/openshift/api/machine/v1beta1"
11
+ configclient "github.com/openshift/client-go/config/clientset/versioned"
12
+ machinesetclient "github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1"
9
13
v1 "k8s.io/api/core/v1"
10
14
"k8s.io/apimachinery/pkg/api/errors"
11
15
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -20,11 +24,6 @@ import (
20
24
"k8s.io/client-go/scale"
21
25
e2e "k8s.io/kubernetes/test/e2e/framework"
22
26
e2eskipper "k8s.io/kubernetes/test/e2e/framework/skipper"
23
-
24
- configv1 "github.com/openshift/api/config/v1"
25
- "github.com/openshift/api/machine/v1beta1"
26
- configclient "github.com/openshift/client-go/config/clientset/versioned"
27
- machinesetclient "github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1"
28
27
)
29
28
30
29
const (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ import (
12
12
13
13
. "github.com/onsi/ginkgo/v2"
14
14
. "github.com/onsi/gomega"
15
+ configv1 "github.com/openshift/api/config/v1"
16
+ "github.com/openshift/api/machine/v1beta1"
17
+ machinev1beta1 "github.com/openshift/api/machine/v1beta1"
15
18
"github.com/pkg/errors"
16
19
"github.com/vmware/govmomi"
17
20
"github.com/vmware/govmomi/find"
@@ -25,9 +28,6 @@ import (
25
28
corev1 "k8s.io/api/core/v1"
26
29
"k8s.io/client-go/rest"
27
30
28
- configv1 "github.com/openshift/api/config/v1"
29
- "github.com/openshift/api/machine/v1beta1"
30
- machinev1beta1 "github.com/openshift/api/machine/v1beta1"
31
31
"github.com/openshift/machine-api-operator/pkg/controller/vsphere"
32
32
util "github.com/openshift/machine-api-operator/test/e2e"
33
33
)
You can’t perform that action at this time.
0 commit comments