Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGogoBoshClient
- func (fake *FakeGogoBoshClient) GetCloudConfig(arg1 bool) ([]gogobosh.Cfg, error)
- func (fake *FakeGogoBoshClient) GetCloudConfigArgsForCall(i int) bool
- func (fake *FakeGogoBoshClient) GetCloudConfigCallCount() int
- func (fake *FakeGogoBoshClient) GetCloudConfigCalls(stub func(bool) ([]gogobosh.Cfg, error))
- func (fake *FakeGogoBoshClient) GetCloudConfigReturns(result1 []gogobosh.Cfg, result2 error)
- func (fake *FakeGogoBoshClient) GetCloudConfigReturnsOnCall(i int, result1 []gogobosh.Cfg, result2 error)
- func (fake *FakeGogoBoshClient) GetDeploymentVMs(arg1 string) ([]gogobosh.VM, error)
- func (fake *FakeGogoBoshClient) GetDeploymentVMsArgsForCall(i int) string
- func (fake *FakeGogoBoshClient) GetDeploymentVMsCallCount() int
- func (fake *FakeGogoBoshClient) GetDeploymentVMsCalls(stub func(string) ([]gogobosh.VM, error))
- func (fake *FakeGogoBoshClient) GetDeploymentVMsReturns(result1 []gogobosh.VM, result2 error)
- func (fake *FakeGogoBoshClient) GetDeploymentVMsReturnsOnCall(i int, result1 []gogobosh.VM, result2 error)
- func (fake *FakeGogoBoshClient) GetDeployments() ([]gogobosh.Deployment, error)
- func (fake *FakeGogoBoshClient) GetDeploymentsCallCount() int
- func (fake *FakeGogoBoshClient) GetDeploymentsCalls(stub func() ([]gogobosh.Deployment, error))
- func (fake *FakeGogoBoshClient) GetDeploymentsReturns(result1 []gogobosh.Deployment, result2 error)
- func (fake *FakeGogoBoshClient) GetDeploymentsReturnsOnCall(i int, result1 []gogobosh.Deployment, result2 error)
- func (fake *FakeGogoBoshClient) GetStemcells() ([]gogobosh.Stemcell, error)
- func (fake *FakeGogoBoshClient) GetStemcellsCallCount() int
- func (fake *FakeGogoBoshClient) GetStemcellsCalls(stub func() ([]gogobosh.Stemcell, error))
- func (fake *FakeGogoBoshClient) GetStemcellsReturns(result1 []gogobosh.Stemcell, result2 error)
- func (fake *FakeGogoBoshClient) GetStemcellsReturnsOnCall(i int, result1 []gogobosh.Stemcell, result2 error)
- func (fake *FakeGogoBoshClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGogoBoshClient ¶
type FakeGogoBoshClient struct { GetCloudConfigStub func(bool) ([]gogobosh.Cfg, error) GetDeploymentVMsStub func(string) ([]gogobosh.VM, error) GetDeploymentsStub func() ([]gogobosh.Deployment, error) GetStemcellsStub func() ([]gogobosh.Stemcell, error) // contains filtered or unexported fields }
func (*FakeGogoBoshClient) GetCloudConfig ¶
func (fake *FakeGogoBoshClient) GetCloudConfig(arg1 bool) ([]gogobosh.Cfg, error)
func (*FakeGogoBoshClient) GetCloudConfigArgsForCall ¶
func (fake *FakeGogoBoshClient) GetCloudConfigArgsForCall(i int) bool
func (*FakeGogoBoshClient) GetCloudConfigCallCount ¶
func (fake *FakeGogoBoshClient) GetCloudConfigCallCount() int
func (*FakeGogoBoshClient) GetCloudConfigCalls ¶
func (fake *FakeGogoBoshClient) GetCloudConfigCalls(stub func(bool) ([]gogobosh.Cfg, error))
func (*FakeGogoBoshClient) GetCloudConfigReturns ¶
func (fake *FakeGogoBoshClient) GetCloudConfigReturns(result1 []gogobosh.Cfg, result2 error)
func (*FakeGogoBoshClient) GetCloudConfigReturnsOnCall ¶
func (fake *FakeGogoBoshClient) GetCloudConfigReturnsOnCall(i int, result1 []gogobosh.Cfg, result2 error)
func (*FakeGogoBoshClient) GetDeploymentVMs ¶
func (fake *FakeGogoBoshClient) GetDeploymentVMs(arg1 string) ([]gogobosh.VM, error)
func (*FakeGogoBoshClient) GetDeploymentVMsArgsForCall ¶
func (fake *FakeGogoBoshClient) GetDeploymentVMsArgsForCall(i int) string
func (*FakeGogoBoshClient) GetDeploymentVMsCallCount ¶
func (fake *FakeGogoBoshClient) GetDeploymentVMsCallCount() int
func (*FakeGogoBoshClient) GetDeploymentVMsCalls ¶
func (fake *FakeGogoBoshClient) GetDeploymentVMsCalls(stub func(string) ([]gogobosh.VM, error))
func (*FakeGogoBoshClient) GetDeploymentVMsReturns ¶
func (fake *FakeGogoBoshClient) GetDeploymentVMsReturns(result1 []gogobosh.VM, result2 error)
func (*FakeGogoBoshClient) GetDeploymentVMsReturnsOnCall ¶
func (fake *FakeGogoBoshClient) GetDeploymentVMsReturnsOnCall(i int, result1 []gogobosh.VM, result2 error)
func (*FakeGogoBoshClient) GetDeployments ¶
func (fake *FakeGogoBoshClient) GetDeployments() ([]gogobosh.Deployment, error)
func (*FakeGogoBoshClient) GetDeploymentsCallCount ¶
func (fake *FakeGogoBoshClient) GetDeploymentsCallCount() int
func (*FakeGogoBoshClient) GetDeploymentsCalls ¶
func (fake *FakeGogoBoshClient) GetDeploymentsCalls(stub func() ([]gogobosh.Deployment, error))
func (*FakeGogoBoshClient) GetDeploymentsReturns ¶
func (fake *FakeGogoBoshClient) GetDeploymentsReturns(result1 []gogobosh.Deployment, result2 error)
func (*FakeGogoBoshClient) GetDeploymentsReturnsOnCall ¶
func (fake *FakeGogoBoshClient) GetDeploymentsReturnsOnCall(i int, result1 []gogobosh.Deployment, result2 error)
func (*FakeGogoBoshClient) GetStemcells ¶
func (fake *FakeGogoBoshClient) GetStemcells() ([]gogobosh.Stemcell, error)
func (*FakeGogoBoshClient) GetStemcellsCallCount ¶
func (fake *FakeGogoBoshClient) GetStemcellsCallCount() int
func (*FakeGogoBoshClient) GetStemcellsCalls ¶
func (fake *FakeGogoBoshClient) GetStemcellsCalls(stub func() ([]gogobosh.Stemcell, error))
func (*FakeGogoBoshClient) GetStemcellsReturns ¶
func (fake *FakeGogoBoshClient) GetStemcellsReturns(result1 []gogobosh.Stemcell, result2 error)
func (*FakeGogoBoshClient) GetStemcellsReturnsOnCall ¶
func (fake *FakeGogoBoshClient) GetStemcellsReturnsOnCall(i int, result1 []gogobosh.Stemcell, result2 error)
func (*FakeGogoBoshClient) Invocations ¶
func (fake *FakeGogoBoshClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.