File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
test/extension-developer-e2e Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,27 +2,26 @@ package extensione2e
2
2
3
3
import (
4
4
"context"
5
+ "fmt"
5
6
"os"
6
7
"testing"
7
8
"time"
8
9
9
10
"github.com/stretchr/testify/assert"
10
11
"github.com/stretchr/testify/require"
12
+ corev1 "k8s.io/api/core/v1"
13
+ rbacv1 "k8s.io/api/rbac/v1"
11
14
"k8s.io/apimachinery/pkg/api/meta"
12
15
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
13
16
"k8s.io/apimachinery/pkg/runtime"
17
+ "k8s.io/apimachinery/pkg/types"
18
+ "k8s.io/apimachinery/pkg/util/rand"
14
19
ctrl "sigs.k8s.io/controller-runtime"
15
20
"sigs.k8s.io/controller-runtime/pkg/client"
16
21
17
22
catalogd "github.com/operator-framework/catalogd/api/core/v1alpha1"
18
23
19
24
ocv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
20
-
21
- "fmt"
22
- corev1 "k8s.io/api/core/v1"
23
- rbacv1 "k8s.io/api/rbac/v1"
24
- "k8s.io/apimachinery/pkg/types"
25
- "k8s.io/apimachinery/pkg/util/rand"
26
25
)
27
26
28
27
func TestExtensionDeveloper (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments