Merge branch v2.11 into v3.5
This commit is contained in:
commit
f7e59510b4
3 changed files with 46 additions and 43 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue