Skip to content

Commit 218f32b

Browse files
committed
Fix imports across staging repositories
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent 7ef8480 commit 218f32b

File tree

991 files changed

+2558
-3136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

991 files changed

+2558
-3136
lines changed

staging/src/github.com/kcp-dev/apimachinery/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

staging/src/github.com/kcp-dev/apimachinery/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].

staging/src/github.com/kcp-dev/client-go/apiextensions/client/clientset.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/fake/clientset.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/typed/apiextensions/v1/apiextensions_client.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/typed/apiextensions/v1/customresourcedefinition.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/typed/apiextensions/v1/fake/apiextensions_client.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/typed/apiextensions/v1/fake/customresourcedefinition.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/typed/apiextensions/v1beta1/apiextensions_client.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/github.com/kcp-dev/client-go/apiextensions/client/typed/apiextensions/v1beta1/customresourcedefinition.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)