SecretUpdate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.SecretUpdateOptions)
| 1413 | |
| 1414 | // SecretUpdate mocks base method. |
| 1415 | func (m *MockAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 client.SecretUpdateOptions) (client.SecretUpdateResult, error) { |
| 1416 | m.ctrl.T.Helper() |
| 1417 | ret := m.ctrl.Call(m, "SecretUpdate", arg0, arg1, arg2) |
| 1418 | ret0, _ := ret[0].(client.SecretUpdateResult) |
| 1419 | ret1, _ := ret[1].(error) |
| 1420 | return ret0, ret1 |
| 1421 | } |
| 1422 | |
| 1423 | // SecretUpdate indicates an expected call of SecretUpdate. |
| 1424 | func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected