Skip to content

Commit 35ad6dd

Browse files
committed
Updated sigs.k8s.io
1 parent eeecb9f commit 35ad6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323

2424
"sync/atomic"
2525

26-
"github.com/kubernetes-sigs/controller-runtime/pkg/client"
2726
. "github.com/onsi/ginkgo"
2827
. "github.com/onsi/gomega"
2928
appsv1 "k8s.io/api/apps/v1"
@@ -32,6 +31,7 @@ import (
3231
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
3332
"k8s.io/apimachinery/pkg/runtime"
3433
"k8s.io/apimachinery/pkg/runtime/schema"
34+
"sigs.k8s.io/controller-runtime/pkg/client"
3535
)
3636

3737
var _ = Describe("Client", func() {

0 commit comments

Comments
 (0)