mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 22:40:35 +00:00
class mapping - Add a new interface "DeviceClassResolver" in the scheduler framework - Add a global cache of mapping between the extended resource and the device class - Cache can be leveraged by the k8s api-server, controller-manager along with the scheduler - This change helps in delegating the requests to the dynamicresource plugin based on the mapping during the node update events and thus avoiding an extra scheduling cycle Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>