()
| 474 | } |
| 475 | |
| 476 | func (plugin *nvidiaDevicePlugin) apiDevices() []*pluginapi.Device { |
| 477 | return plugin.rm.Devices().GetPluginDevices() |
| 478 | } |
| 479 | |
| 480 | // updateResponseForDeviceListEnvVar sets the environment variable for the requested devices. |
| 481 | func (plugin *nvidiaDevicePlugin) updateResponseForDeviceListEnvVar(response *pluginapi.ContainerAllocateResponse, deviceIDs ...string) { |
no test coverage detected