We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37b4d1 commit e974006Copy full SHA for e974006
internal/operator-controller/authorization/rbac_test.go
@@ -6,7 +6,6 @@ import (
6
"strings"
7
"testing"
8
9
- "github.com/operator-framework/operator-controller/internal/operator-controller/features"
10
"github.com/stretchr/testify/require"
11
corev1 "k8s.io/api/core/v1"
12
rbacv1 "k8s.io/api/rbac/v1"
@@ -17,6 +16,8 @@ import (
17
16
featuregatetesting "k8s.io/component-base/featuregate/testing"
18
"sigs.k8s.io/controller-runtime/pkg/client"
19
"sigs.k8s.io/controller-runtime/pkg/client/fake"
+
20
+ "github.com/operator-framework/operator-controller/internal/operator-controller/features"
21
)
22
23
var (
0 commit comments