SecretInspect indicates an expected call of SecretInspect.
(arg0, arg1, arg2 any)
| 1377 | |
| 1378 | // SecretInspect indicates an expected call of SecretInspect. |
| 1379 | func (mr *MockAPIClientMockRecorder) SecretInspect(arg0, arg1, arg2 any) *gomock.Call { |
| 1380 | mr.mock.ctrl.T.Helper() |
| 1381 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretInspect", reflect.TypeOf((*MockAPIClient)(nil).SecretInspect), arg0, arg1, arg2) |
| 1382 | } |
| 1383 | |
| 1384 | // SecretList mocks base method. |
| 1385 | func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 client.SecretListOptions) (client.SecretListResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected