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.
Index ¶
- type FakeAppReporterCloudFoundryClient
- func (fake *FakeAppReporterCloudFoundryClient) GetApplication(arg1 lager.Logger, arg2 string) (cf.Application, error)
- func (fake *FakeAppReporterCloudFoundryClient) GetApplicationArgsForCall(i int) (lager.Logger, string)
- func (fake *FakeAppReporterCloudFoundryClient) GetApplicationCallCount() int
- func (fake *FakeAppReporterCloudFoundryClient) GetApplicationCalls(stub func(lager.Logger, string) (cf.Application, error))
- func (fake *FakeAppReporterCloudFoundryClient) GetApplicationReturns(result1 cf.Application, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) GetApplicationReturnsOnCall(i int, result1 cf.Application, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrg(arg1 lager.Logger) (string, error)
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgArgsForCall(i int) lager.Logger
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgCallCount() int
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgCalls(stub func(lager.Logger) (string, error))
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgReturns(result1 string, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpace(arg1 lager.Logger) (string, error)
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceArgsForCall(i int) lager.Logger
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceCallCount() int
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceCalls(stub func(lager.Logger) (string, error))
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturns(result1 string, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) Invocations() map[string][][]interface{}
- func (fake *FakeAppReporterCloudFoundryClient) Username(arg1 lager.Logger) (string, error)
- func (fake *FakeAppReporterCloudFoundryClient) UsernameArgsForCall(i int) lager.Logger
- func (fake *FakeAppReporterCloudFoundryClient) UsernameCallCount() int
- func (fake *FakeAppReporterCloudFoundryClient) UsernameCalls(stub func(lager.Logger) (string, error))
- func (fake *FakeAppReporterCloudFoundryClient) UsernameReturns(result1 string, result2 error)
- func (fake *FakeAppReporterCloudFoundryClient) UsernameReturnsOnCall(i int, result1 string, result2 error)
- type FakeCloudFoundryClient
- func (fake *FakeCloudFoundryClient) GetCurrentOrg(arg1 lager.Logger) (string, error)
- func (fake *FakeCloudFoundryClient) GetCurrentOrgArgsForCall(i int) lager.Logger
- func (fake *FakeCloudFoundryClient) GetCurrentOrgCallCount() int
- func (fake *FakeCloudFoundryClient) GetCurrentOrgCalls(stub func(lager.Logger) (string, error))
- func (fake *FakeCloudFoundryClient) GetCurrentOrgReturns(result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetCurrentOrgReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaces(arg1 lager.Logger) ([]cf.Space, error)
- func (fake *FakeCloudFoundryClient) GetSpacesArgsForCall(i int) lager.Logger
- func (fake *FakeCloudFoundryClient) GetSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpacesCalls(stub func(lager.Logger) ([]cf.Space, error))
- func (fake *FakeCloudFoundryClient) GetSpacesReturns(result1 []cf.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpacesReturnsOnCall(i int, result1 []cf.Space, result2 error)
- func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
- func (fake *FakeCloudFoundryClient) Username(arg1 lager.Logger) (string, error)
- func (fake *FakeCloudFoundryClient) UsernameArgsForCall(i int) lager.Logger
- func (fake *FakeCloudFoundryClient) UsernameCallCount() int
- func (fake *FakeCloudFoundryClient) UsernameCalls(stub func(lager.Logger) (string, error))
- func (fake *FakeCloudFoundryClient) UsernameReturns(result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) UsernameReturnsOnCall(i int, result1 string, result2 error)
- type FakeInstanceDataFetcher
- func (fake *FakeInstanceDataFetcher) FetchInstanceData(arg1 lager.Logger, arg2 string, arg3 map[int]cf.Instance) (map[int]interface{}, error)
- func (fake *FakeInstanceDataFetcher) FetchInstanceDataArgsForCall(i int) (lager.Logger, string, map[int]cf.Instance)
- func (fake *FakeInstanceDataFetcher) FetchInstanceDataCallCount() int
- func (fake *FakeInstanceDataFetcher) FetchInstanceDataCalls(...)
- func (fake *FakeInstanceDataFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)
- func (fake *FakeInstanceDataFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)
- func (fake *FakeInstanceDataFetcher) Invocations() map[string][][]interface{}
- type FakeMetricsFetcher
- func (fake *FakeMetricsFetcher) FetchInstanceData(arg1 lager.Logger, arg2 string, arg3 map[int]cf.Instance) (map[int]interface{}, error)
- func (fake *FakeMetricsFetcher) FetchInstanceDataArgsForCall(i int) (lager.Logger, string, map[int]cf.Instance)
- func (fake *FakeMetricsFetcher) FetchInstanceDataCallCount() int
- func (fake *FakeMetricsFetcher) FetchInstanceDataCalls(...)
- func (fake *FakeMetricsFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)
- func (fake *FakeMetricsFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)
- func (fake *FakeMetricsFetcher) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppReporterCloudFoundryClient ¶
type FakeAppReporterCloudFoundryClient struct { GetApplicationStub func(lager.Logger, string) (cf.Application, error) GetCurrentOrgStub func(lager.Logger) (string, error) GetCurrentSpaceStub func(lager.Logger) (string, error) UsernameStub func(lager.Logger) (string, error) // contains filtered or unexported fields }
func (*FakeAppReporterCloudFoundryClient) GetApplication ¶
func (fake *FakeAppReporterCloudFoundryClient) GetApplication(arg1 lager.Logger, arg2 string) (cf.Application, error)
func (*FakeAppReporterCloudFoundryClient) GetApplicationArgsForCall ¶
func (fake *FakeAppReporterCloudFoundryClient) GetApplicationArgsForCall(i int) (lager.Logger, string)
func (*FakeAppReporterCloudFoundryClient) GetApplicationCallCount ¶
func (fake *FakeAppReporterCloudFoundryClient) GetApplicationCallCount() int
func (*FakeAppReporterCloudFoundryClient) GetApplicationCalls ¶
func (fake *FakeAppReporterCloudFoundryClient) GetApplicationCalls(stub func(lager.Logger, string) (cf.Application, error))
func (*FakeAppReporterCloudFoundryClient) GetApplicationReturns ¶
func (fake *FakeAppReporterCloudFoundryClient) GetApplicationReturns(result1 cf.Application, result2 error)
func (*FakeAppReporterCloudFoundryClient) GetApplicationReturnsOnCall ¶
func (fake *FakeAppReporterCloudFoundryClient) GetApplicationReturnsOnCall(i int, result1 cf.Application, result2 error)
func (*FakeAppReporterCloudFoundryClient) GetCurrentOrg ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrg(arg1 lager.Logger) (string, error)
func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgArgsForCall ¶ added in v0.0.2
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgArgsForCall(i int) lager.Logger
func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgCallCount ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgCallCount() int
func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgCalls ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgCalls(stub func(lager.Logger) (string, error))
func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgReturns ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgReturns(result1 string, result2 error)
func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgReturnsOnCall ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgReturnsOnCall(i int, result1 string, result2 error)
func (*FakeAppReporterCloudFoundryClient) GetCurrentSpace ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpace(arg1 lager.Logger) (string, error)
func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceArgsForCall ¶ added in v0.0.2
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceArgsForCall(i int) lager.Logger
func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceCallCount ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceCallCount() int
func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceCalls ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceCalls(stub func(lager.Logger) (string, error))
func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturns ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturns(result1 string, result2 error)
func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturnsOnCall ¶
func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturnsOnCall(i int, result1 string, result2 error)
func (*FakeAppReporterCloudFoundryClient) Invocations ¶
func (fake *FakeAppReporterCloudFoundryClient) Invocations() map[string][][]interface{}
func (*FakeAppReporterCloudFoundryClient) Username ¶
func (fake *FakeAppReporterCloudFoundryClient) Username(arg1 lager.Logger) (string, error)
func (*FakeAppReporterCloudFoundryClient) UsernameArgsForCall ¶ added in v0.0.2
func (fake *FakeAppReporterCloudFoundryClient) UsernameArgsForCall(i int) lager.Logger
func (*FakeAppReporterCloudFoundryClient) UsernameCallCount ¶
func (fake *FakeAppReporterCloudFoundryClient) UsernameCallCount() int
func (*FakeAppReporterCloudFoundryClient) UsernameCalls ¶
func (fake *FakeAppReporterCloudFoundryClient) UsernameCalls(stub func(lager.Logger) (string, error))
func (*FakeAppReporterCloudFoundryClient) UsernameReturns ¶
func (fake *FakeAppReporterCloudFoundryClient) UsernameReturns(result1 string, result2 error)
func (*FakeAppReporterCloudFoundryClient) UsernameReturnsOnCall ¶
func (fake *FakeAppReporterCloudFoundryClient) UsernameReturnsOnCall(i int, result1 string, result2 error)
type FakeCloudFoundryClient ¶
type FakeCloudFoundryClient struct { GetCurrentOrgStub func(lager.Logger) (string, error) GetSpacesStub func(lager.Logger) ([]cf.Space, error) UsernameStub func(lager.Logger) (string, error) // contains filtered or unexported fields }
func (*FakeCloudFoundryClient) GetCurrentOrg ¶
func (fake *FakeCloudFoundryClient) GetCurrentOrg(arg1 lager.Logger) (string, error)
func (*FakeCloudFoundryClient) GetCurrentOrgArgsForCall ¶ added in v0.0.2
func (fake *FakeCloudFoundryClient) GetCurrentOrgArgsForCall(i int) lager.Logger
func (*FakeCloudFoundryClient) GetCurrentOrgCallCount ¶
func (fake *FakeCloudFoundryClient) GetCurrentOrgCallCount() int
func (*FakeCloudFoundryClient) GetCurrentOrgCalls ¶
func (fake *FakeCloudFoundryClient) GetCurrentOrgCalls(stub func(lager.Logger) (string, error))
func (*FakeCloudFoundryClient) GetCurrentOrgReturns ¶
func (fake *FakeCloudFoundryClient) GetCurrentOrgReturns(result1 string, result2 error)
func (*FakeCloudFoundryClient) GetCurrentOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetCurrentOrgReturnsOnCall(i int, result1 string, result2 error)
func (*FakeCloudFoundryClient) GetSpaces ¶
func (fake *FakeCloudFoundryClient) GetSpaces(arg1 lager.Logger) ([]cf.Space, error)
func (*FakeCloudFoundryClient) GetSpacesArgsForCall ¶ added in v0.0.2
func (fake *FakeCloudFoundryClient) GetSpacesArgsForCall(i int) lager.Logger
func (*FakeCloudFoundryClient) GetSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpacesCallCount() int
func (*FakeCloudFoundryClient) GetSpacesCalls ¶
func (fake *FakeCloudFoundryClient) GetSpacesCalls(stub func(lager.Logger) ([]cf.Space, error))
func (*FakeCloudFoundryClient) GetSpacesReturns ¶
func (fake *FakeCloudFoundryClient) GetSpacesReturns(result1 []cf.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpacesReturnsOnCall(i int, result1 []cf.Space, result2 error)
func (*FakeCloudFoundryClient) Invocations ¶
func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
func (*FakeCloudFoundryClient) Username ¶
func (fake *FakeCloudFoundryClient) Username(arg1 lager.Logger) (string, error)
func (*FakeCloudFoundryClient) UsernameArgsForCall ¶ added in v0.0.2
func (fake *FakeCloudFoundryClient) UsernameArgsForCall(i int) lager.Logger
func (*FakeCloudFoundryClient) UsernameCallCount ¶
func (fake *FakeCloudFoundryClient) UsernameCallCount() int
func (*FakeCloudFoundryClient) UsernameCalls ¶
func (fake *FakeCloudFoundryClient) UsernameCalls(stub func(lager.Logger) (string, error))
func (*FakeCloudFoundryClient) UsernameReturns ¶
func (fake *FakeCloudFoundryClient) UsernameReturns(result1 string, result2 error)
func (*FakeCloudFoundryClient) UsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UsernameReturnsOnCall(i int, result1 string, result2 error)
type FakeInstanceDataFetcher ¶
type FakeInstanceDataFetcher struct { FetchInstanceDataStub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error) // contains filtered or unexported fields }
func (*FakeInstanceDataFetcher) FetchInstanceData ¶
func (*FakeInstanceDataFetcher) FetchInstanceDataArgsForCall ¶
func (*FakeInstanceDataFetcher) FetchInstanceDataCallCount ¶
func (fake *FakeInstanceDataFetcher) FetchInstanceDataCallCount() int
func (*FakeInstanceDataFetcher) FetchInstanceDataCalls ¶
func (*FakeInstanceDataFetcher) FetchInstanceDataReturns ¶
func (fake *FakeInstanceDataFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)
func (*FakeInstanceDataFetcher) FetchInstanceDataReturnsOnCall ¶
func (fake *FakeInstanceDataFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)
func (*FakeInstanceDataFetcher) Invocations ¶
func (fake *FakeInstanceDataFetcher) Invocations() map[string][][]interface{}
type FakeMetricsFetcher ¶
type FakeMetricsFetcher struct { FetchInstanceDataStub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error) // contains filtered or unexported fields }
func (*FakeMetricsFetcher) FetchInstanceData ¶
func (*FakeMetricsFetcher) FetchInstanceDataArgsForCall ¶
func (*FakeMetricsFetcher) FetchInstanceDataCallCount ¶
func (fake *FakeMetricsFetcher) FetchInstanceDataCallCount() int
func (*FakeMetricsFetcher) FetchInstanceDataCalls ¶
func (*FakeMetricsFetcher) FetchInstanceDataReturns ¶
func (fake *FakeMetricsFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)
func (*FakeMetricsFetcher) FetchInstanceDataReturnsOnCall ¶
func (fake *FakeMetricsFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)
func (*FakeMetricsFetcher) Invocations ¶
func (fake *FakeMetricsFetcher) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.