func()

in pkg/k8s/event.go [39:41]


func (w EventWatcher) OnAdd(obj interface{}) {
	w.Events <- obj.(*v1.Event)
}