Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClientHolder
- func (fake *FakeClientHolder) CFClient(arg1 bool) cf.Client
- func (fake *FakeClientHolder) CFClientArgsForCall(i int) bool
- func (fake *FakeClientHolder) CFClientCallCount() int
- func (fake *FakeClientHolder) CFClientCalls(stub func(bool) cf.Client)
- func (fake *FakeClientHolder) CFClientReturns(result1 cf.Client)
- func (fake *FakeClientHolder) CFClientReturnsOnCall(i int, result1 cf.Client)
- func (fake *FakeClientHolder) Invocations() map[string][][]interface{}
- func (fake *FakeClientHolder) SourceCFClient() cf.Client
- func (fake *FakeClientHolder) SourceCFClientCallCount() int
- func (fake *FakeClientHolder) SourceCFClientCalls(stub func() cf.Client)
- func (fake *FakeClientHolder) SourceCFClientReturns(result1 cf.Client)
- func (fake *FakeClientHolder) SourceCFClientReturnsOnCall(i int, result1 cf.Client)
- type FakeCloudControllerRepositoryFactory
- func (fake *FakeCloudControllerRepositoryFactory) Invocations() map[string][][]interface{}
- func (fake *FakeCloudControllerRepositoryFactory) NewCCDB(arg1 bool) (db.Repository, error)
- func (fake *FakeCloudControllerRepositoryFactory) NewCCDBArgsForCall(i int) bool
- func (fake *FakeCloudControllerRepositoryFactory) NewCCDBCallCount() int
- func (fake *FakeCloudControllerRepositoryFactory) NewCCDBCalls(stub func(bool) (db.Repository, error))
- func (fake *FakeCloudControllerRepositoryFactory) NewCCDBReturns(result1 db.Repository, result2 error)
- func (fake *FakeCloudControllerRepositoryFactory) NewCCDBReturnsOnCall(i int, result1 db.Repository, result2 error)
- type FakeCloudControllerServiceFactory
- func (fake *FakeCloudControllerServiceFactory) Invocations() map[string][][]interface{}
- func (fake *FakeCloudControllerServiceFactory) NewCloudControllerService(arg1 *cc.Config, arg2 bool) (cc.Service, error)
- func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceArgsForCall(i int) (*cc.Config, bool)
- func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceCallCount() int
- func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceCalls(stub func(*cc.Config, bool) (cc.Service, error))
- func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceReturns(result1 cc.Service, result2 error)
- func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceReturnsOnCall(i int, result1 cc.Service, result2 error)
- type FakeManifestExporter
- func (fake *FakeManifestExporter) ExportAppManifest(arg1 cfclient.Org, arg2 cfclient.Space, arg3 cfclient.App) (cf.Application, error)
- func (fake *FakeManifestExporter) ExportAppManifestArgsForCall(i int) (cfclient.Org, cfclient.Space, cfclient.App)
- func (fake *FakeManifestExporter) ExportAppManifestCallCount() int
- func (fake *FakeManifestExporter) ExportAppManifestCalls(stub func(cfclient.Org, cfclient.Space, cfclient.App) (cf.Application, error))
- func (fake *FakeManifestExporter) ExportAppManifestReturns(result1 cf.Application, result2 error)
- func (fake *FakeManifestExporter) ExportAppManifestReturnsOnCall(i int, result1 cf.Application, result2 error)
- func (fake *FakeManifestExporter) Invocations() map[string][][]interface{}
- type FakeService
- func (fake *FakeService) Create(arg1 string, arg2 string, arg3 *cf.ServiceInstance, arg4 string) error
- func (fake *FakeService) CreateApp(arg1 string, arg2 string, arg3 string) (string, error)
- func (fake *FakeService) CreateAppArgsForCall(i int) (string, string, string)
- func (fake *FakeService) CreateAppCallCount() int
- func (fake *FakeService) CreateAppCalls(stub func(string, string, string) (string, error))
- func (fake *FakeService) CreateAppReturns(result1 string, result2 error)
- func (fake *FakeService) CreateAppReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeService) CreateArgsForCall(i int) (string, string, *cf.ServiceInstance, string)
- func (fake *FakeService) CreateCallCount() int
- func (fake *FakeService) CreateCalls(stub func(string, string, *cf.ServiceInstance, string) error)
- func (fake *FakeService) CreateReturns(result1 error)
- func (fake *FakeService) CreateReturnsOnCall(i int, result1 error)
- func (fake *FakeService) CreateServiceBinding(arg1 *cf.ServiceBinding, arg2 string, arg3 string) error
- func (fake *FakeService) CreateServiceBindingArgsForCall(i int) (*cf.ServiceBinding, string, string)
- func (fake *FakeService) CreateServiceBindingCallCount() int
- func (fake *FakeService) CreateServiceBindingCalls(stub func(*cf.ServiceBinding, string, string) error)
- func (fake *FakeService) CreateServiceBindingReturns(result1 error)
- func (fake *FakeService) CreateServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeService) CreateServiceKey(arg1 cf.ServiceInstance, arg2 cf.ServiceKey) error
- func (fake *FakeService) CreateServiceKeyArgsForCall(i int) (cf.ServiceInstance, cf.ServiceKey)
- func (fake *FakeService) CreateServiceKeyCallCount() int
- func (fake *FakeService) CreateServiceKeyCalls(stub func(cf.ServiceInstance, cf.ServiceKey) error)
- func (fake *FakeService) CreateServiceKeyReturns(result1 error)
- func (fake *FakeService) CreateServiceKeyReturnsOnCall(i int, result1 error)
- func (fake *FakeService) Delete(arg1 string, arg2 string, arg3 *cf.ServiceInstance) error
- func (fake *FakeService) DeleteArgsForCall(i int) (string, string, *cf.ServiceInstance)
- func (fake *FakeService) DeleteCallCount() int
- func (fake *FakeService) DeleteCalls(stub func(string, string, *cf.ServiceInstance) error)
- func (fake *FakeService) DeleteReturns(result1 error)
- func (fake *FakeService) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeService) DownloadManifest(arg1 string, arg2 string, arg3 string) (cf.Application, error)
- func (fake *FakeService) DownloadManifestArgsForCall(i int) (string, string, string)
- func (fake *FakeService) DownloadManifestCallCount() int
- func (fake *FakeService) DownloadManifestCalls(stub func(string, string, string) (cf.Application, error))
- func (fake *FakeService) DownloadManifestReturns(result1 cf.Application, result2 error)
- func (fake *FakeService) DownloadManifestReturnsOnCall(i int, result1 cf.Application, result2 error)
- func (fake *FakeService) FindAppByGUID(arg1 string) (string, error)
- func (fake *FakeService) FindAppByGUIDArgsForCall(i int) string
- func (fake *FakeService) FindAppByGUIDCallCount() int
- func (fake *FakeService) FindAppByGUIDCalls(stub func(string) (string, error))
- func (fake *FakeService) FindAppByGUIDReturns(result1 string, result2 error)
- func (fake *FakeService) FindAppByGUIDReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeService) Invocations() map[string][][]interface{}
- func (fake *FakeService) ServiceInstanceExists(arg1 string, arg2 string, arg3 string) (bool, error)
- func (fake *FakeService) ServiceInstanceExistsArgsForCall(i int) (string, string, string)
- func (fake *FakeService) ServiceInstanceExistsCallCount() int
- func (fake *FakeService) ServiceInstanceExistsCalls(stub func(string, string, string) (bool, error))
- func (fake *FakeService) ServiceInstanceExistsReturns(result1 bool, result2 error)
- func (fake *FakeService) ServiceInstanceExistsReturnsOnCall(i int, result1 bool, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClientHolder ¶
type FakeClientHolder struct { CFClientStub func(bool) cf.Client SourceCFClientStub func() cf.Client // contains filtered or unexported fields }
func (*FakeClientHolder) CFClientArgsForCall ¶
func (fake *FakeClientHolder) CFClientArgsForCall(i int) bool
func (*FakeClientHolder) CFClientCallCount ¶
func (fake *FakeClientHolder) CFClientCallCount() int
func (*FakeClientHolder) CFClientCalls ¶
func (fake *FakeClientHolder) CFClientCalls(stub func(bool) cf.Client)
func (*FakeClientHolder) CFClientReturns ¶
func (fake *FakeClientHolder) CFClientReturns(result1 cf.Client)
func (*FakeClientHolder) CFClientReturnsOnCall ¶
func (fake *FakeClientHolder) CFClientReturnsOnCall(i int, result1 cf.Client)
func (*FakeClientHolder) Invocations ¶
func (fake *FakeClientHolder) Invocations() map[string][][]interface{}
func (*FakeClientHolder) SourceCFClient ¶
func (fake *FakeClientHolder) SourceCFClient() cf.Client
func (*FakeClientHolder) SourceCFClientCallCount ¶
func (fake *FakeClientHolder) SourceCFClientCallCount() int
func (*FakeClientHolder) SourceCFClientCalls ¶
func (fake *FakeClientHolder) SourceCFClientCalls(stub func() cf.Client)
func (*FakeClientHolder) SourceCFClientReturns ¶
func (fake *FakeClientHolder) SourceCFClientReturns(result1 cf.Client)
func (*FakeClientHolder) SourceCFClientReturnsOnCall ¶
func (fake *FakeClientHolder) SourceCFClientReturnsOnCall(i int, result1 cf.Client)
type FakeCloudControllerRepositoryFactory ¶
type FakeCloudControllerRepositoryFactory struct { NewCCDBStub func(bool) (db.Repository, error) // contains filtered or unexported fields }
func (*FakeCloudControllerRepositoryFactory) Invocations ¶
func (fake *FakeCloudControllerRepositoryFactory) Invocations() map[string][][]interface{}
func (*FakeCloudControllerRepositoryFactory) NewCCDB ¶
func (fake *FakeCloudControllerRepositoryFactory) NewCCDB(arg1 bool) (db.Repository, error)
func (*FakeCloudControllerRepositoryFactory) NewCCDBArgsForCall ¶
func (fake *FakeCloudControllerRepositoryFactory) NewCCDBArgsForCall(i int) bool
func (*FakeCloudControllerRepositoryFactory) NewCCDBCallCount ¶
func (fake *FakeCloudControllerRepositoryFactory) NewCCDBCallCount() int
func (*FakeCloudControllerRepositoryFactory) NewCCDBCalls ¶
func (fake *FakeCloudControllerRepositoryFactory) NewCCDBCalls(stub func(bool) (db.Repository, error))
func (*FakeCloudControllerRepositoryFactory) NewCCDBReturns ¶
func (fake *FakeCloudControllerRepositoryFactory) NewCCDBReturns(result1 db.Repository, result2 error)
func (*FakeCloudControllerRepositoryFactory) NewCCDBReturnsOnCall ¶
func (fake *FakeCloudControllerRepositoryFactory) NewCCDBReturnsOnCall(i int, result1 db.Repository, result2 error)
type FakeCloudControllerServiceFactory ¶
type FakeCloudControllerServiceFactory struct { NewCloudControllerServiceStub func(*cc.Config, bool) (cc.Service, error) // contains filtered or unexported fields }
func (*FakeCloudControllerServiceFactory) Invocations ¶
func (fake *FakeCloudControllerServiceFactory) Invocations() map[string][][]interface{}
func (*FakeCloudControllerServiceFactory) NewCloudControllerService ¶
func (*FakeCloudControllerServiceFactory) NewCloudControllerServiceArgsForCall ¶
func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceArgsForCall(i int) (*cc.Config, bool)
func (*FakeCloudControllerServiceFactory) NewCloudControllerServiceCallCount ¶
func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceCallCount() int
func (*FakeCloudControllerServiceFactory) NewCloudControllerServiceCalls ¶
func (*FakeCloudControllerServiceFactory) NewCloudControllerServiceReturns ¶
func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceReturns(result1 cc.Service, result2 error)
func (*FakeCloudControllerServiceFactory) NewCloudControllerServiceReturnsOnCall ¶
func (fake *FakeCloudControllerServiceFactory) NewCloudControllerServiceReturnsOnCall(i int, result1 cc.Service, result2 error)
type FakeManifestExporter ¶
type FakeManifestExporter struct { ExportAppManifestStub func(cfclient.Org, cfclient.Space, cfclient.App) (cf.Application, error) // contains filtered or unexported fields }
func (*FakeManifestExporter) ExportAppManifest ¶
func (fake *FakeManifestExporter) ExportAppManifest(arg1 cfclient.Org, arg2 cfclient.Space, arg3 cfclient.App) (cf.Application, error)
func (*FakeManifestExporter) ExportAppManifestArgsForCall ¶
func (*FakeManifestExporter) ExportAppManifestCallCount ¶
func (fake *FakeManifestExporter) ExportAppManifestCallCount() int
func (*FakeManifestExporter) ExportAppManifestCalls ¶
func (fake *FakeManifestExporter) ExportAppManifestCalls(stub func(cfclient.Org, cfclient.Space, cfclient.App) (cf.Application, error))
func (*FakeManifestExporter) ExportAppManifestReturns ¶
func (fake *FakeManifestExporter) ExportAppManifestReturns(result1 cf.Application, result2 error)
func (*FakeManifestExporter) ExportAppManifestReturnsOnCall ¶
func (fake *FakeManifestExporter) ExportAppManifestReturnsOnCall(i int, result1 cf.Application, result2 error)
func (*FakeManifestExporter) Invocations ¶
func (fake *FakeManifestExporter) Invocations() map[string][][]interface{}
type FakeService ¶
type FakeService struct { CreateStub func(string, string, *cf.ServiceInstance, string) error CreateAppStub func(string, string, string) (string, error) CreateServiceBindingStub func(*cf.ServiceBinding, string, string) error CreateServiceKeyStub func(cf.ServiceInstance, cf.ServiceKey) error DeleteStub func(string, string, *cf.ServiceInstance) error DownloadManifestStub func(string, string, string) (cf.Application, error) FindAppByGUIDStub func(string) (string, error) ServiceInstanceExistsStub func(string, string, string) (bool, error) // contains filtered or unexported fields }
func (*FakeService) Create ¶
func (fake *FakeService) Create(arg1 string, arg2 string, arg3 *cf.ServiceInstance, arg4 string) error
func (*FakeService) CreateAppArgsForCall ¶
func (fake *FakeService) CreateAppArgsForCall(i int) (string, string, string)
func (*FakeService) CreateAppCallCount ¶
func (fake *FakeService) CreateAppCallCount() int
func (*FakeService) CreateAppCalls ¶
func (*FakeService) CreateAppReturns ¶
func (fake *FakeService) CreateAppReturns(result1 string, result2 error)
func (*FakeService) CreateAppReturnsOnCall ¶
func (fake *FakeService) CreateAppReturnsOnCall(i int, result1 string, result2 error)
func (*FakeService) CreateArgsForCall ¶
func (fake *FakeService) CreateArgsForCall(i int) (string, string, *cf.ServiceInstance, string)
func (*FakeService) CreateCallCount ¶
func (fake *FakeService) CreateCallCount() int
func (*FakeService) CreateCalls ¶
func (fake *FakeService) CreateCalls(stub func(string, string, *cf.ServiceInstance, string) error)
func (*FakeService) CreateReturns ¶
func (fake *FakeService) CreateReturns(result1 error)
func (*FakeService) CreateReturnsOnCall ¶
func (fake *FakeService) CreateReturnsOnCall(i int, result1 error)
func (*FakeService) CreateServiceBinding ¶
func (fake *FakeService) CreateServiceBinding(arg1 *cf.ServiceBinding, arg2 string, arg3 string) error
func (*FakeService) CreateServiceBindingArgsForCall ¶
func (fake *FakeService) CreateServiceBindingArgsForCall(i int) (*cf.ServiceBinding, string, string)
func (*FakeService) CreateServiceBindingCallCount ¶
func (fake *FakeService) CreateServiceBindingCallCount() int
func (*FakeService) CreateServiceBindingCalls ¶
func (fake *FakeService) CreateServiceBindingCalls(stub func(*cf.ServiceBinding, string, string) error)
func (*FakeService) CreateServiceBindingReturns ¶
func (fake *FakeService) CreateServiceBindingReturns(result1 error)
func (*FakeService) CreateServiceBindingReturnsOnCall ¶
func (fake *FakeService) CreateServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeService) CreateServiceKey ¶
func (fake *FakeService) CreateServiceKey(arg1 cf.ServiceInstance, arg2 cf.ServiceKey) error
func (*FakeService) CreateServiceKeyArgsForCall ¶
func (fake *FakeService) CreateServiceKeyArgsForCall(i int) (cf.ServiceInstance, cf.ServiceKey)
func (*FakeService) CreateServiceKeyCallCount ¶
func (fake *FakeService) CreateServiceKeyCallCount() int
func (*FakeService) CreateServiceKeyCalls ¶
func (fake *FakeService) CreateServiceKeyCalls(stub func(cf.ServiceInstance, cf.ServiceKey) error)
func (*FakeService) CreateServiceKeyReturns ¶
func (fake *FakeService) CreateServiceKeyReturns(result1 error)
func (*FakeService) CreateServiceKeyReturnsOnCall ¶
func (fake *FakeService) CreateServiceKeyReturnsOnCall(i int, result1 error)
func (*FakeService) Delete ¶
func (fake *FakeService) Delete(arg1 string, arg2 string, arg3 *cf.ServiceInstance) error
func (*FakeService) DeleteArgsForCall ¶
func (fake *FakeService) DeleteArgsForCall(i int) (string, string, *cf.ServiceInstance)
func (*FakeService) DeleteCallCount ¶
func (fake *FakeService) DeleteCallCount() int
func (*FakeService) DeleteCalls ¶
func (fake *FakeService) DeleteCalls(stub func(string, string, *cf.ServiceInstance) error)
func (*FakeService) DeleteReturns ¶
func (fake *FakeService) DeleteReturns(result1 error)
func (*FakeService) DeleteReturnsOnCall ¶
func (fake *FakeService) DeleteReturnsOnCall(i int, result1 error)
func (*FakeService) DownloadManifest ¶
func (fake *FakeService) DownloadManifest(arg1 string, arg2 string, arg3 string) (cf.Application, error)
func (*FakeService) DownloadManifestArgsForCall ¶
func (fake *FakeService) DownloadManifestArgsForCall(i int) (string, string, string)
func (*FakeService) DownloadManifestCallCount ¶
func (fake *FakeService) DownloadManifestCallCount() int
func (*FakeService) DownloadManifestCalls ¶
func (fake *FakeService) DownloadManifestCalls(stub func(string, string, string) (cf.Application, error))
func (*FakeService) DownloadManifestReturns ¶
func (fake *FakeService) DownloadManifestReturns(result1 cf.Application, result2 error)
func (*FakeService) DownloadManifestReturnsOnCall ¶
func (fake *FakeService) DownloadManifestReturnsOnCall(i int, result1 cf.Application, result2 error)
func (*FakeService) FindAppByGUID ¶
func (fake *FakeService) FindAppByGUID(arg1 string) (string, error)
func (*FakeService) FindAppByGUIDArgsForCall ¶
func (fake *FakeService) FindAppByGUIDArgsForCall(i int) string
func (*FakeService) FindAppByGUIDCallCount ¶
func (fake *FakeService) FindAppByGUIDCallCount() int
func (*FakeService) FindAppByGUIDCalls ¶
func (fake *FakeService) FindAppByGUIDCalls(stub func(string) (string, error))
func (*FakeService) FindAppByGUIDReturns ¶
func (fake *FakeService) FindAppByGUIDReturns(result1 string, result2 error)
func (*FakeService) FindAppByGUIDReturnsOnCall ¶
func (fake *FakeService) FindAppByGUIDReturnsOnCall(i int, result1 string, result2 error)
func (*FakeService) Invocations ¶
func (fake *FakeService) Invocations() map[string][][]interface{}
func (*FakeService) ServiceInstanceExists ¶
func (*FakeService) ServiceInstanceExistsArgsForCall ¶
func (fake *FakeService) ServiceInstanceExistsArgsForCall(i int) (string, string, string)
func (*FakeService) ServiceInstanceExistsCallCount ¶
func (fake *FakeService) ServiceInstanceExistsCallCount() int
func (*FakeService) ServiceInstanceExistsCalls ¶
func (*FakeService) ServiceInstanceExistsReturns ¶
func (fake *FakeService) ServiceInstanceExistsReturns(result1 bool, result2 error)
func (*FakeService) ServiceInstanceExistsReturnsOnCall ¶
func (fake *FakeService) ServiceInstanceExistsReturnsOnCall(i int, result1 bool, result2 error)
Click to show internal directories.
Click to hide internal directories.