squat / generic-device-plugin

A Kubernetes device plugin to schedule generic Linux devices
Apache License 2.0
208 stars 23 forks source link

deviceplugin/path: fix panic #39

Closed squat closed 1 year ago

squat commented 1 year ago

This commit fixes a panic that occurs when the first device of a group yields no matches but the second does.

Fixes: #36

Signed-off-by: Lucas Servén Marín lserven@gmail.com