@@ -23,8 +23,7 @@ import (
23
23
"sync/atomic"
24
24
25
25
"github.com/go-logr/logr"
26
- . "github.com/onsi/ginkgo/v2"
27
- . "github.com/onsi/gomega"
26
+
28
27
appsv1 "k8s.io/api/apps/v1"
29
28
corev1 "k8s.io/api/core/v1"
30
29
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -34,7 +33,6 @@ import (
34
33
"k8s.io/client-go/rest"
35
34
"k8s.io/client-go/util/workqueue"
36
35
"k8s.io/utils/ptr"
37
- "sigs.k8s.io/controller-runtime/pkg/source"
38
36
39
37
"sigs.k8s.io/controller-runtime/pkg/cache"
40
38
"sigs.k8s.io/controller-runtime/pkg/client"
@@ -44,12 +42,16 @@ import (
44
42
"sigs.k8s.io/controller-runtime/pkg/predicate"
45
43
"sigs.k8s.io/controller-runtime/pkg/reconcile"
46
44
"sigs.k8s.io/controller-runtime/pkg/scheme"
45
+ "sigs.k8s.io/controller-runtime/pkg/source"
47
46
48
47
mccontroller "github.com/multicluster-runtime/multicluster-runtime/pkg/controller"
49
48
mchandler "github.com/multicluster-runtime/multicluster-runtime/pkg/handler"
50
49
mcmanager "github.com/multicluster-runtime/multicluster-runtime/pkg/manager"
51
50
mcreconcile "github.com/multicluster-runtime/multicluster-runtime/pkg/reconcile"
52
51
mcsource "github.com/multicluster-runtime/multicluster-runtime/pkg/source"
52
+
53
+ . "github.com/onsi/ginkgo/v2"
54
+ . "github.com/onsi/gomega"
53
55
)
54
56
55
57
var _ untypedWatchesInput = (* WatchesInput [mcreconcile.Request ])(nil )
0 commit comments