1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-29 03:21:12 +00:00
steve/pkg/stores/proxy
Michael Bolot 0a75101b0f Updating ByNames to not return nil, nil
ByNames could previously return a nil value and a nil error. This caused
issues when other parts of the application
(pkg/stores/partition/parallel.go) tried to use the result. Now this
will return an empty list on the error condition, instead of nil
2024-01-17 15:28:37 -06:00
..
error_wrapper.go docs: Add docs for partition and proxy store 2022-10-31 10:34:41 -07:00
proxy_store_test.go Updating ByNames to not return nil, nil 2024-01-17 15:28:37 -06:00
proxy_store.go Updating ByNames to not return nil, nil 2024-01-17 15:28:37 -06:00
rbac_store_test.go Add tests for RBAC partitioner 2022-12-13 10:09:30 -08:00
rbac_store.go Initial implmentation of warning headers 2022-12-30 12:11:14 -05:00
unformatter_test.go Drop unrecognized fields before update 2023-07-14 14:54:01 -07:00
unformatter.go Drop unrecognized fields before update 2023-07-14 14:54:01 -07:00
watch_refresh.go docs: Add docs for partition and proxy store 2022-10-31 10:34:41 -07:00