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
Tasks
- v0.25
- v0.25.1
- Follow-ups: (more to be added once we merged the design)
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:
Tasks