mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-24 03:47:33 +00:00
Automatic merge from submit-queue deflake TestPatch by waiting for cache Fixes #39471 Rather than retry on conflicts for an unknown number of times, we have the resource version after the previous patch and we can use that to wait for a GET response that is at least as current as that resourceVersion. @kubernetes/sig-api-machinery-pr-reviews @liggitt @wojtek-t