Skip to content

Commit c0044cc

Browse files
informergen: update import name to something more common
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
1 parent f89a034 commit c0044cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/internal/informergen/factoryinterface.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import (
5252
5353
kcpcache "github.com/kcp-dev/apimachinery/pkg/cache"
5454
55-
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
55+
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
5656
runtime "k8s.io/apimachinery/pkg/runtime"
5757
5858
client "{{.clientsetPackagePath}}"
@@ -67,6 +67,6 @@ type SharedInformerFactory interface {
6767
InformerFor(obj runtime.Object, newFunc NewInformerFunc) kcpcache.ScopeableSharedIndexInformer
6868
}
6969
70-
// TweakListOptionsFunc is a function that transforms a v1.ListOptions.
71-
type TweakListOptionsFunc func(*v1.ListOptions)
70+
// TweakListOptionsFunc is a function that transforms a metav1.ListOptions.
71+
type TweakListOptionsFunc func(*metav1.ListOptions)
7272
`

0 commit comments

Comments
 (0)