Devices returns the full set of devices associated with the plugin.
()
| 121 | |
| 122 | // Devices returns the full set of devices associated with the plugin. |
| 123 | func (plugin *nvidiaDevicePlugin) Devices() rm.Devices { |
| 124 | return plugin.rm.Devices() |
| 125 | } |
| 126 | |
| 127 | // Start starts the gRPC server, registers the device plugin with the Kubelet, |
| 128 | // and starts the device healthchecks. |