Open zmird-r opened 6 days ago
PR looks fine to me. I wonder however if it could be possible to limit the memory taken by the cache rather than filtering out the objects to cache. Proper cache management involves a proper cleanup policy. Here, from what I understood, once an object enters in the cache, it stays there forever; that's not proper cache management & that's a problem. I will take a look at the other cache options and let you know. But for now, let's merge this PR
/lgtm
/approve
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Nikokolas3270, zmird-r Once this PR has been reviewed and has the lgtm label, please assign dustman9000 for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
New changes are detected. LGTM label has been removed.
@zmird-r: all tests passed!
Full PR test history. Your PR dashboard.
Adds a list of resources to cache.
Ticket: https://issues.redhat.com/browse/OSD-23845