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 eeecb9f commit 35ad6ddCopy full SHA for 35ad6dd
pkg/client/client_test.go
@@ -23,7 +23,6 @@ import (
23
24
"sync/atomic"
25
26
- "github.com/kubernetes-sigs/controller-runtime/pkg/client"
27
. "github.com/onsi/ginkgo"
28
. "github.com/onsi/gomega"
29
appsv1 "k8s.io/api/apps/v1"
@@ -32,6 +31,7 @@ import (
32
31
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
33
"k8s.io/apimachinery/pkg/runtime"
34
"k8s.io/apimachinery/pkg/runtime/schema"
+ "sigs.k8s.io/controller-runtime/pkg/client"
35
)
36
37
var _ = Describe("Client", func() {
0 commit comments