You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream is discussing to mark the RV offficially as comparable: kubernetes/enhancements#5505
If/When that happens, we could extend the cache-backed client to provide read your own write semantics, for example by:
Blocking in mutating operations until the RV in the cache is >= response RV
Blocking all reading operations in the cache until it it got to >= response RV