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 (
25
25
"os"
26
26
"time"
27
27
28
- "github.com/operator-framework/operator-controller/internal/labels"
29
-
30
28
"github.com/spf13/pflag"
31
29
"go.uber.org/zap/zapcore"
32
30
k8slabels "k8s.io/apimachinery/pkg/labels"
33
31
"k8s.io/apimachinery/pkg/selection"
34
32
_ "k8s.io/client-go/plugin/pkg/client/auth"
35
33
ctrl "sigs.k8s.io/controller-runtime"
34
+ crcache "sigs.k8s.io/controller-runtime/pkg/cache"
36
35
"sigs.k8s.io/controller-runtime/pkg/client"
37
36
"sigs.k8s.io/controller-runtime/pkg/healthz"
38
37
"sigs.k8s.io/controller-runtime/pkg/log/zap"
@@ -48,9 +47,9 @@ import (
48
47
catalogclient "github.com/operator-framework/operator-controller/internal/catalogmetadata/client"
49
48
"github.com/operator-framework/operator-controller/internal/controllers"
50
49
"github.com/operator-framework/operator-controller/internal/handler"
50
+ "github.com/operator-framework/operator-controller/internal/labels"
51
51
"github.com/operator-framework/operator-controller/pkg/features"
52
52
"github.com/operator-framework/operator-controller/pkg/scheme"
53
- crcache "sigs.k8s.io/controller-runtime/pkg/cache"
54
53
)
55
54
56
55
var (
You can’t perform that action at this time.
0 commit comments