Versions in this module Expand all Collapse all v7 v7.10.11 Sep 5, 2026 Changes in this version + type FakeDeployer struct + DeployStub func(cloud.Cloud, manifest.Manifest, stemcell.CloudStemcell, vm.Manager, ...) (deployment.Deployment, error) + func (fake *FakeDeployer) Deploy(arg1 cloud.Cloud, arg2 manifest.Manifest, arg3 stemcell.CloudStemcell, ...) (deployment.Deployment, error) + func (fake *FakeDeployer) DeployArgsForCall(i int) (cloud.Cloud, manifest.Manifest, stemcell.CloudStemcell, vm.Manager, ...) + func (fake *FakeDeployer) DeployCallCount() int + func (fake *FakeDeployer) DeployCalls(...) + func (fake *FakeDeployer) DeployReturns(result1 deployment.Deployment, result2 error) + func (fake *FakeDeployer) DeployReturnsOnCall(i int, result1 deployment.Deployment, result2 error) + func (fake *FakeDeployer) Invocations() map[string][][]interface{} + type FakeDeployment struct + DeleteStub func(bool, ui.Stage) error + StartStub func(ui.Stage, manifest.Update) error + StopStub func(bool, ui.Stage) error + func (fake *FakeDeployment) Delete(arg1 bool, arg2 ui.Stage) error + func (fake *FakeDeployment) DeleteArgsForCall(i int) (bool, ui.Stage) + func (fake *FakeDeployment) DeleteCallCount() int + func (fake *FakeDeployment) DeleteCalls(stub func(bool, ui.Stage) error) + func (fake *FakeDeployment) DeleteReturns(result1 error) + func (fake *FakeDeployment) DeleteReturnsOnCall(i int, result1 error) + func (fake *FakeDeployment) Invocations() map[string][][]interface{} + func (fake *FakeDeployment) Start(arg1 ui.Stage, arg2 manifest.Update) error + func (fake *FakeDeployment) StartArgsForCall(i int) (ui.Stage, manifest.Update) + func (fake *FakeDeployment) StartCallCount() int + func (fake *FakeDeployment) StartCalls(stub func(ui.Stage, manifest.Update) error) + func (fake *FakeDeployment) StartReturns(result1 error) + func (fake *FakeDeployment) StartReturnsOnCall(i int, result1 error) + func (fake *FakeDeployment) Stop(arg1 bool, arg2 ui.Stage) error + func (fake *FakeDeployment) StopArgsForCall(i int) (bool, ui.Stage) + func (fake *FakeDeployment) StopCallCount() int + func (fake *FakeDeployment) StopCalls(stub func(bool, ui.Stage) error) + func (fake *FakeDeployment) StopReturns(result1 error) + func (fake *FakeDeployment) StopReturnsOnCall(i int, result1 error) + type FakeFactory struct + NewDeploymentStub func([]instance.Instance, []disk.Disk, []stemcell.CloudStemcell) deployment.Deployment + func (fake *FakeFactory) Invocations() map[string][][]interface{} + func (fake *FakeFactory) NewDeployment(arg1 []instance.Instance, arg2 []disk.Disk, arg3 []stemcell.CloudStemcell) deployment.Deployment + func (fake *FakeFactory) NewDeploymentArgsForCall(i int) ([]instance.Instance, []disk.Disk, []stemcell.CloudStemcell) + func (fake *FakeFactory) NewDeploymentCallCount() int + func (fake *FakeFactory) NewDeploymentCalls(...) + func (fake *FakeFactory) NewDeploymentReturns(result1 deployment.Deployment) + func (fake *FakeFactory) NewDeploymentReturnsOnCall(i int, result1 deployment.Deployment) + type FakeManager struct + CleanupStub func(ui.Stage) error + FindCurrentStub func() (deployment.Deployment, bool, error) + func (fake *FakeManager) Cleanup(arg1 ui.Stage) error + func (fake *FakeManager) CleanupArgsForCall(i int) ui.Stage + func (fake *FakeManager) CleanupCallCount() int + func (fake *FakeManager) CleanupCalls(stub func(ui.Stage) error) + func (fake *FakeManager) CleanupReturns(result1 error) + func (fake *FakeManager) CleanupReturnsOnCall(i int, result1 error) + func (fake *FakeManager) FindCurrent() (deployment.Deployment, bool, error) + func (fake *FakeManager) FindCurrentCallCount() int + func (fake *FakeManager) FindCurrentCalls(stub func() (deployment.Deployment, bool, error)) + func (fake *FakeManager) FindCurrentReturns(result1 deployment.Deployment, result2 bool, result3 error) + func (fake *FakeManager) FindCurrentReturnsOnCall(i int, result1 deployment.Deployment, result2 bool, result3 error) + func (fake *FakeManager) Invocations() map[string][][]interface{} + type FakeManagerFactory struct + NewManagerStub func(cloud.Cloud, agentclient.AgentClient, blobstore.Blobstore) deployment.Manager + func (fake *FakeManagerFactory) Invocations() map[string][][]interface{} + func (fake *FakeManagerFactory) NewManager(arg1 cloud.Cloud, arg2 agentclient.AgentClient, arg3 blobstore.Blobstore) deployment.Manager + func (fake *FakeManagerFactory) NewManagerArgsForCall(i int) (cloud.Cloud, agentclient.AgentClient, blobstore.Blobstore) + func (fake *FakeManagerFactory) NewManagerCallCount() int + func (fake *FakeManagerFactory) NewManagerCalls(...) + func (fake *FakeManagerFactory) NewManagerReturns(result1 deployment.Manager) + func (fake *FakeManagerFactory) NewManagerReturnsOnCall(i int, result1 deployment.Manager)