MockClusterManager is a mock of IClusterManager interface.
| 16 | |
| 17 | // MockClusterManager is a mock of IClusterManager interface. |
| 18 | type MockClusterManager struct { |
| 19 | ctrl *gomock.Controller |
| 20 | recorder *MockClusterManagerMockRecorder |
| 21 | } |
| 22 | |
| 23 | // MockClusterManagerMockRecorder is the mock recorder for MockClusterManager. |
| 24 | type MockClusterManagerMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected