Files
Fred Rolland 0913b1c3a1 draclient: use field selectors and lightweight device index for ResourceSlice cache
Replace full ResourceSlice object cache with a flat deviceInfoCacheKey→deviceInfo
index. Populate lazily per driver using combined spec.nodeName+spec.driver field
selectors derived from pod.Spec.NodeName, reducing API response size to a single
node's slices for one driver. Device lookup becomes O(1). Add ctx propagation to
GetPodResourceMap interface.

Signed-off-by: Fred Rolland <frolland@nvidia.com>
2026-06-24 22:31:17 +03:00
..