1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-01 06:46:03 +00:00
steve/pkg/stores/partition
Colleen Murphy fa7fb37245 Retrieve exact revision regardless of cache state
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.
2022-12-20 15:01:20 -08:00
..
listprocessor Use limit=-1 to disable default list limit 2022-12-20 15:01:20 -08:00
parallel.go Retrieve exact revision regardless of cache state 2022-12-20 15:01:20 -08:00
store_test.go Retrieve exact revision regardless of cache state 2022-12-20 15:01:20 -08:00
store.go Retrieve exact revision regardless of cache state 2022-12-20 15:01:20 -08:00