File tree 2 files changed +3
-2
lines changed
internal/operator-controller/authorization
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import (
10
10
"sort"
11
11
"strings"
12
12
13
- ocv1 "github.com/operator-framework/operator-controller/api/v1"
14
13
corev1 "k8s.io/api/core/v1"
15
14
rbacv1 "k8s.io/api/rbac/v1"
16
15
apierrors "k8s.io/apimachinery/pkg/api/errors"
@@ -31,6 +30,8 @@ import (
31
30
"k8s.io/kubernetes/pkg/registry/rbac/validation"
32
31
rbac "k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac"
33
32
"sigs.k8s.io/controller-runtime/pkg/client"
33
+
34
+ ocv1 "github.com/operator-framework/operator-controller/api/v1"
34
35
)
35
36
36
37
type PreAuthorizer interface {
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
"testing"
7
7
8
- ocv1 "github.com/operator-framework/operator-controller/api/v1"
9
8
"github.com/stretchr/testify/require"
10
9
corev1 "k8s.io/api/core/v1"
11
10
rbacv1 "k8s.io/api/rbac/v1"
@@ -16,6 +15,7 @@ import (
16
15
"sigs.k8s.io/controller-runtime/pkg/client"
17
16
"sigs.k8s.io/controller-runtime/pkg/client/fake"
18
17
18
+ ocv1 "github.com/operator-framework/operator-controller/api/v1"
19
19
"github.com/operator-framework/operator-controller/internal/operator-controller/features"
20
20
)
21
21
You can’t perform that action at this time.
0 commit comments