File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,13 @@ import (
2525 "os"
2626 "time"
2727
28- "github.com/operator-framework/operator-controller/internal/labels"
29-
3028 "github.com/spf13/pflag"
3129 "go.uber.org/zap/zapcore"
3230 k8slabels "k8s.io/apimachinery/pkg/labels"
3331 "k8s.io/apimachinery/pkg/selection"
3432 _ "k8s.io/client-go/plugin/pkg/client/auth"
3533 ctrl "sigs.k8s.io/controller-runtime"
34+ crcache "sigs.k8s.io/controller-runtime/pkg/cache"
3635 "sigs.k8s.io/controller-runtime/pkg/client"
3736 "sigs.k8s.io/controller-runtime/pkg/healthz"
3837 "sigs.k8s.io/controller-runtime/pkg/log/zap"
@@ -48,9 +47,9 @@ import (
4847 catalogclient "github.com/operator-framework/operator-controller/internal/catalogmetadata/client"
4948 "github.com/operator-framework/operator-controller/internal/controllers"
5049 "github.com/operator-framework/operator-controller/internal/handler"
50+ "github.com/operator-framework/operator-controller/internal/labels"
5151 "github.com/operator-framework/operator-controller/pkg/features"
5252 "github.com/operator-framework/operator-controller/pkg/scheme"
53- crcache "sigs.k8s.io/controller-runtime/pkg/cache"
5453)
5554
5655var (
You can’t perform that action at this time.
0 commit comments