Skip to content

Conversation

shawkins
Copy link
Collaborator

No description provided.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 19, 2025
@shawkins shawkins force-pushed the parse_versions branch 3 times, most recently from 25e93c5 to e534119 Compare October 19, 2025 15:34
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
public synchronized void putAddedResource(T newResource) {
putResource(newResource, null);
(unknownState
|| PrimaryUpdateAndCacheUtils.compareResourceVersions(resource, cached) > 0)
Copy link
Collaborator

@csviri csviri Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouln't be >= , so we remove the cached also when it is the same?

@csviri csviri linked an issue Oct 20, 2025 that may be closed by this pull request
3 tasks
@csviri csviri mentioned this pull request Oct 20, 2025
@shawkins shawkins closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comparable Resource Versions in Kubernetes

2 participants