File tree 8 files changed +13
-13
lines changed
deploy-image/v1alpha1/scaffolds/internal/templates/controllers
v4/scaffolds/internal/templates
project-v4-multigroup/internal/controller/example.com
project-v4-with-plugins/internal/controller
8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ import (
69
69
"os"
70
70
"time"
71
71
72
- //nolint:golint
73
- . "github.com/onsi/ginkgo/v2 "
74
- . "github.com/onsi/gomega"
72
+ . "github.com/onsi/ginkgo/v2"
73
+ . "github.com/onsi/gomega "
74
+
75
75
appsv1 "k8s.io/api/apps/v1"
76
76
corev1 "k8s.io/api/core/v1"
77
77
"k8s.io/apimachinery/pkg/api/errors"
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ import (
138
138
"path/filepath"
139
139
"testing"
140
140
141
- . "github.com/onsi/ginkgo/v2"
142
- . "github.com/onsi/gomega"
141
+ . "github.com/onsi/ginkgo/v2"
142
+ . "github.com/onsi/gomega"
143
143
144
144
"k8s.io/client-go/kubernetes/scheme"
145
145
"k8s.io/client-go/rest"
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ import (
50
50
"os"
51
51
"os/exec"
52
52
53
- . "github.com/onsi/ginkgo/v2"
54
- . "github.com/onsi/gomega"
53
+ . "github.com/onsi/ginkgo/v2"
54
+ . "github.com/onsi/gomega"
55
55
56
56
"{{ .Repo }}/test/utils"
57
57
)
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ import (
190
190
"testing"
191
191
"time"
192
192
193
- . "github.com/onsi/ginkgo/v2"
194
- . "github.com/onsi/gomega"
193
+ . "github.com/onsi/ginkgo/v2"
194
+ . "github.com/onsi/gomega"
195
195
196
196
"k8s.io/client-go/kubernetes/scheme"
197
197
"k8s.io/client-go/rest"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import (
21
21
"os"
22
22
"time"
23
23
24
- //nolint:golint
25
24
. "github.com/onsi/ginkgo/v2"
26
25
. "github.com/onsi/gomega"
26
+
27
27
appsv1 "k8s.io/api/apps/v1"
28
28
corev1 "k8s.io/api/core/v1"
29
29
"k8s.io/apimachinery/pkg/api/errors"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import (
21
21
"os"
22
22
"time"
23
23
24
- //nolint:golint
25
24
. "github.com/onsi/ginkgo/v2"
26
25
. "github.com/onsi/gomega"
26
+
27
27
appsv1 "k8s.io/api/apps/v1"
28
28
corev1 "k8s.io/api/core/v1"
29
29
"k8s.io/apimachinery/pkg/api/errors"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import (
21
21
"os"
22
22
"time"
23
23
24
- //nolint:golint
25
24
. "github.com/onsi/ginkgo/v2"
26
25
. "github.com/onsi/gomega"
26
+
27
27
appsv1 "k8s.io/api/apps/v1"
28
28
corev1 "k8s.io/api/core/v1"
29
29
"k8s.io/apimachinery/pkg/api/errors"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import (
21
21
"os"
22
22
"time"
23
23
24
- //nolint:golint
25
24
. "github.com/onsi/ginkgo/v2"
26
25
. "github.com/onsi/gomega"
26
+
27
27
appsv1 "k8s.io/api/apps/v1"
28
28
corev1 "k8s.io/api/core/v1"
29
29
"k8s.io/apimachinery/pkg/api/errors"
You can’t perform that action at this time.
0 commit comments