File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- // This is a generated file. Do not edit directly.
2
-
3
- module github.com/kcp-dev/apimachinery
1
+ module github.com/kcp-dev/apimachinery/v2
4
2
5
3
go 1.18
6
4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
"k8s.io/client-go/tools/cache"
25
25
26
- kcpcache "github.com/kcp-dev/apimachinery/pkg/cache"
26
+ kcpcache "github.com/kcp-dev/apimachinery/v2/ pkg/cache"
27
27
)
28
28
29
29
// scopedSharedIndexInformer ensures that event handlers added to the underlying
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
34
34
"k8s.io/utils/buffer"
35
35
"k8s.io/utils/clock"
36
36
37
- kcpcache "github.com/kcp-dev/apimachinery/pkg/cache"
37
+ kcpcache "github.com/kcp-dev/apimachinery/v2/ pkg/cache"
38
38
)
39
39
40
40
// NewSharedInformer creates a new instance for the listwatcher.
You can’t perform that action at this time.
0 commit comments