Skip to content

Commit a779f91

Browse files
Added Dependency in tools.go
1 parent b871672 commit a779f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/controller/vsphere/machine_scope_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import (
1111

1212
. "github.com/onsi/gomega"
1313
configv1 "github.com/openshift/api/config/v1"
14-
_ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
1514
machinev1 "github.com/openshift/api/machine/v1beta1"
16-
_ "github.com/openshift/api/machine/v1beta1/zz_generated.crd-manifests"
1715
corev1 "k8s.io/api/core/v1"
1816
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1917
"k8s.io/apimachinery/pkg/runtime"

tools.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ package tools
66
import (
77
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
88
_ "github.com/onsi/ginkgo/v2/ginkgo"
9+
_ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
10+
_ "github.com/openshift/api/machine/v1beta1/zz_generated.crd-manifests"
911
_ "sigs.k8s.io/controller-runtime/tools/setup-envtest"
1012
)

0 commit comments

Comments
 (0)