We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5759e commit 3e62d30Copy full SHA for 3e62d30
pkg/utils/controller/binding_resolver_test.go
@@ -22,12 +22,11 @@ import (
22
"fmt"
23
"testing"
24
25
- "k8s.io/apimachinery/pkg/types"
26
-
27
"github.com/google/go-cmp/cmp"
28
"github.com/google/go-cmp/cmp/cmpopts"
29
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
30
"k8s.io/apimachinery/pkg/runtime"
+ "k8s.io/apimachinery/pkg/types"
31
"sigs.k8s.io/controller-runtime/pkg/client"
32
"sigs.k8s.io/controller-runtime/pkg/client/fake"
33
0 commit comments