Skip to content

Commit 7a30376

Browse files
Added Dependency in tools.go
1 parent 80c6341 commit 7a30376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cloud/azure/actuators/machineset/controller_suite_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ import (
2525
. "github.com/onsi/ginkgo/v2"
2626
. "github.com/onsi/gomega"
2727
configv1 "github.com/openshift/api/config/v1"
28-
_ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
2928
machinev1 "github.com/openshift/api/machine/v1beta1"
30-
_ "github.com/openshift/api/machine/v1beta1/zz_generated.crd-manifests"
3129
"github.com/openshift/machine-api-provider-azure/pkg/cloud/azure/actuators/machine"
3230
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3331
"k8s.io/client-go/kubernetes/scheme"

tools.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ package tools
88

99
import (
1010
_ "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"
1113
_ "sigs.k8s.io/controller-runtime/tools/setup-envtest"
1214
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
1315
)

0 commit comments

Comments
 (0)