File tree 1 file changed +2
-3
lines changed
pkg/controller/operators/labeller
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,8 @@ import (
7
7
"strings"
8
8
9
9
jsonpatch "github.com/evanphx/json-patch"
10
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/ownerutil"
11
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer"
12
10
"github.com/sirupsen/logrus"
13
11
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
14
-
15
12
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
16
13
"k8s.io/apimachinery/pkg/runtime/schema"
17
14
"k8s.io/apimachinery/pkg/types"
@@ -22,6 +19,8 @@ import (
22
19
23
20
"github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install"
24
21
"github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/decorators"
22
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/ownerutil"
23
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer"
25
24
)
26
25
27
26
type ApplyConfig [T any ] interface {
You can’t perform that action at this time.
0 commit comments