Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAppStager
- 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 resources.Droplet, ...) error
- func (fake *FakeAppStager) StartAppArgsForCall(i int) (resources.Application, resources.Droplet, constant.DeploymentStrategy, bool, ...)
- func (fake *FakeAppStager) StartAppCallCount() int
- func (fake *FakeAppStager) StartAppCalls(...)
- func (fake *FakeAppStager) StartAppReturns(result1 error)
- func (fake *FakeAppStager) StartAppReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppStager ¶
type FakeAppStager struct { StageAndStartStub func(resources.Application, configv3.Space, configv3.Organization, string, constant.DeploymentStrategy, bool, constant.ApplicationAction) error StageAppStub func(resources.Application, string, configv3.Space) (resources.Droplet, error) StartAppStub func(resources.Application, resources.Droplet, constant.DeploymentStrategy, bool, configv3.Space, configv3.Organization, constant.ApplicationAction) error // contains filtered or unexported fields }
func (*FakeAppStager) Invocations ¶
func (fake *FakeAppStager) Invocations() map[string][][]interface{}
func (*FakeAppStager) StageAndStart ¶
func (fake *FakeAppStager) StageAndStart(arg1 resources.Application, arg2 configv3.Space, arg3 configv3.Organization, arg4 string, arg5 constant.DeploymentStrategy, arg6 bool, arg7 constant.ApplicationAction) error
func (*FakeAppStager) StageAndStartArgsForCall ¶
func (fake *FakeAppStager) StageAndStartArgsForCall(i int) (resources.Application, configv3.Space, configv3.Organization, string, constant.DeploymentStrategy, bool, constant.ApplicationAction)
func (*FakeAppStager) StageAndStartCallCount ¶
func (fake *FakeAppStager) StageAndStartCallCount() int
func (*FakeAppStager) StageAndStartCalls ¶
func (fake *FakeAppStager) StageAndStartCalls(stub func(resources.Application, configv3.Space, configv3.Organization, string, constant.DeploymentStrategy, bool, constant.ApplicationAction) error)
func (*FakeAppStager) StageAndStartReturns ¶
func (fake *FakeAppStager) StageAndStartReturns(result1 error)
func (*FakeAppStager) StageAndStartReturnsOnCall ¶
func (fake *FakeAppStager) StageAndStartReturnsOnCall(i int, result1 error)
func (*FakeAppStager) StageApp ¶
func (fake *FakeAppStager) StageApp(arg1 resources.Application, arg2 string, arg3 configv3.Space) (resources.Droplet, error)
func (*FakeAppStager) StageAppArgsForCall ¶
func (fake *FakeAppStager) StageAppArgsForCall(i int) (resources.Application, string, configv3.Space)
func (*FakeAppStager) StageAppCallCount ¶
func (fake *FakeAppStager) StageAppCallCount() int
func (*FakeAppStager) StageAppCalls ¶
func (fake *FakeAppStager) StageAppCalls(stub func(resources.Application, string, configv3.Space) (resources.Droplet, error))
func (*FakeAppStager) StageAppReturns ¶
func (fake *FakeAppStager) StageAppReturns(result1 resources.Droplet, result2 error)
func (*FakeAppStager) StageAppReturnsOnCall ¶
func (fake *FakeAppStager) StageAppReturnsOnCall(i int, result1 resources.Droplet, result2 error)
func (*FakeAppStager) StartApp ¶
func (fake *FakeAppStager) StartApp(arg1 resources.Application, arg2 resources.Droplet, arg3 constant.DeploymentStrategy, arg4 bool, arg5 configv3.Space, arg6 configv3.Organization, arg7 constant.ApplicationAction) error
func (*FakeAppStager) StartAppArgsForCall ¶
func (fake *FakeAppStager) StartAppArgsForCall(i int) (resources.Application, resources.Droplet, constant.DeploymentStrategy, bool, configv3.Space, configv3.Organization, constant.ApplicationAction)
func (*FakeAppStager) StartAppCallCount ¶
func (fake *FakeAppStager) StartAppCallCount() int
func (*FakeAppStager) StartAppCalls ¶
func (fake *FakeAppStager) StartAppCalls(stub func(resources.Application, resources.Droplet, constant.DeploymentStrategy, bool, configv3.Space, configv3.Organization, constant.ApplicationAction) error)
func (*FakeAppStager) StartAppReturns ¶
func (fake *FakeAppStager) StartAppReturns(result1 error)
func (*FakeAppStager) StartAppReturnsOnCall ¶
func (fake *FakeAppStager) StartAppReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.