Skip to content

Commit

Permalink
Update pkg/kube_events_manager/resource_informer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nabokihms authored Aug 17, 2023
1 parent 29a6b17 commit a47cbbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kube_events_manager/resource_informer.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ func (ei *resourceInformer) HandleWatchEvent(oldObject, object interface{}, even
} else if oldObj != nil {
objFilterRes.OldObject = oldObj
}
}

// Do not fire Added or Modified if object is in cache and its checksum is equal to the newChecksum.
// Delete is always fired.
Expand Down

0 comments on commit a47cbbe

Please sign in to comment.