Skip to content

Commit 1a41180

Browse files
committed
GCI the files so lint passes
Signed-off-by: Brett Tofel <[email protected]>
1 parent ad22f80 commit 1a41180

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal/operator-controller/authorization/rbac.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"sort"
1111
"strings"
1212

13-
ocv1 "github.com/operator-framework/operator-controller/api/v1"
1413
corev1 "k8s.io/api/core/v1"
1514
rbacv1 "k8s.io/api/rbac/v1"
1615
apierrors "k8s.io/apimachinery/pkg/api/errors"
@@ -31,6 +30,8 @@ import (
3130
"k8s.io/kubernetes/pkg/registry/rbac/validation"
3231
rbac "k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac"
3332
"sigs.k8s.io/controller-runtime/pkg/client"
33+
34+
ocv1 "github.com/operator-framework/operator-controller/api/v1"
3435
)
3536

3637
type PreAuthorizer interface {

internal/operator-controller/authorization/rbac_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"strings"
66
"testing"
77

8-
ocv1 "github.com/operator-framework/operator-controller/api/v1"
98
"github.com/stretchr/testify/require"
109
corev1 "k8s.io/api/core/v1"
1110
rbacv1 "k8s.io/api/rbac/v1"
@@ -16,6 +15,7 @@ import (
1615
"sigs.k8s.io/controller-runtime/pkg/client"
1716
"sigs.k8s.io/controller-runtime/pkg/client/fake"
1817

18+
ocv1 "github.com/operator-framework/operator-controller/api/v1"
1919
"github.com/operator-framework/operator-controller/internal/operator-controller/features"
2020
)
2121

0 commit comments

Comments
 (0)