MockDevicePluginAPI is a mock of DevicePluginAPI interface.
| 34 | |
| 35 | // MockDevicePluginAPI is a mock of DevicePluginAPI interface. |
| 36 | type MockDevicePluginAPI struct { |
| 37 | ctrl *gomock.Controller |
| 38 | recorder *MockDevicePluginAPIMockRecorder |
| 39 | } |
| 40 | |
| 41 | // MockDevicePluginAPIMockRecorder is the mock recorder for MockDevicePluginAPI. |
| 42 | type MockDevicePluginAPIMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected