File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ import (
2121 "sync"
2222 "time"
2323
24- "github.com/kcp-dev/logicalcluster/v3"
25-
2624 utilruntime "k8s.io/apimachinery/pkg/util/runtime"
2725 "k8s.io/client-go/tools/cache"
2826
2927 kcpcache "github.com/kcp-dev/apimachinery/v2/pkg/cache"
28+ "github.com/kcp-dev/logicalcluster/v3"
3029)
3130
3231// scopedSharedIndexInformer ensures that event handlers added to the underlying
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ import (
2424 "sync"
2525 "time"
2626
27- "github.com/kcp-dev/logicalcluster/v3"
28-
2927 "k8s.io/apimachinery/pkg/api/meta"
3028 "k8s.io/apimachinery/pkg/runtime"
3129 utilruntime "k8s.io/apimachinery/pkg/util/runtime"
@@ -39,6 +37,7 @@ import (
3937 "k8s.io/utils/ptr"
4038
4139 kcpcache "github.com/kcp-dev/apimachinery/v2/pkg/cache"
40+ "github.com/kcp-dev/logicalcluster/v3"
4241)
4342
4443// Optional configuration options for [SharedInformer.AddEventHandlerWithOptions].
You can’t perform that action at this time.
0 commit comments