File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ package handler
1717import (
1818 "context"
1919
20- "github.com/operator-framework/operator-lib/handler/internal/metrics"
21-
2220 . "github.com/onsi/ginkgo/v2"
2321 . "github.com/onsi/gomega"
2422 "github.com/prometheus/client_golang/prometheus"
@@ -30,6 +28,8 @@ import (
3028 "sigs.k8s.io/controller-runtime/pkg/controller/controllertest"
3129 "sigs.k8s.io/controller-runtime/pkg/event"
3230 "sigs.k8s.io/controller-runtime/pkg/reconcile"
31+
32+ "github.com/operator-framework/operator-lib/handler/internal/metrics"
3333)
3434
3535var _ = Describe ("InstrumentedEnqueueRequestForObject" , func () {
Original file line number Diff line number Diff line change 1515package handler
1616
1717import (
18- "github.com/operator-framework/operator-lib/internal/annotation"
19-
2018 "sigs.k8s.io/controller-runtime/pkg/handler"
19+
20+ "github.com/operator-framework/operator-lib/internal/annotation"
2121)
2222
2323// NewPause returns an event handler that filters out objects with a truthy "paused" annotation.
Original file line number Diff line number Diff line change 1515package predicate
1616
1717import (
18- "github.com/operator-framework/operator-lib/internal/annotation"
19-
2018 "sigs.k8s.io/controller-runtime/pkg/predicate"
19+
20+ "github.com/operator-framework/operator-lib/internal/annotation"
2121)
2222
2323// NewPause returns a predicate that filters out objects with a truthy "paused" annotation.
You can’t perform that action at this time.
0 commit comments