SecretCreate indicates an expected call of SecretCreate.
(arg0, arg1 any)
| 1362 | |
| 1363 | // SecretCreate indicates an expected call of SecretCreate. |
| 1364 | func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 any) *gomock.Call { |
| 1365 | mr.mock.ctrl.T.Helper() |
| 1366 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretCreate", reflect.TypeOf((*MockAPIClient)(nil).SecretCreate), arg0, arg1) |
| 1367 | } |
| 1368 | |
| 1369 | // SecretInspect mocks base method. |
| 1370 | func (m *MockAPIClient) SecretInspect(arg0 context.Context, arg1 string, arg2 client.SecretInspectOptions) (client.SecretInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected