Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type FakeAppStager struct + StageAndStartStub func(resources.Application, configv3.Space, configv3.Organization, string, ...) error + StageAppStub func(resources.Application, string, configv3.Space) (resources.Droplet, error) + StartAppStub func(resources.Application, configv3.Space, configv3.Organization, string, ...) error + func (fake *FakeAppStager) Invocations() map[string][][]interface{} + func (fake *FakeAppStager) StageAndStart(arg1 resources.Application, arg2 configv3.Space, arg3 configv3.Organization, ...) error + func (fake *FakeAppStager) StageAndStartArgsForCall(i int) (resources.Application, configv3.Space, configv3.Organization, string, ...) + func (fake *FakeAppStager) StageAndStartCallCount() int + func (fake *FakeAppStager) StageAndStartCalls(...) + func (fake *FakeAppStager) StageAndStartReturns(result1 error) + func (fake *FakeAppStager) StageAndStartReturnsOnCall(i int, result1 error) + func (fake *FakeAppStager) StageApp(arg1 resources.Application, arg2 string, arg3 configv3.Space) (resources.Droplet, error) + func (fake *FakeAppStager) StageAppArgsForCall(i int) (resources.Application, string, configv3.Space) + func (fake *FakeAppStager) StageAppCallCount() int + func (fake *FakeAppStager) StageAppCalls(...) + func (fake *FakeAppStager) StageAppReturns(result1 resources.Droplet, result2 error) + func (fake *FakeAppStager) StageAppReturnsOnCall(i int, result1 resources.Droplet, result2 error) + func (fake *FakeAppStager) StartApp(arg1 resources.Application, arg2 configv3.Space, arg3 configv3.Organization, ...) error + func (fake *FakeAppStager) StartAppArgsForCall(i int) (resources.Application, configv3.Space, configv3.Organization, string, ...) + func (fake *FakeAppStager) StartAppCallCount() int + func (fake *FakeAppStager) StartAppCalls(...) + func (fake *FakeAppStager) StartAppReturns(result1 error) + func (fake *FakeAppStager) StartAppReturnsOnCall(i int, result1 error) Other modules containing this package code.cloudfoundry.org/cli