orchard/internal/controller/store
Fedor Korotkov be869f10d4
Refactor listing VMs (#399)
* Removed unnesesary ListOptions

* Refactor genericList to accept string prefixes instead of byte slices

* Optimize VM listing logic with singleflight to deduplicate concurrent request

* Refactor VM listing logic: rename variables for clarity and update error messages

* fix: address PR review feedback

- use singleflight DoChan with context cancellation for list VMs

🤖 Generated with [Codex](https://chatgpt.com/codex)

Co-Authored-By: Codex <codex@openai.com>

---------

Co-authored-by: Codex <codex@openai.com>
2026-02-05 18:51:45 +01:00
..
badger Refactor listing VMs (#399) 2026-02-05 18:51:45 +01:00
errors.go Refactored working with a storage (#20) 2023-02-08 19:36:30 -05:00
events_test.go Add pagination support for listing VM events (#386) 2026-01-22 09:22:53 -05:00
store.go Refactor listing VMs (#399) 2026-02-05 18:51:45 +01:00
store_test.go API: introduce ability to watch a VM (#351) 2025-10-03 21:34:53 +04:00