File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/cloud/azure/actuators/machineset Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ import (
25
25
. "github.com/onsi/ginkgo/v2"
26
26
. "github.com/onsi/gomega"
27
27
configv1 "github.com/openshift/api/config/v1"
28
- _ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
29
28
machinev1 "github.com/openshift/api/machine/v1beta1"
30
- _ "github.com/openshift/api/machine/v1beta1/zz_generated.crd-manifests"
31
29
"github.com/openshift/machine-api-provider-azure/pkg/cloud/azure/actuators/machine"
32
30
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
33
31
"k8s.io/client-go/kubernetes/scheme"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package tools
8
8
9
9
import (
10
10
_ "github.com/onsi/ginkgo/v2/ginkgo"
11
+ _ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
12
+ _ "github.com/openshift/api/machine/v1beta1/zz_generated.crd-manifests"
11
13
_ "sigs.k8s.io/controller-runtime/tools/setup-envtest"
12
14
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
13
15
)
You can’t perform that action at this time.
0 commit comments