File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
package e2e
4
4
5
5
import (
6
+ "context"
6
7
"flag"
7
8
"io"
8
9
"io/ioutil"
@@ -17,10 +18,10 @@ import (
17
18
18
19
v1 "github.com/operator-framework/operator-lifecycle-manager/pkg/api/apis/operators/v1"
19
20
"github.com/operator-framework/operator-lifecycle-manager/pkg/api/client"
20
- "github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install"
21
21
"github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog"
22
22
"github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm"
23
23
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient"
24
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/signals"
24
25
)
25
26
26
27
var (
@@ -110,7 +111,7 @@ func TestMain(m *testing.M) {
110
111
// start operators
111
112
olmOperator , err := olm .NewOperator (
112
113
ctx ,
113
- olm .WithLogger (olmLogger ),
114
+ olm .WithLogger (olmlogger ),
114
115
olm .WithWatchedNamespaces (namespaces ... ),
115
116
olm .WithResyncPeriod (time .Minute ),
116
117
olm .WithExternalClient (crClient ),
You can’t perform that action at this time.
0 commit comments