SecretList indicates an expected call of SecretList.
(arg0, arg1 any)
| 1392 | |
| 1393 | // SecretList indicates an expected call of SecretList. |
| 1394 | func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 any) *gomock.Call { |
| 1395 | mr.mock.ctrl.T.Helper() |
| 1396 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretList", reflect.TypeOf((*MockAPIClient)(nil).SecretList), arg0, arg1) |
| 1397 | } |
| 1398 | |
| 1399 | // SecretRemove mocks base method. |
| 1400 | func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string, arg2 client.SecretRemoveOptions) (client.SecretRemoveResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected