Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newMockPluginManager (0.17 sec)

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

    // or new devices are reported, or old devices are deleted.
    // Updated contains the most recent state of the Device.
    type monitorCallback func(resourceName string, devices []pluginapi.Device)
    
    func newMockPluginManager() *mockPluginManager {
    	return &mockPluginManager{
    		func(string) error { return nil },
    		func(string, plugin.DevicePlugin) error { return nil },
    		func(string) {},
    		func(string, *pluginapi.ListAndWatchResponse) {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 16:05:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top