You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../go/pkg/mod/github.com/maistra/[email protected]/pkg/informers/informer.go:52:35: cannot use &multiNamespaceInformer{} (value of type *multiNamespaceInformer) as "[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".SharedIndexInformer value in variable declaration: *multiNamespaceInformer does not implement "[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".SharedIndexInformer (wrong type for method AddEventHandler) have AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) want AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) ("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandlerRegistration, error) ../../../go/pkg/mod/github.com/maistra/[email protected]/pkg/informers/informer.go:73:9: cannot use informer (variable of type *multiNamespaceInformer) as MultiNamespaceInformer value in return statement: *multiNamespaceInformer does not implement MultiNamespaceInformer (wrong type for method AddEventHandler) have AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) want AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) ("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandlerRegistration, error)
i'm using [github.com/maistra/xns-informer](http://github.com/maistra/xns-informer) v0.0.0-20230213111714-f8d2c0b0070d
The text was updated successfully, but these errors were encountered:
../../../go/pkg/mod/github.com/maistra/[email protected]/pkg/informers/informer.go:52:35: cannot use &multiNamespaceInformer{} (value of type *multiNamespaceInformer) as "[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".SharedIndexInformer value in variable declaration: *multiNamespaceInformer does not implement "[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".SharedIndexInformer (wrong type for method AddEventHandler) have AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) want AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) ("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandlerRegistration, error) ../../../go/pkg/mod/github.com/maistra/[email protected]/pkg/informers/informer.go:73:9: cannot use informer (variable of type *multiNamespaceInformer) as MultiNamespaceInformer value in return statement: *multiNamespaceInformer does not implement MultiNamespaceInformer (wrong type for method AddEventHandler) have AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) want AddEventHandler("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandler) ("[k8s.io/client-go/tools/cache](http://k8s.io/client-go/tools/cache)".ResourceEventHandlerRegistration, error)
i'm using
[github.com/maistra/xns-informer](http://github.com/maistra/xns-informer) v0.0.0-20230213111714-f8d2c0b0070d
The text was updated successfully, but these errors were encountered: