SecretUpdate indicates an expected call of SecretUpdate.
(arg0, arg1, arg2 any)
| 1422 | |
| 1423 | // SecretUpdate indicates an expected call of SecretUpdate. |
| 1424 | func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2 any) *gomock.Call { |
| 1425 | mr.mock.ctrl.T.Helper() |
| 1426 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretUpdate", reflect.TypeOf((*MockAPIClient)(nil).SecretUpdate), arg0, arg1, arg2) |
| 1427 | } |
| 1428 | |
| 1429 | // ServerVersion mocks base method. |
| 1430 | func (m *MockAPIClient) ServerVersion(arg0 context.Context, arg1 client.ServerVersionOptions) (client.ServerVersionResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected