MCPcopy Create free account
hub / github.com/docker/compose / Scale

Method Scale

pkg/mocks/mock_docker_compose_api.go:390–395  ·  view source on GitHub ↗

Scale mocks base method.

(ctx context.Context, project *types.Project, options api.ScaleOptions)

Source from the content-addressed store, hash-verified

388
389// Scale mocks base method.
390func (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.
398func (mr *MockComposeMockRecorder) Scale(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected