Skip to content

Commit 73bd4bc

Browse files
embikkcp-ci-bot
authored andcommitted
Fix imports across staging repositories
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]> Kcp-commit: 218f32bf2427531b00b73db36d23027763a04b08
1 parent 20b101f commit 73bd4bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

third_party/informers/scoped_shared_informer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

third_party/informers/shared_informer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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].

0 commit comments

Comments
 (0)