Scale mocks base method.
(ctx context.Context, project *types.Project, options api.ScaleOptions)
| 388 | |
| 389 | // Scale mocks base method. |
| 390 | func (m *MockCompose) Scale(ctx context.Context, project *types.Project, options api.ScaleOptions) error { |
| 391 | m.ctrl.T.Helper() |
| 392 | ret := m.ctrl.Call(m, "Scale", ctx, project, options) |
| 393 | ret0, _ := ret[0].(error) |
| 394 | return ret0 |
| 395 | } |
| 396 | |
| 397 | // Scale indicates an expected call of Scale. |
| 398 | func (mr *MockComposeMockRecorder) Scale(ctx, project, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected