1
0
Fork 0

Merge branch v2.11 into v3.5

This commit is contained in:
romain 2025-10-14 17:15:54 +02:00
commit f7e59510b4
3 changed files with 46 additions and 43 deletions

View file

@ -11,7 +11,7 @@ type ResourceEventHandler struct {
}
// OnAdd is called on Add Events.
func (reh *ResourceEventHandler) OnAdd(obj interface{}, isInInitialList bool) {
func (reh *ResourceEventHandler) OnAdd(obj interface{}, _ bool) {
eventHandlerFunc(reh.Ev, obj)
}