File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ import (
5555 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
5656 runtime "k8s.io/apimachinery/pkg/runtime"
5757
58- client "{{.clientsetPackagePath}}"
58+ clientset "{{.clientsetPackagePath}}"
5959)
6060
61- // NewInformerFunc takes client .ClusterInterface and time.Duration to return a ScopeableSharedIndexInformer.
62- type NewInformerFunc func(client .ClusterInterface, time.Duration) kcpcache.ScopeableSharedIndexInformer
61+ // NewInformerFunc takes clientset .ClusterInterface and time.Duration to return a ScopeableSharedIndexInformer.
62+ type NewInformerFunc func(clientset .ClusterInterface, time.Duration) kcpcache.ScopeableSharedIndexInformer
6363
6464// SharedInformerFactory a small interface to allow for adding an informer without an import cycle
6565type SharedInformerFactory interface {
You can’t perform that action at this time.
0 commit comments