Skip to content

Commit

Permalink
test e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Oct 30, 2024
1 parent 99d6bb0 commit 1b277ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func getClusterPreds() predicate.Funcs {
}

updateFunc := func(e event.UpdateEvent) bool {
log.Info("UpdateFunc", "managedCluster", e.ObjectNew.GetName())
log.Info("Coleen UpdateFunc", "managedCluster", e.ObjectNew.GetName())

if e.ObjectNew.GetResourceVersion() == e.ObjectOld.GetResourceVersion() {
return false
Expand Down

0 comments on commit 1b277ba

Please sign in to comment.