Skip to content

Commit

Permalink
Fix resync in in-memory provider
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer [email protected]
  • Loading branch information
sbueringer committed Jan 10, 2025
1 parent 7f2a8cd commit 26e8c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infrastructure/inmemory/pkg/runtime/cache/informer.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (c *cache) informSync(resourceGroup string, obj client.Object) {
defer i.lock.RUnlock()

for _, h := range i.handlers {
h.OnGeneric(resourceGroup, obj)
h.OnUpdate(resourceGroup, obj, obj)
}
}
}

0 comments on commit 26e8c38

Please sign in to comment.