We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a034 commit c0044ccCopy full SHA for c0044cc
1 file changed
pkg/internal/informergen/factoryinterface.go
@@ -52,7 +52,7 @@ import (
52
53
kcpcache "github.com/kcp-dev/apimachinery/pkg/cache"
54
55
- v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
56
runtime "k8s.io/apimachinery/pkg/runtime"
57
58
client "{{.clientsetPackagePath}}"
@@ -67,6 +67,6 @@ type SharedInformerFactory interface {
67
InformerFor(obj runtime.Object, newFunc NewInformerFunc) kcpcache.ScopeableSharedIndexInformer
68
}
69
70
-// TweakListOptionsFunc is a function that transforms a v1.ListOptions.
71
-type TweakListOptionsFunc func(*v1.ListOptions)
+// TweakListOptionsFunc is a function that transforms a metav1.ListOptions.
+type TweakListOptionsFunc func(*metav1.ListOptions)
72
`
0 commit comments