(event.CreateEvent)
| 38 | type ResourceVersionUpdatePredicate struct{} |
| 39 | |
| 40 | func (ResourceVersionUpdatePredicate) Create(event.CreateEvent) bool { return false } |
| 41 | func (ResourceVersionUpdatePredicate) Delete(event.DeleteEvent) bool { return false } |
| 42 | func (ResourceVersionUpdatePredicate) Generic(event.GenericEvent) bool { return false } |
| 43 | func (ResourceVersionUpdatePredicate) Update(e event.UpdateEvent) bool { |
no outgoing calls