Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PluginConnected (0.12 sec)

  1. pkg/kubelet/cm/devicemanager/manager.go

    			klog.ErrorS(err, "Failed to remove file", "path", filePath)
    			continue
    		}
    	}
    	return errorsutil.NewAggregate(errs)
    }
    
    // PluginConnected is to connect a plugin to a new endpoint.
    // This is done as part of device plugin registration.
    func (m *ManagerImpl) PluginConnected(resourceName string, p plugin.DevicePlugin) error {
    	options, err := p.API().GetDevicePluginOptions(context.Background(), &pluginapi.Empty{})
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top