func()

in pkg/k8s/event.go [43:45]


func (w EventWatcher) OnUpdate(_, newObj interface{}) {
	w.Events <- newObj.(*v1.Event)
}