Jia Fan
Jia Fan
The `type ResourceEventHandlerRegistration` is added to client-go from v0.26.0. But the v0.27.0 updates the code. So the problem occurs after update the client-go to " >= v0.27.0".
> > The `type ResourceEventHandlerRegistration` is added to client-go from v0.26.0. So the problem occurs after update the client-go to " >= v0.26.0". > > I don't think that's actually...
Here is the fix: https://github.com/kubernetes/client-go/issues/1245#issuecomment-1523434471 . But the latest controller-runtime release (0.14.6) doesn't contain the fix PR.