mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
fix up misspelling
This commit is contained in:
parent
9800f5a5e6
commit
4a1b311e62
@ -97,7 +97,7 @@ func startDeviceManager(dm *deviceManager, pluginPrefix string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func handleUpdate(dms map[string]*deviceManager, updateInfo devicecache.UpdateInfo, start func(*deviceManager, string)) {
|
func handleUpdate(dms map[string]*deviceManager, updateInfo devicecache.UpdateInfo, start func(*deviceManager, string)) {
|
||||||
glog.V(2).Info("Recieved dev updates: ", updateInfo)
|
glog.V(2).Info("Received dev updates: ", updateInfo)
|
||||||
for fpgaID, devices := range updateInfo.Added {
|
for fpgaID, devices := range updateInfo.Added {
|
||||||
devCh := make(chan map[string]deviceplugin.DeviceInfo, 1)
|
devCh := make(chan map[string]deviceplugin.DeviceInfo, 1)
|
||||||
resourceName := resourceNamePrefix + "-" + fpgaID
|
resourceName := resourceNamePrefix + "-" + fpgaID
|
||||||
|
Loading…
Reference in New Issue
Block a user