Merge branch v3.5 into master
This commit is contained in:
commit
05de0670ea
120 changed files with 2926 additions and 4619 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