File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ import (
11
11
12
12
. "github.com/onsi/gomega"
13
13
configv1 "github.com/openshift/api/config/v1"
14
- _ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
15
14
machinev1 "github.com/openshift/api/machine/v1beta1"
16
- _ "github.com/openshift/api/machine/v1beta1/zz_generated.crd-manifests"
17
15
corev1 "k8s.io/api/core/v1"
18
16
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
19
17
"k8s.io/apimachinery/pkg/runtime"
Original file line number Diff line number Diff line change @@ -6,5 +6,7 @@ package tools
6
6
import (
7
7
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
8
8
_ "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"
9
11
_ "sigs.k8s.io/controller-runtime/tools/setup-envtest"
10
12
)
You can’t perform that action at this time.
0 commit comments