mirror of
https://github.com/rancher/steve.git
synced 2025-08-01 06:46:03 +00:00
Without this change, the cache is checked if a revision is specified, but the revision is ignored if the value is not found in the cache. This is a problem if by chance sequential paginated requests land on separate pods, because a different version number may be fetched on the sequent request and cause the caches to be inconsistent with one another. This change ensures that `revision` is passed as `resourceVersion` to the Kubernetes request, since `revision` has no meaning to Kubernetes. |
||
---|---|---|
.. | ||
listprocessor | ||
parallel.go | ||
store_test.go | ||
store.go |