Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCloudFoundryClient
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrg(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCallCount() int
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) AppByGuid(arg1 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) AppByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) AppByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) AppByGuidCalls(stub func(string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) AppByGuidReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AppByName(arg1 string, arg2 string, arg3 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) AppByNameArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AppByNameCallCount() int
- func (fake *FakeCloudFoundryClient) AppByNameCalls(stub func(string, string, string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) AppByNameReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AppByNameReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuota(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturns(result1 error)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditor(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManager(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManager(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUser(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgUserCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgUserReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditor(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsername(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloper(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsername(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManager(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsername(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) BindRoute(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) BindRouteArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) BindRouteCallCount() int
- func (fake *FakeCloudFoundryClient) BindRouteCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) BindRouteReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindRouteReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindRunningSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindSecGroup(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) BindSecGroupArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) BindSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) BindSecGroupCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) BindSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) CreateApp(arg1 cfclient.AppCreateRequest) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) CreateAppArgsForCall(i int) cfclient.AppCreateRequest
- func (fake *FakeCloudFoundryClient) CreateAppCallCount() int
- func (fake *FakeCloudFoundryClient) CreateAppCalls(stub func(cfclient.AppCreateRequest) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) CreateAppReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) CreateAppReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) CreateBuildpack(arg1 *cfclient.BuildpackRequest) (*cfclient.Buildpack, error)
- func (fake *FakeCloudFoundryClient) CreateBuildpackArgsForCall(i int) *cfclient.BuildpackRequest
- func (fake *FakeCloudFoundryClient) CreateBuildpackCallCount() int
- func (fake *FakeCloudFoundryClient) CreateBuildpackCalls(stub func(*cfclient.BuildpackRequest) (*cfclient.Buildpack, error))
- func (fake *FakeCloudFoundryClient) CreateBuildpackReturns(result1 *cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) CreateBuildpackReturnsOnCall(i int, result1 *cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) CreateDomain(arg1 string, arg2 string) (*cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) CreateDomainArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateDomainCallCount() int
- func (fake *FakeCloudFoundryClient) CreateDomainCalls(stub func(string, string) (*cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) CreateDomainReturns(result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateIsolationSegment(arg1 string) (*cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCallCount() int
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCalls(stub func(string) (*cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturns(result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrg(arg1 cfclient.OrgRequest) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) CreateOrgArgsForCall(i int) cfclient.OrgRequest
- func (fake *FakeCloudFoundryClient) CreateOrgCallCount() int
- func (fake *FakeCloudFoundryClient) CreateOrgCalls(stub func(cfclient.OrgRequest) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) CreateOrgQuota(arg1 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaArgsForCall(i int) cfclient.OrgQuotaRequest
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaCalls(stub func(cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrgReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) CreateRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) CreateRouteArgsForCall(i int) cfclient.RouteRequest
- func (fake *FakeCloudFoundryClient) CreateRouteCallCount() int
- func (fake *FakeCloudFoundryClient) CreateRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) CreateRouteReturns(result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBinding(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) CreateSecGroup(arg1 string, arg2 []cfclient.SecGroupRule, arg3 []string) (*cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) CreateSecGroupArgsForCall(i int) (string, []cfclient.SecGroupRule, []string)
- func (fake *FakeCloudFoundryClient) CreateSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSecGroupCalls(...)
- func (fake *FakeCloudFoundryClient) CreateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBinding(arg1 string, arg2 string) (*cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) CreateServiceBindingArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceBindingCalls(stub func(string, string) (*cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) CreateServiceBindingReturns(result1 *cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBindingReturnsOnCall(i int, result1 *cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBroker(arg1 cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerArgsForCall(i int) cfclient.CreateServiceBrokerRequest
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerCalls(stub func(cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceInstance(arg1 cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceArgsForCall(i int) cfclient.ServiceInstanceRequest
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceCalls(stub func(cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturns(result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceKey(arg1 cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) CreateServiceKeyArgsForCall(i int) cfclient.CreateServiceKeyRequest
- func (fake *FakeCloudFoundryClient) CreateServiceKeyCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceKeyCalls(stub func(cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) CreateServiceKeyReturns(result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceKeyReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibility(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueId(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSharedDomain(arg1 string, arg2 bool, arg3 string) (*cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) CreateSharedDomainArgsForCall(i int) (string, bool, string)
- func (fake *FakeCloudFoundryClient) CreateSharedDomainCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSharedDomainCalls(stub func(string, bool, string) (*cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) CreateSharedDomainReturns(result1 *cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSharedDomainReturnsOnCall(i int, result1 *cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpace(arg1 cfclient.SpaceRequest) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) CreateSpaceArgsForCall(i int) cfclient.SpaceRequest
- func (fake *FakeCloudFoundryClient) CreateSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSpaceCalls(stub func(cfclient.SpaceRequest) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) CreateSpaceQuota(arg1 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaArgsForCall(i int) cfclient.SpaceQuotaRequest
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCalls(stub func(cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpaceReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTask(arg1 cfclient.TaskRequest) (cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) CreateTaskArgsForCall(i int) cfclient.TaskRequest
- func (fake *FakeCloudFoundryClient) CreateTaskCallCount() int
- func (fake *FakeCloudFoundryClient) CreateTaskCalls(stub func(cfclient.TaskRequest) (cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) CreateTaskReturns(result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTaskReturnsOnCall(i int, result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTcpRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) CreateTcpRouteArgsForCall(i int) cfclient.RouteRequest
- func (fake *FakeCloudFoundryClient) CreateTcpRouteCallCount() int
- func (fake *FakeCloudFoundryClient) CreateTcpRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) CreateTcpRouteReturns(result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTcpRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUser(arg1 cfclient.UserRequest) (cfclient.User, error)
- func (fake *FakeCloudFoundryClient) CreateUserArgsForCall(i int) cfclient.UserRequest
- func (fake *FakeCloudFoundryClient) CreateUserCallCount() int
- func (fake *FakeCloudFoundryClient) CreateUserCalls(stub func(cfclient.UserRequest) (cfclient.User, error))
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstance(arg1 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceArgsForCall(i int) cfclient.UserProvidedServiceInstanceRequest
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCalls(...)
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUserReturns(result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUserReturnsOnCall(i int, result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrg(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCallCount() int
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteBuildpack(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteBuildpackArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteBuildpackCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteBuildpackCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteBuildpackReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteBuildpackReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteDomain(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteDomainArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteDomainCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteDomainCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteDomainReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteDomainReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUID(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrg(arg1 string, arg2 bool, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteOrgArgsForCall(i int) (string, bool, bool)
- func (fake *FakeCloudFoundryClient) DeleteOrgCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteOrgCalls(stub func(string, bool, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuota(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRoute(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteRouteArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteRouteCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteRouteCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteRouteMapping(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBinding(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBinding(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBroker(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstance(arg1 string, arg2 bool, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceArgsForCall(i int) (string, bool, bool)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCalls(stub func(string, bool, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceKey(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibility(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrg(arg1 string, arg2 string, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgArgsForCall(i int) (string, string, bool)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCalls(stub func(string, string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomain(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSpace(arg1 string, arg2 bool, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteSpaceArgsForCall(i int) (string, bool, bool)
- func (fake *FakeCloudFoundryClient) DeleteSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteSpaceCalls(stub func(string, bool, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUser(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteUserArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteUserCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteUserCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstance(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUserReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUserReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) Do(arg1 *http.Request) (*http.Response, error)
- func (fake *FakeCloudFoundryClient) DoArgsForCall(i int) *http.Request
- func (fake *FakeCloudFoundryClient) DoCallCount() int
- func (fake *FakeCloudFoundryClient) DoCalls(stub func(*http.Request) (*http.Response, error))
- func (fake *FakeCloudFoundryClient) DoRequest(arg1 *cfclient.Request) (*http.Response, error)
- func (fake *FakeCloudFoundryClient) DoRequestArgsForCall(i int) *cfclient.Request
- func (fake *FakeCloudFoundryClient) DoRequestCallCount() int
- func (fake *FakeCloudFoundryClient) DoRequestCalls(stub func(*cfclient.Request) (*http.Response, error))
- func (fake *FakeCloudFoundryClient) DoRequestReturns(result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoRequestReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirects(arg1 *cfclient.Request) (*http.Response, error)
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsArgsForCall(i int) *cfclient.Request
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCallCount() int
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCalls(stub func(*cfclient.Request) (*http.Response, error))
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturns(result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoReturns(result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppBits(arg1 string) (io.ReadCloser, error)
- func (fake *FakeCloudFoundryClient) GetAppBitsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppBitsCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppBitsCalls(stub func(string) (io.ReadCloser, error))
- func (fake *FakeCloudFoundryClient) GetAppBitsReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppBitsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuid(arg1 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppByGuidCalls(stub func(string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCall(arg1 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCalls(stub func(string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppEnv(arg1 string) (cfclient.AppEnv, error)
- func (fake *FakeCloudFoundryClient) GetAppEnvArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppEnvCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppEnvCalls(stub func(string) (cfclient.AppEnv, error))
- func (fake *FakeCloudFoundryClient) GetAppEnvReturns(result1 cfclient.AppEnv, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppEnvReturnsOnCall(i int, result1 cfclient.AppEnv, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppInstances(arg1 string) (map[string]cfclient.AppInstance, error)
- func (fake *FakeCloudFoundryClient) GetAppInstancesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppInstancesCalls(stub func(string) (map[string]cfclient.AppInstance, error))
- func (fake *FakeCloudFoundryClient) GetAppInstancesReturns(result1 map[string]cfclient.AppInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppInstancesReturnsOnCall(i int, result1 map[string]cfclient.AppInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppRoutes(arg1 string) ([]cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) GetAppRoutesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppRoutesCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppRoutesCalls(stub func(string) ([]cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) GetAppRoutesReturns(result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppStats(arg1 string) (map[string]cfclient.AppStats, error)
- func (fake *FakeCloudFoundryClient) GetAppStatsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppStatsCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppStatsCalls(stub func(string) (map[string]cfclient.AppStats, error))
- func (fake *FakeCloudFoundryClient) GetAppStatsReturns(result1 map[string]cfclient.AppStats, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppStatsReturnsOnCall(i int, result1 map[string]cfclient.AppStats, result2 error)
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuid(arg1 string) (cfclient.Buildpack, error)
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCalls(stub func(string) (cfclient.Buildpack, error))
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturns(result1 cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturnsOnCall(i int, result1 cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) GetDomainByName(arg1 string) (cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) GetDomainByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetDomainByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetDomainByNameCalls(stub func(string) (cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) GetDomainByNameReturns(result1 cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) GetDomainByNameReturnsOnCall(i int, result1 cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) GetInfo() (*cfclient.Info, error)
- func (fake *FakeCloudFoundryClient) GetInfoCallCount() int
- func (fake *FakeCloudFoundryClient) GetInfoCalls(stub func() (*cfclient.Info, error))
- func (fake *FakeCloudFoundryClient) GetInfoReturns(result1 *cfclient.Info, result2 error)
- func (fake *FakeCloudFoundryClient) GetInfoReturnsOnCall(i int, result1 *cfclient.Info, result2 error)
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUID(arg1 string) (*cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCalls(stub func(string) (*cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturns(result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByGuid(arg1 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) GetOrgByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetOrgByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetOrgByGuidCalls(stub func(string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) GetOrgByGuidReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByGuidReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByName(arg1 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) GetOrgByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetOrgByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetOrgByNameCalls(stub func(string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) GetOrgByNameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByNameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByName(arg1 string) (cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCalls(stub func(string) (cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturns(result1 cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturnsOnCall(i int, result1 cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuid(arg1 string) (*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCalls(stub func(string) (*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturns(result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroup(arg1 string) (*cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) GetSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSecGroupByName(arg1 string) (cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameCalls(stub func(string) (cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturns(result1 cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturnsOnCall(i int, result1 cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) GetSecGroupCalls(stub func(string) (*cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) GetSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuid(arg1 string) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCalls(stub func(string) (cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByName(arg1 string) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCalls(stub func(string) (cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceByGuid(arg1 string) (cfclient.Service, error)
- func (fake *FakeCloudFoundryClient) GetServiceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceByGuidCalls(stub func(string) (cfclient.Service, error))
- func (fake *FakeCloudFoundryClient) GetServiceByGuidReturns(result1 cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceByGuidReturnsOnCall(i int, result1 cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuid(arg1 string) (cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCalls(stub func(string) (cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturns(result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByName(arg1 string) (cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCalls(stub func(string) (cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturns(result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuid(arg1 string) ([]cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCalls(stub func(string) ([]cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturns(result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUID(arg1 string) (*cfclient.ServicePlan, error)
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCalls(stub func(string) (*cfclient.ServicePlan, error))
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturns(result1 *cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturnsOnCall(i int, result1 *cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuid(arg1 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCalls(stub func(string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuid(arg1 string) (cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCalls(stub func(string) (cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturns(result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByName(arg1 string) (cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCalls(stub func(string) (cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturns(result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByGuid(arg1 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidCalls(stub func(string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByName(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) GetSpaceByNameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) GetSpaceByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpaceByNameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) GetSpaceByNameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByNameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByName(arg1 string) (cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCalls(stub func(string) (cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturns(result1 cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturnsOnCall(i int, result1 cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetTaskByGuid(arg1 string) (cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) GetTaskByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetTaskByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetTaskByGuidCalls(stub func(string) (cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) GetTaskByGuidReturns(result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) GetTaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) GetToken() (string, error)
- func (fake *FakeCloudFoundryClient) GetTokenCallCount() int
- func (fake *FakeCloudFoundryClient) GetTokenCalls(stub func() (string, error))
- func (fake *FakeCloudFoundryClient) GetTokenReturns(result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetTokenReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserByGUID(arg1 string) (cfclient.User, error)
- func (fake *FakeCloudFoundryClient) GetUserByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetUserByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) GetUserByGUIDCalls(stub func(string) (cfclient.User, error))
- func (fake *FakeCloudFoundryClient) GetUserByGUIDReturns(result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserByGUIDReturnsOnCall(i int, result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) KillAppInstance(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) KillAppInstanceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) KillAppInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) KillAppInstanceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) KillAppInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) KillAppInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ListAllProcesses() ([]cfclient.Process, error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQuery(arg1 url.Values) ([]cfclient.Process, error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCalls(stub func(url.Values) ([]cfclient.Process, error))
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturns(result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesCallCount() int
- func (fake *FakeCloudFoundryClient) ListAllProcessesCalls(stub func() ([]cfclient.Process, error))
- func (fake *FakeCloudFoundryClient) ListAllProcessesReturns(result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEvents(arg1 string) ([]cfclient.AppEventEntity, error)
- func (fake *FakeCloudFoundryClient) ListAppEventsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListAppEventsByQuery(arg1 string, arg2 []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error)
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryArgsForCall(i int) (string, []cfclient.AppEventQuery)
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCalls(stub func(string, []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error))
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturns(result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppEventsCalls(stub func(string) ([]cfclient.AppEventEntity, error))
- func (fake *FakeCloudFoundryClient) ListAppEventsReturns(result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEventsReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEvents() ([]cfclient.AppUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQuery(arg1 url.Values) ([]cfclient.AppUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.AppUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturns(result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsCalls(stub func() ([]cfclient.AppUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturns(result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListApps() ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByQuery(arg1 url.Values) ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListAppsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsByQueryCalls(stub func(url.Values) ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsByQueryReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimits(arg1 url.Values, arg2 int) ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsArgsForCall(i int) (url.Values, int)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCalls(stub func(url.Values, int) ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByRoute(arg1 string) ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByRouteArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListAppsByRouteCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsByRouteCalls(stub func(string) ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsByRouteReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByRouteReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsCalls(stub func() ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListBuildpacks() ([]cfclient.Buildpack, error)
- func (fake *FakeCloudFoundryClient) ListBuildpacksCallCount() int
- func (fake *FakeCloudFoundryClient) ListBuildpacksCalls(stub func() ([]cfclient.Buildpack, error))
- func (fake *FakeCloudFoundryClient) ListBuildpacksReturns(result1 []cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) ListBuildpacksReturnsOnCall(i int, result1 []cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomains() ([]cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ListDomainsByQuery(arg1 url.Values) ([]cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryCalls(stub func(url.Values) ([]cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturns(result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomainsCallCount() int
- func (fake *FakeCloudFoundryClient) ListDomainsCalls(stub func() ([]cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ListDomainsReturns(result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListEvents() ([]cfclient.Event, error)
- func (fake *FakeCloudFoundryClient) ListEventsByQuery(arg1 url.Values) ([]cfclient.Event, error)
- func (fake *FakeCloudFoundryClient) ListEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListEventsByQueryCalls(stub func(url.Values) ([]cfclient.Event, error))
- func (fake *FakeCloudFoundryClient) ListEventsByQueryReturns(result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListEventsByQueryReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListEventsCalls(stub func() ([]cfclient.Event, error))
- func (fake *FakeCloudFoundryClient) ListEventsReturns(result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListEventsReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegments() ([]cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQuery(arg1 url.Values) ([]cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCalls(stub func(url.Values) ([]cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturns(result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCallCount() int
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCalls(stub func() ([]cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturns(result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditors(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgManagersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgManagersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomains(arg1 string) ([]cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCalls(stub func(string) ([]cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturns(result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotas() ([]cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQuery(arg1 url.Values) ([]cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCalls(stub func(url.Values) ([]cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturns(result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgQuotasCalls(stub func() ([]cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) ListOrgQuotasReturns(result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotas(arg1 string) ([]cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCalls(stub func(string) ([]cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgUsersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgUsersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgs() ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListOrgsByQuery(arg1 url.Values) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryCalls(stub func(url.Values) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgsCalls(stub func() ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappings() ([]*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQuery(arg1 url.Values) ([]*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCalls(stub func(url.Values) ([]*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturns(result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsCallCount() int
- func (fake *FakeCloudFoundryClient) ListRouteMappingsCalls(stub func() ([]*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) ListRouteMappingsReturns(result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutes() ([]cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) ListRoutesByQuery(arg1 url.Values) ([]cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryCalls(stub func(url.Values) ([]cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturns(result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutesCallCount() int
- func (fake *FakeCloudFoundryClient) ListRoutesCalls(stub func() ([]cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) ListRoutesReturns(result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRunningSecGroups() ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSecGroups() ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindings() ([]cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQuery(arg1 url.Values) ([]cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturns(result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBindingsCalls(stub func() ([]cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) ListServiceBindingsReturns(result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokers() ([]cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQuery(arg1 url.Values) ([]cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturns(result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBrokersCalls(stub func() ([]cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) ListServiceBrokersReturns(result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstances() ([]cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQuery(arg1 url.Values) ([]cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturns(result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceInstancesCalls(stub func() ([]cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListServiceInstancesReturns(result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeys() ([]cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQuery(arg1 url.Values) ([]cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCalls(stub func(url.Values) ([]cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturns(result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceKeysCalls(stub func() ([]cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) ListServiceKeysReturns(result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilities() ([]cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQuery(arg1 url.Values) ([]cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCalls(stub func() ([]cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlans() ([]cfclient.ServicePlan, error)
- func (fake *FakeCloudFoundryClient) ListServicePlansByQuery(arg1 url.Values) ([]cfclient.ServicePlan, error)
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlan, error))
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturns(result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlansCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlansCalls(stub func() ([]cfclient.ServicePlan, error))
- func (fake *FakeCloudFoundryClient) ListServicePlansReturns(result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlansReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEvents() ([]cfclient.ServiceUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQuery(arg1 url.Values) ([]cfclient.ServiceUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCalls(stub func() ([]cfclient.ServiceUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServices() ([]cfclient.Service, error)
- func (fake *FakeCloudFoundryClient) ListServicesByQuery(arg1 url.Values) ([]cfclient.Service, error)
- func (fake *FakeCloudFoundryClient) ListServicesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServicesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicesByQueryCalls(stub func(url.Values) ([]cfclient.Service, error))
- func (fake *FakeCloudFoundryClient) ListServicesByQueryReturns(result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicesByQueryReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicesCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicesCalls(stub func() ([]cfclient.Service, error))
- func (fake *FakeCloudFoundryClient) ListServicesReturns(result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicesReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomains() ([]cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQuery(arg1 url.Values) ([]cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCalls(stub func(url.Values) ([]cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturns(result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSharedDomainsCalls(stub func() ([]cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) ListSharedDomainsReturns(result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditors(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceManagersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceManagersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotas() ([]cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQuery(arg1 url.Values) ([]cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCalls(stub func(url.Values) ([]cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturns(result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasCalls(stub func() ([]cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroups(arg1 string) ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCalls(stub func(string) ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaces() ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListSpacesByQuery(arg1 url.Values) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryCalls(stub func(url.Values) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpacesCalls(stub func() ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacks() ([]cfclient.Stack, error)
- func (fake *FakeCloudFoundryClient) ListStacksByQuery(arg1 url.Values) ([]cfclient.Stack, error)
- func (fake *FakeCloudFoundryClient) ListStacksByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListStacksByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListStacksByQueryCalls(stub func(url.Values) ([]cfclient.Stack, error))
- func (fake *FakeCloudFoundryClient) ListStacksByQueryReturns(result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacksByQueryReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacksCallCount() int
- func (fake *FakeCloudFoundryClient) ListStacksCalls(stub func() ([]cfclient.Stack, error))
- func (fake *FakeCloudFoundryClient) ListStacksReturns(result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacksReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStagingSecGroups() ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasks() ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) ListTasksByQuery(arg1 url.Values) ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) ListTasksByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListTasksByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListTasksByQueryCalls(stub func(url.Values) ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) ListTasksByQueryReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasksByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasksCallCount() int
- func (fake *FakeCloudFoundryClient) ListTasksCalls(stub func() ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) ListTasksReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasksReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstances() ([]cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQuery(arg1 url.Values) ([]cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCalls(stub func() ([]cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListUserSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListUserSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsers() (cfclient.Users, error)
- func (fake *FakeCloudFoundryClient) ListUsersByQuery(arg1 url.Values) (cfclient.Users, error)
- func (fake *FakeCloudFoundryClient) ListUsersByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListUsersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListUsersByQueryCalls(stub func(url.Values) (cfclient.Users, error))
- func (fake *FakeCloudFoundryClient) ListUsersByQueryReturns(result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsersByQueryReturnsOnCall(i int, result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsersCallCount() int
- func (fake *FakeCloudFoundryClient) ListUsersCalls(stub func() (cfclient.Users, error))
- func (fake *FakeCloudFoundryClient) ListUsersReturns(result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsersReturnsOnCall(i int, result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivate(arg1 string) error
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCallCount() int
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturns(result1 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublic(arg1 string) error
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCallCount() int
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturns(result1 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) MappingAppAndRoute(arg1 cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteArgsForCall(i int) cfclient.RouteMappingRequest
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteCallCount() int
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteCalls(stub func(cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturns(result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) NewRequest(arg1 string, arg2 string) *cfclient.Request
- func (fake *FakeCloudFoundryClient) NewRequestArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) NewRequestCallCount() int
- func (fake *FakeCloudFoundryClient) NewRequestCalls(stub func(string, string) *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestReturns(result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestReturnsOnCall(i int, result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestWithBody(arg1 string, arg2 string, arg3 io.Reader) *cfclient.Request
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyArgsForCall(i int) (string, string, io.Reader)
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyCallCount() int
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyCalls(stub func(string, string, io.Reader) *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturns(result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturnsOnCall(i int, result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) OrgSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) OrgSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) OrgSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) OrgSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) OrgSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) OrgSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrg(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditor(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManager(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManager(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUser(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgUserArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgUserCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditor(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloper(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManager(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrg(arg1 string) error
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCallCount() int
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpace(arg1 string) error
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomain(arg1 string, arg2 string) (*cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCallCount() int
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCalls(stub func(string, string) (*cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturns(result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) StartApp(arg1 string) error
- func (fake *FakeCloudFoundryClient) StartAppArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) StartAppCallCount() int
- func (fake *FakeCloudFoundryClient) StartAppCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) StartAppReturns(result1 error)
- func (fake *FakeCloudFoundryClient) StartAppReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) StopApp(arg1 string) error
- func (fake *FakeCloudFoundryClient) StopAppArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) StopAppCallCount() int
- func (fake *FakeCloudFoundryClient) StopAppCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) StopAppReturns(result1 error)
- func (fake *FakeCloudFoundryClient) StopAppReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) TaskByGuid(arg1 string) (cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) TaskByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) TaskByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) TaskByGuidCalls(stub func(string) (cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) TaskByGuidReturns(result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByApp(arg1 string) ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) TasksByAppArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) TasksByAppByQuery(arg1 string, arg2 url.Values) ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryCalls(stub func(string, url.Values) ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByAppCallCount() int
- func (fake *FakeCloudFoundryClient) TasksByAppCalls(stub func(string) ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) TasksByAppReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByAppReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TerminateTask(arg1 string) error
- func (fake *FakeCloudFoundryClient) TerminateTaskArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) TerminateTaskCallCount() int
- func (fake *FakeCloudFoundryClient) TerminateTaskCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) TerminateTaskReturns(result1 error)
- func (fake *FakeCloudFoundryClient) TerminateTaskReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) TotalEvents() (int, error)
- func (fake *FakeCloudFoundryClient) TotalEventsByQuery(arg1 url.Values) (int, error)
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryCalls(stub func(url.Values) (int, error))
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturns(result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) TotalEventsCallCount() int
- func (fake *FakeCloudFoundryClient) TotalEventsCalls(stub func() (int, error))
- func (fake *FakeCloudFoundryClient) TotalEventsReturns(result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) TotalEventsReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UnbindSecGroup(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) UnbindSecGroupArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) UnbindSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UnbindSecGroupCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) UnbindSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnbindSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomain(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCallCount() int
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UpdateApp(arg1 string, arg2 cfclient.AppUpdateResource) (cfclient.UpdateResponse, error)
- func (fake *FakeCloudFoundryClient) UpdateAppArgsForCall(i int) (string, cfclient.AppUpdateResource)
- func (fake *FakeCloudFoundryClient) UpdateAppCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateAppCalls(stub func(string, cfclient.AppUpdateResource) (cfclient.UpdateResponse, error))
- func (fake *FakeCloudFoundryClient) UpdateAppReturns(result1 cfclient.UpdateResponse, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateAppReturnsOnCall(i int, result1 cfclient.UpdateResponse, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrg(arg1 string, arg2 cfclient.OrgRequest) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) UpdateOrgArgsForCall(i int) (string, cfclient.OrgRequest)
- func (fake *FakeCloudFoundryClient) UpdateOrgCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateOrgCalls(stub func(string, cfclient.OrgRequest) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) UpdateOrgQuota(arg1 string, arg2 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaArgsForCall(i int) (string, cfclient.OrgQuotaRequest)
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCalls(stub func(string, cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrgReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSecGroup(arg1 string, arg2 string, arg3 []cfclient.SecGroupRule, arg4 []string) (*cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupArgsForCall(i int) (string, string, []cfclient.SecGroupRule, []string)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateSecGroupCalls(...)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceBroker(arg1 string, arg2 cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerArgsForCall(i int) (string, cfclient.UpdateServiceBrokerRequest)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCalls(...)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstance(arg1 string, arg2 io.Reader, arg3 bool) error
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceArgsForCall(i int) (string, io.Reader, bool)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceCalls(stub func(string, io.Reader, bool) error)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibility(arg1 string, arg2 string, arg3 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCalls(stub func(string, string, string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpace(arg1 string, arg2 cfclient.SpaceRequest) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceArgsForCall(i int) (string, cfclient.SpaceRequest)
- func (fake *FakeCloudFoundryClient) UpdateSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateSpaceCalls(stub func(string, cfclient.SpaceRequest) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuota(arg1 string, arg2 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaArgsForCall(i int) (string, cfclient.SpaceQuotaRequest)
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCalls(stub func(string, cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstance(arg1 string, arg2 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceArgsForCall(i int) (string, cfclient.UserProvidedServiceInstanceRequest)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCalls(...)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) UploadAppBits(arg1 io.Reader, arg2 string) error
- func (fake *FakeCloudFoundryClient) UploadAppBitsArgsForCall(i int) (io.Reader, string)
- func (fake *FakeCloudFoundryClient) UploadAppBitsCallCount() int
- func (fake *FakeCloudFoundryClient) UploadAppBitsCalls(stub func(io.Reader, string) error)
- func (fake *FakeCloudFoundryClient) UploadAppBitsReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UploadAppBitsReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCloudFoundryClient ¶
type FakeCloudFoundryClient struct { AddIsolationSegmentToOrgStub func(string, string) error AddIsolationSegmentToSpaceStub func(string, string) error AppByGuidStub func(string) (cfclient.App, error) AppByNameStub func(string, string, string) (cfclient.App, error) AssignSpaceQuotaStub func(string, string) error AssociateOrgAuditorStub func(string, string) (cfclient.Org, error) AssociateOrgAuditorByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgAuditorByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateOrgBillingManagerStub func(string, string) (cfclient.Org, error) AssociateOrgBillingManagerByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgBillingManagerByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateOrgManagerStub func(string, string) (cfclient.Org, error) AssociateOrgManagerByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgManagerByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateOrgUserStub func(string, string) (cfclient.Org, error) AssociateOrgUserByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgUserByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateSpaceAuditorStub func(string, string) (cfclient.Space, error) AssociateSpaceAuditorByUsernameStub func(string, string) (cfclient.Space, error) AssociateSpaceAuditorByUsernameAndOriginStub func(string, string, string) (cfclient.Space, error) AssociateSpaceDeveloperStub func(string, string) (cfclient.Space, error) AssociateSpaceDeveloperByUsernameStub func(string, string) (cfclient.Space, error) AssociateSpaceDeveloperByUsernameAndOriginStub func(string, string, string) (cfclient.Space, error) AssociateSpaceManagerStub func(string, string) (cfclient.Space, error) AssociateSpaceManagerByUsernameStub func(string, string) (cfclient.Space, error) AssociateSpaceManagerByUsernameAndOriginStub func(string, string, string) (cfclient.Space, error) BindRouteStub func(string, string) error BindRunningSecGroupStub func(string) error BindSecGroupStub func(string, string) error BindStagingSecGroupStub func(string) error BindStagingSecGroupToSpaceStub func(string, string) error CreateAppStub func(cfclient.AppCreateRequest) (cfclient.App, error) CreateBuildpackStub func(*cfclient.BuildpackRequest) (*cfclient.Buildpack, error) CreateDomainStub func(string, string) (*cfclient.Domain, error) CreateIsolationSegmentStub func(string) (*cfclient.IsolationSegment, error) CreateOrgStub func(cfclient.OrgRequest) (cfclient.Org, error) CreateOrgQuotaStub func(cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error) CreateRouteStub func(cfclient.RouteRequest) (cfclient.Route, error) CreateRouteServiceBindingStub func(string, string) error CreateSecGroupStub func(string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error) CreateServiceBindingStub func(string, string) (*cfclient.ServiceBinding, error) CreateServiceBrokerStub func(cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error) CreateServiceInstanceStub func(cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error) CreateServiceKeyStub func(cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error) CreateServicePlanVisibilityStub func(string, string) (cfclient.ServicePlanVisibility, error) CreateServicePlanVisibilityByUniqueIdStub func(string, string) (cfclient.ServicePlanVisibility, error) CreateSpaceStub func(cfclient.SpaceRequest) (cfclient.Space, error) CreateSpaceQuotaStub func(cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error) CreateTaskStub func(cfclient.TaskRequest) (cfclient.Task, error) CreateTcpRouteStub func(cfclient.RouteRequest) (cfclient.Route, error) CreateUserStub func(cfclient.UserRequest) (cfclient.User, error) CreateUserProvidedServiceInstanceStub func(cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error) DefaultIsolationSegmentForOrgStub func(string, string) error DeleteBuildpackStub func(string, bool) error DeleteDomainStub func(string) error DeleteIsolationSegmentByGUIDStub func(string) error DeleteOrgStub func(string, bool, bool) error DeleteOrgQuotaStub func(string, bool) error DeleteRouteStub func(string) error DeleteRouteMappingStub func(string) error DeleteRouteServiceBindingStub func(string, string) error DeleteSecGroupStub func(string) error DeleteServiceBindingStub func(string) error DeleteServiceBrokerStub func(string) error DeleteServiceInstanceStub func(string, bool, bool) error DeleteServiceKeyStub func(string) error DeleteServicePlanVisibilityStub func(string, bool) error DeleteServicePlanVisibilityByPlanAndOrgStub func(string, string, bool) error DeleteSpaceStub func(string, bool, bool) error DeleteUserStub func(string) error DeleteUserProvidedServiceInstanceStub func(string) error DoStub func(*http.Request) (*http.Response, error) DoRequestStub func(*cfclient.Request) (*http.Response, error) DoRequestWithoutRedirectsStub func(*cfclient.Request) (*http.Response, error) GetAppBitsStub func(string) (io.ReadCloser, error) GetAppByGuidStub func(string) (cfclient.App, error) GetAppByGuidNoInlineCallStub func(string) (cfclient.App, error) GetAppEnvStub func(string) (cfclient.AppEnv, error) GetAppInstancesStub func(string) (map[string]cfclient.AppInstance, error) GetAppRoutesStub func(string) ([]cfclient.Route, error) GetAppStatsStub func(string) (map[string]cfclient.AppStats, error) GetBuildpackByGuidStub func(string) (cfclient.Buildpack, error) GetDomainByNameStub func(string) (cfclient.Domain, error) GetInfoStub func() (*cfclient.Info, error) GetIsolationSegmentByGUIDStub func(string) (*cfclient.IsolationSegment, error) GetOrgByGuidStub func(string) (cfclient.Org, error) GetOrgByNameStub func(string) (cfclient.Org, error) GetOrgQuotaByNameStub func(string) (cfclient.OrgQuota, error) GetRouteMappingByGuidStub func(string) (*cfclient.RouteMapping, error) GetRunningEnvironmentVariableGroupStub func() (cfclient.EnvironmentVariableGroup, error) GetSecGroupStub func(string) (*cfclient.SecGroup, error) GetSecGroupByNameStub func(string) (cfclient.SecGroup, error) GetServiceBindingByGuidStub func(string) (cfclient.ServiceBinding, error) GetServiceBrokerByGuidStub func(string) (cfclient.ServiceBroker, error) GetServiceBrokerByNameStub func(string) (cfclient.ServiceBroker, error) GetServiceByGuidStub func(string) (cfclient.Service, error) GetServiceInstanceByGuidStub func(string) (cfclient.ServiceInstance, error) GetServiceKeyByInstanceGuidStub func(string) (cfclient.ServiceKey, error) GetServiceKeyByNameStub func(string) (cfclient.ServiceKey, error) GetServiceKeysByInstanceGuidStub func(string) ([]cfclient.ServiceKey, error) GetServicePlanByGUIDStub func(string) (*cfclient.ServicePlan, error) GetServicePlanVisibilityByGuidStub func(string) (cfclient.ServicePlanVisibility, error) GetSpaceByGuidStub func(string) (cfclient.Space, error) GetSpaceByNameStub func(string, string) (cfclient.Space, error) GetSpaceQuotaByNameStub func(string) (cfclient.SpaceQuota, error) GetStagingEnvironmentVariableGroupStub func() (cfclient.EnvironmentVariableGroup, error) GetTaskByGuidStub func(string) (cfclient.Task, error) GetTokenStub func() (string, error) GetUserByGUIDStub func(string) (cfclient.User, error) GetUserProvidedServiceInstanceByGuidStub func(string) (cfclient.UserProvidedServiceInstance, error) IsolationSegmentForSpaceStub func(string, string) error KillAppInstanceStub func(string, string) error ListAllProcessesStub func() ([]cfclient.Process, error) ListAllProcessesByQueryStub func(url.Values) ([]cfclient.Process, error) ListAppEventsStub func(string) ([]cfclient.AppEventEntity, error) ListAppEventsByQueryStub func(string, []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error) ListAppUsageEventsStub func() ([]cfclient.AppUsageEvent, error) ListAppUsageEventsByQueryStub func(url.Values) ([]cfclient.AppUsageEvent, error) ListAppsStub func() ([]cfclient.App, error) ListAppsByQueryStub func(url.Values) ([]cfclient.App, error) ListAppsByQueryWithLimitsStub func(url.Values, int) ([]cfclient.App, error) ListAppsByRouteStub func(string) ([]cfclient.App, error) ListBuildpacksStub func() ([]cfclient.Buildpack, error) ListDomainsStub func() ([]cfclient.Domain, error) ListDomainsByQueryStub func(url.Values) ([]cfclient.Domain, error) ListEventsStub func() ([]cfclient.Event, error) ListEventsByQueryStub func(url.Values) ([]cfclient.Event, error) ListIsolationSegmentsStub func() ([]cfclient.IsolationSegment, error) ListIsolationSegmentsByQueryStub func(url.Values) ([]cfclient.IsolationSegment, error) ListOrgAuditorsStub func(string) ([]cfclient.User, error) ListOrgAuditorsByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgBillingManagersStub func(string) ([]cfclient.User, error) ListOrgBillingManagersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgManagersStub func(string) ([]cfclient.User, error) ListOrgManagersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgPrivateDomainsStub func(string) ([]cfclient.Domain, error) ListOrgQuotasStub func() ([]cfclient.OrgQuota, error) ListOrgQuotasByQueryStub func(url.Values) ([]cfclient.OrgQuota, error) ListOrgSpaceQuotasStub func(string) ([]cfclient.SpaceQuota, error) ListOrgUsersStub func(string) ([]cfclient.User, error) ListOrgUsersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgsStub func() ([]cfclient.Org, error) ListOrgsByQueryStub func(url.Values) ([]cfclient.Org, error) ListRouteMappingsStub func() ([]*cfclient.RouteMapping, error) ListRouteMappingsByQueryStub func(url.Values) ([]*cfclient.RouteMapping, error) ListRoutesStub func() ([]cfclient.Route, error) ListRoutesByQueryStub func(url.Values) ([]cfclient.Route, error) ListRunningSecGroupsStub func() ([]cfclient.SecGroup, error) ListSecGroupsStub func() ([]cfclient.SecGroup, error) ListServiceBindingsStub func() ([]cfclient.ServiceBinding, error) ListServiceBindingsByQueryStub func(url.Values) ([]cfclient.ServiceBinding, error) ListServiceBrokersStub func() ([]cfclient.ServiceBroker, error) ListServiceBrokersByQueryStub func(url.Values) ([]cfclient.ServiceBroker, error) ListServiceInstancesStub func() ([]cfclient.ServiceInstance, error) ListServiceInstancesByQueryStub func(url.Values) ([]cfclient.ServiceInstance, error) ListServiceKeysStub func() ([]cfclient.ServiceKey, error) ListServiceKeysByQueryStub func(url.Values) ([]cfclient.ServiceKey, error) ListServicePlanVisibilitiesStub func() ([]cfclient.ServicePlanVisibility, error) ListServicePlanVisibilitiesByQueryStub func(url.Values) ([]cfclient.ServicePlanVisibility, error) ListServicePlansStub func() ([]cfclient.ServicePlan, error) ListServicePlansByQueryStub func(url.Values) ([]cfclient.ServicePlan, error) ListServiceUsageEventsStub func() ([]cfclient.ServiceUsageEvent, error) ListServiceUsageEventsByQueryStub func(url.Values) ([]cfclient.ServiceUsageEvent, error) ListServicesStub func() ([]cfclient.Service, error) ListServicesByQueryStub func(url.Values) ([]cfclient.Service, error) ListSpaceAuditorsStub func(string) ([]cfclient.User, error) ListSpaceAuditorsByQueryStub func(string, url.Values) ([]cfclient.User, error) ListSpaceDevelopersStub func(string) ([]cfclient.User, error) ListSpaceDevelopersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListSpaceManagersStub func(string) ([]cfclient.User, error) ListSpaceManagersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListSpaceQuotasStub func() ([]cfclient.SpaceQuota, error) ListSpaceQuotasByQueryStub func(url.Values) ([]cfclient.SpaceQuota, error) ListSpaceSecGroupsStub func(string) ([]cfclient.SecGroup, error) ListSpacesStub func() ([]cfclient.Space, error) ListSpacesByQueryStub func(url.Values) ([]cfclient.Space, error) ListStacksStub func() ([]cfclient.Stack, error) ListStacksByQueryStub func(url.Values) ([]cfclient.Stack, error) ListStagingSecGroupsStub func() ([]cfclient.SecGroup, error) ListTasksStub func() ([]cfclient.Task, error) ListTasksByQueryStub func(url.Values) ([]cfclient.Task, error) ListUserAuditedOrgsStub func(string) ([]cfclient.Org, error) ListUserAuditedSpacesStub func(string) ([]cfclient.Space, error) ListUserBillingManagedOrgsStub func(string) ([]cfclient.Org, error) ListUserManagedOrgsStub func(string) ([]cfclient.Org, error) ListUserManagedSpacesStub func(string) ([]cfclient.Space, error) ListUserOrgsStub func(string) ([]cfclient.Org, error) ListUserProvidedServiceInstancesStub func() ([]cfclient.UserProvidedServiceInstance, error) ListUserProvidedServiceInstancesByQueryStub func(url.Values) ([]cfclient.UserProvidedServiceInstance, error) ListUserSpacesStub func(string) ([]cfclient.Space, error) ListUsersStub func() (cfclient.Users, error) ListUsersByQueryStub func(url.Values) (cfclient.Users, error) MakeServicePlanPrivateStub func(string) error MakeServicePlanPublicStub func(string) error MappingAppAndRouteStub func(cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error) NewRequestStub func(string, string) *cfclient.Request NewRequestWithBodyStub func(string, string, io.Reader) *cfclient.Request OrgSpacesStub func(string) ([]cfclient.Space, error) RemoveIsolationSegmentFromOrgStub func(string, string) error RemoveIsolationSegmentFromSpaceStub func(string, string) error RemoveOrgAuditorStub func(string, string) error RemoveOrgAuditorByUsernameStub func(string, string) error RemoveOrgAuditorByUsernameAndOriginStub func(string, string, string) error RemoveOrgBillingManagerStub func(string, string) error RemoveOrgBillingManagerByUsernameStub func(string, string) error RemoveOrgBillingManagerByUsernameAndOriginStub func(string, string, string) error RemoveOrgManagerStub func(string, string) error RemoveOrgManagerByUsernameStub func(string, string) error RemoveOrgManagerByUsernameAndOriginStub func(string, string, string) error RemoveOrgUserStub func(string, string) error RemoveOrgUserByUsernameStub func(string, string) error RemoveOrgUserByUsernameAndOriginStub func(string, string, string) error RemoveSpaceAuditorStub func(string, string) error RemoveSpaceAuditorByUsernameStub func(string, string) error RemoveSpaceAuditorByUsernameAndOriginStub func(string, string, string) error RemoveSpaceDeveloperStub func(string, string) error RemoveSpaceDeveloperByUsernameStub func(string, string) error RemoveSpaceDeveloperByUsernameAndOriginStub func(string, string, string) error RemoveSpaceManagerStub func(string, string) error RemoveSpaceManagerByUsernameStub func(string, string) error RemoveSpaceManagerByUsernameAndOriginStub func(string, string, string) error ResetDefaultIsolationSegmentForOrgStub func(string) error ResetIsolationSegmentForSpaceStub func(string) error ServiceBindingByGuidStub func(string) (cfclient.ServiceBinding, error) ServiceInstanceByGuidStub func(string) (cfclient.ServiceInstance, error) SetRunningEnvironmentVariableGroupStub func(cfclient.EnvironmentVariableGroup) error SetStagingEnvironmentVariableGroupStub func(cfclient.EnvironmentVariableGroup) error StartAppStub func(string) error StopAppStub func(string) error TaskByGuidStub func(string) (cfclient.Task, error) TasksByAppStub func(string) ([]cfclient.Task, error) TasksByAppByQueryStub func(string, url.Values) ([]cfclient.Task, error) TerminateTaskStub func(string) error TotalEventsStub func() (int, error) TotalEventsByQueryStub func(url.Values) (int, error) UnbindRunningSecGroupStub func(string) error UnbindSecGroupStub func(string, string) error UnbindStagingSecGroupStub func(string) error UpdateAppStub func(string, cfclient.AppUpdateResource) (cfclient.UpdateResponse, error) UpdateOrgStub func(string, cfclient.OrgRequest) (cfclient.Org, error) UpdateOrgQuotaStub func(string, cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error) UpdateSecGroupStub func(string, string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error) UpdateServiceBrokerStub func(string, cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error) UpdateServiceInstanceStub func(string, io.Reader, bool) error UpdateServicePlanVisibilityStub func(string, string, string) (cfclient.ServicePlanVisibility, error) UpdateSpaceStub func(string, cfclient.SpaceRequest) (cfclient.Space, error) UpdateSpaceQuotaStub func(string, cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error) UpdateUserProvidedServiceInstanceStub func(string, cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error) UploadAppBitsStub func(io.Reader, string) error UserProvidedServiceInstanceByGuidStub func(string) (cfclient.UserProvidedServiceInstance, error) // contains filtered or unexported fields }
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrg ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrg(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgCallCount ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCallCount() int
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgCalls ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgReturns ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturns(result1 error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpace ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCallCount() int
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceCalls ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturns ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) AppByGuid ¶
func (fake *FakeCloudFoundryClient) AppByGuid(arg1 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) AppByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) AppByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) AppByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) AppByGuidCallCount() int
func (*FakeCloudFoundryClient) AppByGuidCalls ¶
func (fake *FakeCloudFoundryClient) AppByGuidCalls(stub func(string) (cfclient.App, error))
func (*FakeCloudFoundryClient) AppByGuidReturns ¶
func (fake *FakeCloudFoundryClient) AppByGuidReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AppByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AppByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AppByNameArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AppByNameCallCount ¶
func (fake *FakeCloudFoundryClient) AppByNameCallCount() int
func (*FakeCloudFoundryClient) AppByNameCalls ¶
func (*FakeCloudFoundryClient) AppByNameReturns ¶
func (fake *FakeCloudFoundryClient) AppByNameReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AppByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AppByNameReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AssignSpaceQuota ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuota(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) AssignSpaceQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssignSpaceQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCallCount() int
func (*FakeCloudFoundryClient) AssignSpaceQuotaCalls ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) AssignSpaceQuotaReturns ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturns(result1 error)
func (*FakeCloudFoundryClient) AssignSpaceQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditor ¶
func (*FakeCloudFoundryClient) AssociateOrgAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsername ¶
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgAuditorCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgAuditorReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManager ¶
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsername ¶
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManager ¶
func (*FakeCloudFoundryClient) AssociateOrgManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsername ¶
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgManagerCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgManagerReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUser ¶
func (*FakeCloudFoundryClient) AssociateOrgUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsername ¶
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgUserCalls ¶
func (*FakeCloudFoundryClient) AssociateOrgUserReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditor ¶
func (*FakeCloudFoundryClient) AssociateSpaceAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsername ¶
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceAuditorCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceAuditorReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloper ¶
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsername ¶
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManager ¶
func (*FakeCloudFoundryClient) AssociateSpaceManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsername ¶
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOrigin ¶
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceManagerCalls ¶
func (*FakeCloudFoundryClient) AssociateSpaceManagerReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) BindRoute ¶
func (fake *FakeCloudFoundryClient) BindRoute(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) BindRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindRouteArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) BindRouteCallCount ¶
func (fake *FakeCloudFoundryClient) BindRouteCallCount() int
func (*FakeCloudFoundryClient) BindRouteCalls ¶
func (fake *FakeCloudFoundryClient) BindRouteCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) BindRouteReturns ¶
func (fake *FakeCloudFoundryClient) BindRouteReturns(result1 error)
func (*FakeCloudFoundryClient) BindRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindRouteReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindRunningSecGroup ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) BindRunningSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) BindRunningSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupCallCount() int
func (*FakeCloudFoundryClient) BindRunningSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) BindRunningSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) BindRunningSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindSecGroup ¶
func (fake *FakeCloudFoundryClient) BindSecGroup(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) BindSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindSecGroupArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) BindSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) BindSecGroupCallCount() int
func (*FakeCloudFoundryClient) BindSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) BindSecGroupCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) BindSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) BindSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) BindSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroup ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) BindStagingSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) BindStagingSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupCallCount() int
func (*FakeCloudFoundryClient) BindStagingSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) BindStagingSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpace ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCallCount() int
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceCalls ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturns ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) CreateApp ¶
func (fake *FakeCloudFoundryClient) CreateApp(arg1 cfclient.AppCreateRequest) (cfclient.App, error)
func (*FakeCloudFoundryClient) CreateAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateAppArgsForCall(i int) cfclient.AppCreateRequest
func (*FakeCloudFoundryClient) CreateAppCallCount ¶
func (fake *FakeCloudFoundryClient) CreateAppCallCount() int
func (*FakeCloudFoundryClient) CreateAppCalls ¶
func (fake *FakeCloudFoundryClient) CreateAppCalls(stub func(cfclient.AppCreateRequest) (cfclient.App, error))
func (*FakeCloudFoundryClient) CreateAppReturns ¶
func (fake *FakeCloudFoundryClient) CreateAppReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) CreateAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateAppReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) CreateBuildpack ¶
func (fake *FakeCloudFoundryClient) CreateBuildpack(arg1 *cfclient.BuildpackRequest) (*cfclient.Buildpack, error)
func (*FakeCloudFoundryClient) CreateBuildpackArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackArgsForCall(i int) *cfclient.BuildpackRequest
func (*FakeCloudFoundryClient) CreateBuildpackCallCount ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackCallCount() int
func (*FakeCloudFoundryClient) CreateBuildpackCalls ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackCalls(stub func(*cfclient.BuildpackRequest) (*cfclient.Buildpack, error))
func (*FakeCloudFoundryClient) CreateBuildpackReturns ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackReturns(result1 *cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) CreateBuildpackReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackReturnsOnCall(i int, result1 *cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) CreateDomain ¶
func (*FakeCloudFoundryClient) CreateDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateDomainArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateDomainCallCount ¶
func (fake *FakeCloudFoundryClient) CreateDomainCallCount() int
func (*FakeCloudFoundryClient) CreateDomainCalls ¶
func (*FakeCloudFoundryClient) CreateDomainReturns ¶
func (fake *FakeCloudFoundryClient) CreateDomainReturns(result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) CreateDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) CreateIsolationSegment ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegment(arg1 string) (*cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) CreateIsolationSegmentArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentArgsForCall(i int) string
func (*FakeCloudFoundryClient) CreateIsolationSegmentCallCount ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCallCount() int
func (*FakeCloudFoundryClient) CreateIsolationSegmentCalls ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCalls(stub func(string) (*cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) CreateIsolationSegmentReturns ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturns(result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) CreateIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) CreateOrg ¶
func (fake *FakeCloudFoundryClient) CreateOrg(arg1 cfclient.OrgRequest) (cfclient.Org, error)
func (*FakeCloudFoundryClient) CreateOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgArgsForCall(i int) cfclient.OrgRequest
func (*FakeCloudFoundryClient) CreateOrgCallCount ¶
func (fake *FakeCloudFoundryClient) CreateOrgCallCount() int
func (*FakeCloudFoundryClient) CreateOrgCalls ¶
func (fake *FakeCloudFoundryClient) CreateOrgCalls(stub func(cfclient.OrgRequest) (cfclient.Org, error))
func (*FakeCloudFoundryClient) CreateOrgQuota ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuota(arg1 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) CreateOrgQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaArgsForCall(i int) cfclient.OrgQuotaRequest
func (*FakeCloudFoundryClient) CreateOrgQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaCallCount() int
func (*FakeCloudFoundryClient) CreateOrgQuotaCalls ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaCalls(stub func(cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) CreateOrgQuotaReturns ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) CreateOrgQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) CreateOrgReturns ¶
func (fake *FakeCloudFoundryClient) CreateOrgReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) CreateOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) CreateRoute ¶
func (fake *FakeCloudFoundryClient) CreateRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
func (*FakeCloudFoundryClient) CreateRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteArgsForCall(i int) cfclient.RouteRequest
func (*FakeCloudFoundryClient) CreateRouteCallCount ¶
func (fake *FakeCloudFoundryClient) CreateRouteCallCount() int
func (*FakeCloudFoundryClient) CreateRouteCalls ¶
func (fake *FakeCloudFoundryClient) CreateRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
func (*FakeCloudFoundryClient) CreateRouteReturns ¶
func (fake *FakeCloudFoundryClient) CreateRouteReturns(result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateRouteServiceBinding ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBinding(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) CreateRouteServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateRouteServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCallCount() int
func (*FakeCloudFoundryClient) CreateRouteServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) CreateRouteServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturns(result1 error)
func (*FakeCloudFoundryClient) CreateRouteServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) CreateSecGroup ¶
func (fake *FakeCloudFoundryClient) CreateSecGroup(arg1 string, arg2 []cfclient.SecGroupRule, arg3 []string) (*cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) CreateSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupArgsForCall(i int) (string, []cfclient.SecGroupRule, []string)
func (*FakeCloudFoundryClient) CreateSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupCallCount() int
func (*FakeCloudFoundryClient) CreateSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupCalls(stub func(string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) CreateSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) CreateSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBinding ¶
func (fake *FakeCloudFoundryClient) CreateServiceBinding(arg1 string, arg2 string) (*cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) CreateServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingCallCount() int
func (*FakeCloudFoundryClient) CreateServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingCalls(stub func(string, string) (*cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) CreateServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingReturns(result1 *cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingReturnsOnCall(i int, result1 *cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBroker ¶
func (fake *FakeCloudFoundryClient) CreateServiceBroker(arg1 cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) CreateServiceBrokerArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerArgsForCall(i int) cfclient.CreateServiceBrokerRequest
func (*FakeCloudFoundryClient) CreateServiceBrokerCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerCallCount() int
func (*FakeCloudFoundryClient) CreateServiceBrokerCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerCalls(stub func(cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) CreateServiceBrokerReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBrokerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) CreateServiceInstance ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstance(arg1 cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) CreateServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceArgsForCall(i int) cfclient.ServiceInstanceRequest
func (*FakeCloudFoundryClient) CreateServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) CreateServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceCalls(stub func(cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) CreateServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturns(result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateServiceKey ¶
func (fake *FakeCloudFoundryClient) CreateServiceKey(arg1 cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) CreateServiceKeyArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyArgsForCall(i int) cfclient.CreateServiceKeyRequest
func (*FakeCloudFoundryClient) CreateServiceKeyCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyCallCount() int
func (*FakeCloudFoundryClient) CreateServiceKeyCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyCalls(stub func(cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) CreateServiceKeyReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyReturns(result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) CreateServiceKeyReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibility ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibility(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueId ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueId(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCallCount() int
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCalls ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturns ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCallCount() int
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityCalls ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityReturns ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateSharedDomain ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomain(arg1 string, arg2 bool, arg3 string) (*cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) CreateSharedDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainArgsForCall(i int) (string, bool, string)
func (*FakeCloudFoundryClient) CreateSharedDomainCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainCallCount() int
func (*FakeCloudFoundryClient) CreateSharedDomainCalls ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainCalls(stub func(string, bool, string) (*cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) CreateSharedDomainReturns ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainReturns(result1 *cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) CreateSharedDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainReturnsOnCall(i int, result1 *cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) CreateSpace ¶
func (fake *FakeCloudFoundryClient) CreateSpace(arg1 cfclient.SpaceRequest) (cfclient.Space, error)
func (*FakeCloudFoundryClient) CreateSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceArgsForCall(i int) cfclient.SpaceRequest
func (*FakeCloudFoundryClient) CreateSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSpaceCallCount() int
func (*FakeCloudFoundryClient) CreateSpaceCalls ¶
func (fake *FakeCloudFoundryClient) CreateSpaceCalls(stub func(cfclient.SpaceRequest) (cfclient.Space, error))
func (*FakeCloudFoundryClient) CreateSpaceQuota ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuota(arg1 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) CreateSpaceQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaArgsForCall(i int) cfclient.SpaceQuotaRequest
func (*FakeCloudFoundryClient) CreateSpaceQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCallCount() int
func (*FakeCloudFoundryClient) CreateSpaceQuotaCalls ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCalls(stub func(cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) CreateSpaceQuotaReturns ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) CreateSpaceQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) CreateSpaceReturns ¶
func (fake *FakeCloudFoundryClient) CreateSpaceReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) CreateSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) CreateTask ¶
func (fake *FakeCloudFoundryClient) CreateTask(arg1 cfclient.TaskRequest) (cfclient.Task, error)
func (*FakeCloudFoundryClient) CreateTaskArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateTaskArgsForCall(i int) cfclient.TaskRequest
func (*FakeCloudFoundryClient) CreateTaskCallCount ¶
func (fake *FakeCloudFoundryClient) CreateTaskCallCount() int
func (*FakeCloudFoundryClient) CreateTaskCalls ¶
func (fake *FakeCloudFoundryClient) CreateTaskCalls(stub func(cfclient.TaskRequest) (cfclient.Task, error))
func (*FakeCloudFoundryClient) CreateTaskReturns ¶
func (fake *FakeCloudFoundryClient) CreateTaskReturns(result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) CreateTaskReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateTaskReturnsOnCall(i int, result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) CreateTcpRoute ¶
func (fake *FakeCloudFoundryClient) CreateTcpRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
func (*FakeCloudFoundryClient) CreateTcpRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteArgsForCall(i int) cfclient.RouteRequest
func (*FakeCloudFoundryClient) CreateTcpRouteCallCount ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteCallCount() int
func (*FakeCloudFoundryClient) CreateTcpRouteCalls ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
func (*FakeCloudFoundryClient) CreateTcpRouteReturns ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteReturns(result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateTcpRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateUser ¶
func (fake *FakeCloudFoundryClient) CreateUser(arg1 cfclient.UserRequest) (cfclient.User, error)
func (*FakeCloudFoundryClient) CreateUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateUserArgsForCall(i int) cfclient.UserRequest
func (*FakeCloudFoundryClient) CreateUserCallCount ¶
func (fake *FakeCloudFoundryClient) CreateUserCallCount() int
func (*FakeCloudFoundryClient) CreateUserCalls ¶
func (fake *FakeCloudFoundryClient) CreateUserCalls(stub func(cfclient.UserRequest) (cfclient.User, error))
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstance ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstance(arg1 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceArgsForCall(i int) cfclient.UserProvidedServiceInstanceRequest
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCalls(stub func(cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateUserReturns ¶
func (fake *FakeCloudFoundryClient) CreateUserReturns(result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) CreateUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateUserReturnsOnCall(i int, result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrg ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrg(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCallCount ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCallCount() int
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCalls ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturns ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturns(result1 error)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteBuildpack ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpack(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteBuildpackArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteBuildpackCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackCallCount() int
func (*FakeCloudFoundryClient) DeleteBuildpackCalls ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteBuildpackReturns ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteBuildpackReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteDomain ¶
func (fake *FakeCloudFoundryClient) DeleteDomain(arg1 string) error
func (*FakeCloudFoundryClient) DeleteDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteDomainArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteDomainCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteDomainCallCount() int
func (*FakeCloudFoundryClient) DeleteDomainCalls ¶
func (fake *FakeCloudFoundryClient) DeleteDomainCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteDomainReturns ¶
func (fake *FakeCloudFoundryClient) DeleteDomainReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteDomainReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUID ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUID(arg1 string) error
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCallCount() int
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteOrg ¶
func (fake *FakeCloudFoundryClient) DeleteOrg(arg1 string, arg2 bool, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgArgsForCall(i int) (string, bool, bool)
func (*FakeCloudFoundryClient) DeleteOrgCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteOrgCallCount() int
func (*FakeCloudFoundryClient) DeleteOrgCalls ¶
func (fake *FakeCloudFoundryClient) DeleteOrgCalls(stub func(string, bool, bool) error)
func (*FakeCloudFoundryClient) DeleteOrgQuota ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuota(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteOrgQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteOrgQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCallCount() int
func (*FakeCloudFoundryClient) DeleteOrgQuotaCalls ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteOrgQuotaReturns ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteOrgQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteOrgReturns ¶
func (fake *FakeCloudFoundryClient) DeleteOrgReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteRoute ¶
func (fake *FakeCloudFoundryClient) DeleteRoute(arg1 string) error
func (*FakeCloudFoundryClient) DeleteRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteRouteCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteRouteCallCount() int
func (*FakeCloudFoundryClient) DeleteRouteCalls ¶
func (fake *FakeCloudFoundryClient) DeleteRouteCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteRouteMapping ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMapping(arg1 string) error
func (*FakeCloudFoundryClient) DeleteRouteMappingArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteRouteMappingCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingCallCount() int
func (*FakeCloudFoundryClient) DeleteRouteMappingCalls ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteRouteMappingReturns ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteRouteMappingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteRouteReturns ¶
func (fake *FakeCloudFoundryClient) DeleteRouteReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteRouteServiceBinding ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBinding(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCallCount() int
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteSecGroup ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) DeleteSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupCallCount() int
func (*FakeCloudFoundryClient) DeleteSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBinding ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBinding(arg1 string) error
func (*FakeCloudFoundryClient) DeleteServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBroker ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBroker(arg1 string) error
func (*FakeCloudFoundryClient) DeleteServiceBrokerArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteServiceBrokerCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceBrokerCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteServiceBrokerReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBrokerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceInstance ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstance(arg1 string, arg2 bool, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceArgsForCall(i int) (string, bool, bool)
func (*FakeCloudFoundryClient) DeleteServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCalls(stub func(string, bool, bool) error)
func (*FakeCloudFoundryClient) DeleteServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceKey ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKey(arg1 string) error
func (*FakeCloudFoundryClient) DeleteServiceKeyArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteServiceKeyCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceKeyCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteServiceKeyReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceKeyReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibility ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibility(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrg ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrg(arg1 string, arg2 string, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgArgsForCall(i int) (string, string, bool)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCallCount() int
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCalls(stub func(string, string, bool) error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCallCount() int
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteSharedDomain ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomain(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteSharedDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteSharedDomainCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainCallCount() int
func (*FakeCloudFoundryClient) DeleteSharedDomainCalls ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteSharedDomainReturns ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteSharedDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteSpace ¶
func (fake *FakeCloudFoundryClient) DeleteSpace(arg1 string, arg2 bool, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceArgsForCall(i int) (string, bool, bool)
func (*FakeCloudFoundryClient) DeleteSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceCallCount() int
func (*FakeCloudFoundryClient) DeleteSpaceCalls ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceCalls(stub func(string, bool, bool) error)
func (*FakeCloudFoundryClient) DeleteSpaceReturns ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteUser ¶
func (fake *FakeCloudFoundryClient) DeleteUser(arg1 string) error
func (*FakeCloudFoundryClient) DeleteUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteUserCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteUserCallCount() int
func (*FakeCloudFoundryClient) DeleteUserCalls ¶
func (fake *FakeCloudFoundryClient) DeleteUserCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstance ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstance(arg1 string) error
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteUserReturns ¶
func (fake *FakeCloudFoundryClient) DeleteUserReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DoArgsForCall ¶
func (fake *FakeCloudFoundryClient) DoArgsForCall(i int) *http.Request
func (*FakeCloudFoundryClient) DoCallCount ¶
func (fake *FakeCloudFoundryClient) DoCallCount() int
func (*FakeCloudFoundryClient) DoRequestArgsForCall ¶
func (fake *FakeCloudFoundryClient) DoRequestArgsForCall(i int) *cfclient.Request
func (*FakeCloudFoundryClient) DoRequestCallCount ¶
func (fake *FakeCloudFoundryClient) DoRequestCallCount() int
func (*FakeCloudFoundryClient) DoRequestCalls ¶
func (*FakeCloudFoundryClient) DoRequestReturns ¶
func (fake *FakeCloudFoundryClient) DoRequestReturns(result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoRequestReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DoRequestReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoRequestWithoutRedirects ¶
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsArgsForCall ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsArgsForCall(i int) *cfclient.Request
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsCallCount ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCallCount() int
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsCalls ¶
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsReturns ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturns(result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoReturns ¶
func (fake *FakeCloudFoundryClient) DoReturns(result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) GetAppBits ¶
func (fake *FakeCloudFoundryClient) GetAppBits(arg1 string) (io.ReadCloser, error)
func (*FakeCloudFoundryClient) GetAppBitsArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppBitsArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppBitsCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppBitsCallCount() int
func (*FakeCloudFoundryClient) GetAppBitsCalls ¶
func (fake *FakeCloudFoundryClient) GetAppBitsCalls(stub func(string) (io.ReadCloser, error))
func (*FakeCloudFoundryClient) GetAppBitsReturns ¶
func (fake *FakeCloudFoundryClient) GetAppBitsReturns(result1 io.ReadCloser, result2 error)
func (*FakeCloudFoundryClient) GetAppBitsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppBitsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuid ¶
func (fake *FakeCloudFoundryClient) GetAppByGuid(arg1 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) GetAppByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidCallCount() int
func (*FakeCloudFoundryClient) GetAppByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidCalls(stub func(string) (cfclient.App, error))
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCall(arg1 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCallCount() int
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallCalls ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCalls(stub func(string) (cfclient.App, error))
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturns ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppEnv ¶
func (fake *FakeCloudFoundryClient) GetAppEnv(arg1 string) (cfclient.AppEnv, error)
func (*FakeCloudFoundryClient) GetAppEnvArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppEnvArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppEnvCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppEnvCallCount() int
func (*FakeCloudFoundryClient) GetAppEnvCalls ¶
func (fake *FakeCloudFoundryClient) GetAppEnvCalls(stub func(string) (cfclient.AppEnv, error))
func (*FakeCloudFoundryClient) GetAppEnvReturns ¶
func (fake *FakeCloudFoundryClient) GetAppEnvReturns(result1 cfclient.AppEnv, result2 error)
func (*FakeCloudFoundryClient) GetAppEnvReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppEnvReturnsOnCall(i int, result1 cfclient.AppEnv, result2 error)
func (*FakeCloudFoundryClient) GetAppInstances ¶
func (fake *FakeCloudFoundryClient) GetAppInstances(arg1 string) (map[string]cfclient.AppInstance, error)
func (*FakeCloudFoundryClient) GetAppInstancesArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesCallCount() int
func (*FakeCloudFoundryClient) GetAppInstancesCalls ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesCalls(stub func(string) (map[string]cfclient.AppInstance, error))
func (*FakeCloudFoundryClient) GetAppInstancesReturns ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesReturns(result1 map[string]cfclient.AppInstance, result2 error)
func (*FakeCloudFoundryClient) GetAppInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesReturnsOnCall(i int, result1 map[string]cfclient.AppInstance, result2 error)
func (*FakeCloudFoundryClient) GetAppRoutes ¶
func (fake *FakeCloudFoundryClient) GetAppRoutes(arg1 string) ([]cfclient.Route, error)
func (*FakeCloudFoundryClient) GetAppRoutesArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppRoutesCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesCallCount() int
func (*FakeCloudFoundryClient) GetAppRoutesCalls ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesCalls(stub func(string) ([]cfclient.Route, error))
func (*FakeCloudFoundryClient) GetAppRoutesReturns ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesReturns(result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) GetAppRoutesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) GetAppStats ¶
func (*FakeCloudFoundryClient) GetAppStatsArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppStatsArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppStatsCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppStatsCallCount() int
func (*FakeCloudFoundryClient) GetAppStatsCalls ¶
func (*FakeCloudFoundryClient) GetAppStatsReturns ¶
func (fake *FakeCloudFoundryClient) GetAppStatsReturns(result1 map[string]cfclient.AppStats, result2 error)
func (*FakeCloudFoundryClient) GetAppStatsReturnsOnCall ¶
func (*FakeCloudFoundryClient) GetBuildpackByGuid ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuid(arg1 string) (cfclient.Buildpack, error)
func (*FakeCloudFoundryClient) GetBuildpackByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetBuildpackByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCallCount() int
func (*FakeCloudFoundryClient) GetBuildpackByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCalls(stub func(string) (cfclient.Buildpack, error))
func (*FakeCloudFoundryClient) GetBuildpackByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturns(result1 cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) GetBuildpackByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturnsOnCall(i int, result1 cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) GetDomainByName ¶
func (fake *FakeCloudFoundryClient) GetDomainByName(arg1 string) (cfclient.Domain, error)
func (*FakeCloudFoundryClient) GetDomainByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetDomainByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameCallCount() int
func (*FakeCloudFoundryClient) GetDomainByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameCalls(stub func(string) (cfclient.Domain, error))
func (*FakeCloudFoundryClient) GetDomainByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameReturns(result1 cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) GetDomainByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameReturnsOnCall(i int, result1 cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) GetInfo ¶
func (fake *FakeCloudFoundryClient) GetInfo() (*cfclient.Info, error)
func (*FakeCloudFoundryClient) GetInfoCallCount ¶
func (fake *FakeCloudFoundryClient) GetInfoCallCount() int
func (*FakeCloudFoundryClient) GetInfoCalls ¶
func (fake *FakeCloudFoundryClient) GetInfoCalls(stub func() (*cfclient.Info, error))
func (*FakeCloudFoundryClient) GetInfoReturns ¶
func (fake *FakeCloudFoundryClient) GetInfoReturns(result1 *cfclient.Info, result2 error)
func (*FakeCloudFoundryClient) GetInfoReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetInfoReturnsOnCall(i int, result1 *cfclient.Info, result2 error)
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUID ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUID(arg1 string) (*cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCallCount() int
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCalls(stub func(string) (*cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturns(result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) GetOrgByGuid ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuid(arg1 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) GetOrgByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetOrgByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidCallCount() int
func (*FakeCloudFoundryClient) GetOrgByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidCalls(stub func(string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) GetOrgByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgByName ¶
func (fake *FakeCloudFoundryClient) GetOrgByName(arg1 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) GetOrgByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetOrgByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameCallCount() int
func (*FakeCloudFoundryClient) GetOrgByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameCalls(stub func(string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) GetOrgByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgQuotaByName ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByName(arg1 string) (cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) GetOrgQuotaByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetOrgQuotaByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCallCount() int
func (*FakeCloudFoundryClient) GetOrgQuotaByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCalls(stub func(string) (cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) GetOrgQuotaByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturns(result1 cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) GetOrgQuotaByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturnsOnCall(i int, result1 cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) GetRouteMappingByGuid ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuid(arg1 string) (*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) GetRouteMappingByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetRouteMappingByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCallCount() int
func (*FakeCloudFoundryClient) GetRouteMappingByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCalls(stub func(string) (*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) GetRouteMappingByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturns(result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) GetRouteMappingByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroup ¶
func (fake *FakeCloudFoundryClient) GetSecGroup(arg1 string) (*cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) GetSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSecGroupByName ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByName(arg1 string) (cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) GetSecGroupByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSecGroupByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameCallCount() int
func (*FakeCloudFoundryClient) GetSecGroupByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameCalls(stub func(string) (cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) GetSecGroupByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturns(result1 cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroupByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturnsOnCall(i int, result1 cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) GetSecGroupCallCount() int
func (*FakeCloudFoundryClient) GetSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) GetSecGroupCalls(stub func(string) (*cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) GetSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) GetSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetServiceBindingByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) GetServiceBindingByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceBindingByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceBindingByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) GetServiceBindingByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) GetServiceBindingByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuid(arg1 string) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCalls(stub func(string) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByName ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByName(arg1 string) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) GetServiceBrokerByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceBrokerByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCallCount() int
func (*FakeCloudFoundryClient) GetServiceBrokerByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCalls(stub func(string) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) GetServiceBrokerByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuid(arg1 string) (cfclient.Service, error)
func (*FakeCloudFoundryClient) GetServiceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidCalls(stub func(string) (cfclient.Service, error))
func (*FakeCloudFoundryClient) GetServiceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidReturns(result1 cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) GetServiceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidReturnsOnCall(i int, result1 cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) GetServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuid(arg1 string) (cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCalls(stub func(string) (cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturns(result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByName ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByName(arg1 string) (cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) GetServiceKeyByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceKeyByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCallCount() int
func (*FakeCloudFoundryClient) GetServiceKeyByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCalls(stub func(string) (cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) GetServiceKeyByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturns(result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuid(arg1 string) ([]cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCalls(stub func(string) ([]cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturns(result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanByGUID ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUID(arg1 string) (*cfclient.ServicePlan, error)
func (*FakeCloudFoundryClient) GetServicePlanByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServicePlanByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCallCount() int
func (*FakeCloudFoundryClient) GetServicePlanByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCalls(stub func(string) (*cfclient.ServicePlan, error))
func (*FakeCloudFoundryClient) GetServicePlanByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturns(result1 *cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturnsOnCall(i int, result1 *cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuid ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuid(arg1 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCalls(stub func(string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByGuid ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuid(arg1 string) (cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) GetSharedDomainByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSharedDomainByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCallCount() int
func (*FakeCloudFoundryClient) GetSharedDomainByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCalls(stub func(string) (cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) GetSharedDomainByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturns(result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByName ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByName(arg1 string) (cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) GetSharedDomainByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSharedDomainByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCallCount() int
func (*FakeCloudFoundryClient) GetSharedDomainByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCalls(stub func(string) (cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) GetSharedDomainByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturns(result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByGuid ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuid(arg1 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) GetSpaceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSpaceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetSpaceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidCalls(stub func(string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) GetSpaceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByName ¶
func (*FakeCloudFoundryClient) GetSpaceByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) GetSpaceByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameCallCount() int
func (*FakeCloudFoundryClient) GetSpaceByNameCalls ¶
func (*FakeCloudFoundryClient) GetSpaceByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceQuotaByName ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByName(arg1 string) (cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCallCount() int
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCalls(stub func(string) (cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturns(result1 cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturnsOnCall(i int, result1 cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetTaskByGuid ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuid(arg1 string) (cfclient.Task, error)
func (*FakeCloudFoundryClient) GetTaskByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetTaskByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidCallCount() int
func (*FakeCloudFoundryClient) GetTaskByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidCalls(stub func(string) (cfclient.Task, error))
func (*FakeCloudFoundryClient) GetTaskByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidReturns(result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) GetTaskByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) GetToken ¶
func (fake *FakeCloudFoundryClient) GetToken() (string, error)
func (*FakeCloudFoundryClient) GetTokenCallCount ¶
func (fake *FakeCloudFoundryClient) GetTokenCallCount() int
func (*FakeCloudFoundryClient) GetTokenCalls ¶
func (fake *FakeCloudFoundryClient) GetTokenCalls(stub func() (string, error))
func (*FakeCloudFoundryClient) GetTokenReturns ¶
func (fake *FakeCloudFoundryClient) GetTokenReturns(result1 string, result2 error)
func (*FakeCloudFoundryClient) GetTokenReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetTokenReturnsOnCall(i int, result1 string, result2 error)
func (*FakeCloudFoundryClient) GetUserByGUID ¶
func (fake *FakeCloudFoundryClient) GetUserByGUID(arg1 string) (cfclient.User, error)
func (*FakeCloudFoundryClient) GetUserByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetUserByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDCallCount() int
func (*FakeCloudFoundryClient) GetUserByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDCalls(stub func(string) (cfclient.User, error))
func (*FakeCloudFoundryClient) GetUserByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDReturns(result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) GetUserByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDReturnsOnCall(i int, result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) Invocations ¶
func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
func (*FakeCloudFoundryClient) IsolationSegmentForSpace ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCallCount() int
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceCalls ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceReturns ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) KillAppInstance ¶
func (fake *FakeCloudFoundryClient) KillAppInstance(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) KillAppInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) KillAppInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceCallCount() int
func (*FakeCloudFoundryClient) KillAppInstanceCalls ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) KillAppInstanceReturns ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) KillAppInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ListAllProcesses ¶
func (fake *FakeCloudFoundryClient) ListAllProcesses() ([]cfclient.Process, error)
func (*FakeCloudFoundryClient) ListAllProcessesByQuery ¶
func (*FakeCloudFoundryClient) ListAllProcessesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListAllProcessesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAllProcessesByQueryCalls ¶
func (*FakeCloudFoundryClient) ListAllProcessesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturns(result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAllProcessesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAllProcessesCallCount ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesCallCount() int
func (*FakeCloudFoundryClient) ListAllProcessesCalls ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesCalls(stub func() ([]cfclient.Process, error))
func (*FakeCloudFoundryClient) ListAllProcessesReturns ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesReturns(result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAllProcessesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAppEvents ¶
func (fake *FakeCloudFoundryClient) ListAppEvents(arg1 string) ([]cfclient.AppEventEntity, error)
func (*FakeCloudFoundryClient) ListAppEventsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListAppEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQuery(arg1 string, arg2 []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error)
func (*FakeCloudFoundryClient) ListAppEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryArgsForCall(i int) (string, []cfclient.AppEventQuery)
func (*FakeCloudFoundryClient) ListAppEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAppEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCalls(stub func(string, []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error))
func (*FakeCloudFoundryClient) ListAppEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturns(result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppEventsCallCount() int
func (*FakeCloudFoundryClient) ListAppEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppEventsCalls(stub func(string) ([]cfclient.AppEventEntity, error))
func (*FakeCloudFoundryClient) ListAppEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppEventsReturns(result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEvents ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEvents() ([]cfclient.AppUsageEvent, error)
func (*FakeCloudFoundryClient) ListAppUsageEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQuery(arg1 url.Values) ([]cfclient.AppUsageEvent, error)
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.AppUsageEvent, error))
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturns(result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsCallCount() int
func (*FakeCloudFoundryClient) ListAppUsageEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsCalls(stub func() ([]cfclient.AppUsageEvent, error))
func (*FakeCloudFoundryClient) ListAppUsageEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturns(result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListApps ¶
func (fake *FakeCloudFoundryClient) ListApps() ([]cfclient.App, error)
func (*FakeCloudFoundryClient) ListAppsByQuery ¶
func (*FakeCloudFoundryClient) ListAppsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListAppsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAppsByQueryCalls ¶
func (*FakeCloudFoundryClient) ListAppsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimits ¶
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsArgsForCall(i int) (url.Values, int)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCallCount() int
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsCalls ¶
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByRoute ¶
func (fake *FakeCloudFoundryClient) ListAppsByRoute(arg1 string) ([]cfclient.App, error)
func (*FakeCloudFoundryClient) ListAppsByRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListAppsByRouteCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteCallCount() int
func (*FakeCloudFoundryClient) ListAppsByRouteCalls ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteCalls(stub func(string) ([]cfclient.App, error))
func (*FakeCloudFoundryClient) ListAppsByRouteReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsCallCount() int
func (*FakeCloudFoundryClient) ListAppsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppsCalls(stub func() ([]cfclient.App, error))
func (*FakeCloudFoundryClient) ListAppsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListBuildpacks ¶
func (fake *FakeCloudFoundryClient) ListBuildpacks() ([]cfclient.Buildpack, error)
func (*FakeCloudFoundryClient) ListBuildpacksCallCount ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksCallCount() int
func (*FakeCloudFoundryClient) ListBuildpacksCalls ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksCalls(stub func() ([]cfclient.Buildpack, error))
func (*FakeCloudFoundryClient) ListBuildpacksReturns ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksReturns(result1 []cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) ListBuildpacksReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksReturnsOnCall(i int, result1 []cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) ListDomains ¶
func (fake *FakeCloudFoundryClient) ListDomains() ([]cfclient.Domain, error)
func (*FakeCloudFoundryClient) ListDomainsByQuery ¶
func (*FakeCloudFoundryClient) ListDomainsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListDomainsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListDomainsByQueryCalls ¶
func (*FakeCloudFoundryClient) ListDomainsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturns(result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListDomainsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListDomainsCallCount ¶
func (fake *FakeCloudFoundryClient) ListDomainsCallCount() int
func (*FakeCloudFoundryClient) ListDomainsCalls ¶
func (fake *FakeCloudFoundryClient) ListDomainsCalls(stub func() ([]cfclient.Domain, error))
func (*FakeCloudFoundryClient) ListDomainsReturns ¶
func (fake *FakeCloudFoundryClient) ListDomainsReturns(result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListDomainsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListEvents ¶
func (fake *FakeCloudFoundryClient) ListEvents() ([]cfclient.Event, error)
func (*FakeCloudFoundryClient) ListEventsByQuery ¶
func (*FakeCloudFoundryClient) ListEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListEventsByQueryCalls ¶
func (*FakeCloudFoundryClient) ListEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryReturns(result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListEventsCallCount() int
func (*FakeCloudFoundryClient) ListEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListEventsCalls(stub func() ([]cfclient.Event, error))
func (*FakeCloudFoundryClient) ListEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListEventsReturns(result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListEventsReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegments ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegments() ([]cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQuery ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQuery(arg1 url.Values) ([]cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCalls(stub func(url.Values) ([]cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturns(result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsCallCount ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCallCount() int
func (*FakeCloudFoundryClient) ListIsolationSegmentsCalls ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCalls(stub func() ([]cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) ListIsolationSegmentsReturns ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturns(result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditors ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditors(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgAuditorsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgAuditorsByQuery ¶
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryCalls ¶
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditorsCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsCallCount() int
func (*FakeCloudFoundryClient) ListOrgAuditorsCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgAuditorsReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditorsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagers ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQuery ¶
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryCalls ¶
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCallCount() int
func (*FakeCloudFoundryClient) ListOrgBillingManagersCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgBillingManagersReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagers ¶
func (fake *FakeCloudFoundryClient) ListOrgManagers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgManagersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgManagersByQuery ¶
func (*FakeCloudFoundryClient) ListOrgManagersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgManagersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgManagersByQueryCalls ¶
func (*FakeCloudFoundryClient) ListOrgManagersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagersCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersCallCount() int
func (*FakeCloudFoundryClient) ListOrgManagersCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgManagersReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgPrivateDomains ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomains(arg1 string) ([]cfclient.Domain, error)
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCallCount() int
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCalls(stub func(string) ([]cfclient.Domain, error))
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturns(result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotas ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotas() ([]cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) ListOrgQuotasByQuery ¶
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryCalls ¶
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturns(result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotasCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasCallCount() int
func (*FakeCloudFoundryClient) ListOrgQuotasCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasCalls(stub func() ([]cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) ListOrgQuotasReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasReturns(result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotasReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgSpaceQuotas ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotas(arg1 string) ([]cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCallCount() int
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCalls(stub func(string) ([]cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsers ¶
func (fake *FakeCloudFoundryClient) ListOrgUsers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgUsersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgUsersByQuery ¶
func (*FakeCloudFoundryClient) ListOrgUsersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgUsersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgUsersByQueryCalls ¶
func (*FakeCloudFoundryClient) ListOrgUsersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsersCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersCallCount() int
func (*FakeCloudFoundryClient) ListOrgUsersCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgUsersReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgs ¶
func (fake *FakeCloudFoundryClient) ListOrgs() ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListOrgsByQuery ¶
func (*FakeCloudFoundryClient) ListOrgsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListOrgsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgsByQueryCalls ¶
func (*FakeCloudFoundryClient) ListOrgsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListOrgsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgsCallCount() int
func (*FakeCloudFoundryClient) ListOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgsCalls(stub func() ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappings ¶
func (fake *FakeCloudFoundryClient) ListRouteMappings() ([]*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) ListRouteMappingsByQuery ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQuery(arg1 url.Values) ([]*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCalls(stub func(url.Values) ([]*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturns(result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappingsCallCount ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsCallCount() int
func (*FakeCloudFoundryClient) ListRouteMappingsCalls ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsCalls(stub func() ([]*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) ListRouteMappingsReturns ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsReturns(result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappingsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRoutes ¶
func (fake *FakeCloudFoundryClient) ListRoutes() ([]cfclient.Route, error)
func (*FakeCloudFoundryClient) ListRoutesByQuery ¶
func (*FakeCloudFoundryClient) ListRoutesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListRoutesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListRoutesByQueryCalls ¶
func (*FakeCloudFoundryClient) ListRoutesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturns(result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRoutesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRoutesCallCount ¶
func (fake *FakeCloudFoundryClient) ListRoutesCallCount() int
func (*FakeCloudFoundryClient) ListRoutesCalls ¶
func (fake *FakeCloudFoundryClient) ListRoutesCalls(stub func() ([]cfclient.Route, error))
func (*FakeCloudFoundryClient) ListRoutesReturns ¶
func (fake *FakeCloudFoundryClient) ListRoutesReturns(result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRoutesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRunningSecGroups ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroups() ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListRunningSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListRunningSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListRunningSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListRunningSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSecGroups ¶
func (fake *FakeCloudFoundryClient) ListSecGroups() ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindings ¶
func (fake *FakeCloudFoundryClient) ListServiceBindings() ([]cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) ListServiceBindingsByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQuery(arg1 url.Values) ([]cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturns(result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindingsCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsCallCount() int
func (*FakeCloudFoundryClient) ListServiceBindingsCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsCalls(stub func() ([]cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) ListServiceBindingsReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsReturns(result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindingsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokers ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokers() ([]cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) ListServiceBrokersByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQuery(arg1 url.Values) ([]cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturns(result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokersCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersCallCount() int
func (*FakeCloudFoundryClient) ListServiceBrokersCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersCalls(stub func() ([]cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) ListServiceBrokersReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersReturns(result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstances ¶
func (fake *FakeCloudFoundryClient) ListServiceInstances() ([]cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) ListServiceInstancesByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQuery(arg1 url.Values) ([]cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturns(result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesCallCount() int
func (*FakeCloudFoundryClient) ListServiceInstancesCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesCalls(stub func() ([]cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) ListServiceInstancesReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesReturns(result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeys ¶
func (fake *FakeCloudFoundryClient) ListServiceKeys() ([]cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) ListServiceKeysByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQuery(arg1 url.Values) ([]cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) ListServiceKeysByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceKeysByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceKeysByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCalls(stub func(url.Values) ([]cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) ListServiceKeysByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturns(result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeysByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeysCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysCallCount() int
func (*FakeCloudFoundryClient) ListServiceKeysCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysCalls(stub func() ([]cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) ListServiceKeysReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysReturns(result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeysReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilities ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilities() ([]cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQuery ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQuery(arg1 url.Values) ([]cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCallCount() int
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCalls(stub func() ([]cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlans ¶
func (fake *FakeCloudFoundryClient) ListServicePlans() ([]cfclient.ServicePlan, error)
func (*FakeCloudFoundryClient) ListServicePlansByQuery ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQuery(arg1 url.Values) ([]cfclient.ServicePlan, error)
func (*FakeCloudFoundryClient) ListServicePlansByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServicePlansByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServicePlansByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlan, error))
func (*FakeCloudFoundryClient) ListServicePlansByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturns(result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServicePlansByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServicePlansCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlansCallCount() int
func (*FakeCloudFoundryClient) ListServicePlansCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlansCalls(stub func() ([]cfclient.ServicePlan, error))
func (*FakeCloudFoundryClient) ListServicePlansReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlansReturns(result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServicePlansReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlansReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEvents ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEvents() ([]cfclient.ServiceUsageEvent, error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQuery(arg1 url.Values) ([]cfclient.ServiceUsageEvent, error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceUsageEvent, error))
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCallCount() int
func (*FakeCloudFoundryClient) ListServiceUsageEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCalls(stub func() ([]cfclient.ServiceUsageEvent, error))
func (*FakeCloudFoundryClient) ListServiceUsageEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServices ¶
func (fake *FakeCloudFoundryClient) ListServices() ([]cfclient.Service, error)
func (*FakeCloudFoundryClient) ListServicesByQuery ¶
func (*FakeCloudFoundryClient) ListServicesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServicesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServicesByQueryCalls ¶
func (*FakeCloudFoundryClient) ListServicesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryReturns(result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListServicesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListServicesCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicesCallCount() int
func (*FakeCloudFoundryClient) ListServicesCalls ¶
func (fake *FakeCloudFoundryClient) ListServicesCalls(stub func() ([]cfclient.Service, error))
func (*FakeCloudFoundryClient) ListServicesReturns ¶
func (fake *FakeCloudFoundryClient) ListServicesReturns(result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListServicesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicesReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomains ¶
func (fake *FakeCloudFoundryClient) ListSharedDomains() ([]cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) ListSharedDomainsByQuery ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQuery(arg1 url.Values) ([]cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCalls(stub func(url.Values) ([]cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturns(result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomainsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsCallCount() int
func (*FakeCloudFoundryClient) ListSharedDomainsCalls ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsCalls(stub func() ([]cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) ListSharedDomainsReturns ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsReturns(result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomainsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditors ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditors(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQuery ¶
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryCalls ¶
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCallCount() int
func (*FakeCloudFoundryClient) ListSpaceAuditorsCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceAuditorsReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopers ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQuery ¶
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryCalls ¶
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCallCount() int
func (*FakeCloudFoundryClient) ListSpaceDevelopersCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceDevelopersReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagers ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceManagersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceManagersByQuery ¶
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryCalls ¶
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagersCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersCallCount() int
func (*FakeCloudFoundryClient) ListSpaceManagersCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceManagersReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotas ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotas() ([]cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) ListSpaceQuotasByQuery ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQuery(arg1 url.Values) ([]cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCalls(stub func(url.Values) ([]cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturns(result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotasCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasCallCount() int
func (*FakeCloudFoundryClient) ListSpaceQuotasCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasCalls(stub func() ([]cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) ListSpaceQuotasReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotasReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceSecGroups ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroups(arg1 string) ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListSpaceSecGroupsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListSpaceSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCalls(stub func(string) ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListSpaceSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSpaceSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSpaces ¶
func (fake *FakeCloudFoundryClient) ListSpaces() ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListSpacesByQuery ¶
func (*FakeCloudFoundryClient) ListSpacesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListSpacesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpacesByQueryCalls ¶
func (*FakeCloudFoundryClient) ListSpacesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListSpacesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpacesCallCount() int
func (*FakeCloudFoundryClient) ListSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListSpacesCalls(stub func() ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListStacks ¶
func (fake *FakeCloudFoundryClient) ListStacks() ([]cfclient.Stack, error)
func (*FakeCloudFoundryClient) ListStacksByQuery ¶
func (*FakeCloudFoundryClient) ListStacksByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListStacksByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryCallCount() int
func (*FakeCloudFoundryClient) ListStacksByQueryCalls ¶
func (*FakeCloudFoundryClient) ListStacksByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryReturns(result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStacksByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStacksCallCount ¶
func (fake *FakeCloudFoundryClient) ListStacksCallCount() int
func (*FakeCloudFoundryClient) ListStacksCalls ¶
func (fake *FakeCloudFoundryClient) ListStacksCalls(stub func() ([]cfclient.Stack, error))
func (*FakeCloudFoundryClient) ListStacksReturns ¶
func (fake *FakeCloudFoundryClient) ListStacksReturns(result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStacksReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListStacksReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStagingSecGroups ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroups() ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListStagingSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListStagingSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListStagingSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListStagingSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListTasks ¶
func (fake *FakeCloudFoundryClient) ListTasks() ([]cfclient.Task, error)
func (*FakeCloudFoundryClient) ListTasksByQuery ¶
func (*FakeCloudFoundryClient) ListTasksByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListTasksByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryCallCount() int
func (*FakeCloudFoundryClient) ListTasksByQueryCalls ¶
func (*FakeCloudFoundryClient) ListTasksByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListTasksByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListTasksCallCount ¶
func (fake *FakeCloudFoundryClient) ListTasksCallCount() int
func (*FakeCloudFoundryClient) ListTasksCalls ¶
func (fake *FakeCloudFoundryClient) ListTasksCalls(stub func() ([]cfclient.Task, error))
func (*FakeCloudFoundryClient) ListTasksReturns ¶
func (fake *FakeCloudFoundryClient) ListTasksReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListTasksReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListTasksReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserAuditedOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserAuditedOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserAuditedOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserAuditedOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedSpaces ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListUserAuditedSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserAuditedSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCallCount() int
func (*FakeCloudFoundryClient) ListUserAuditedSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListUserAuditedSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserManagedOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserManagedOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserManagedOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserManagedOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedSpaces ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListUserManagedSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserManagedSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCallCount() int
func (*FakeCloudFoundryClient) ListUserManagedSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListUserManagedSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstances ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstances() ([]cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQuery ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQuery(arg1 url.Values) ([]cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCallCount() int
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCalls(stub func() ([]cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserSpaces ¶
func (fake *FakeCloudFoundryClient) ListUserSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListUserSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesCallCount() int
func (*FakeCloudFoundryClient) ListUserSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListUserSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUsers ¶
func (fake *FakeCloudFoundryClient) ListUsers() (cfclient.Users, error)
func (*FakeCloudFoundryClient) ListUsersByQuery ¶
func (*FakeCloudFoundryClient) ListUsersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListUsersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListUsersByQueryCalls ¶
func (*FakeCloudFoundryClient) ListUsersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryReturns(result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) ListUsersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryReturnsOnCall(i int, result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) ListUsersCallCount ¶
func (fake *FakeCloudFoundryClient) ListUsersCallCount() int
func (*FakeCloudFoundryClient) ListUsersCalls ¶
func (fake *FakeCloudFoundryClient) ListUsersCalls(stub func() (cfclient.Users, error))
func (*FakeCloudFoundryClient) ListUsersReturns ¶
func (fake *FakeCloudFoundryClient) ListUsersReturns(result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) ListUsersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUsersReturnsOnCall(i int, result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) MakeServicePlanPrivate ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivate(arg1 string) error
func (*FakeCloudFoundryClient) MakeServicePlanPrivateArgsForCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateArgsForCall(i int) string
func (*FakeCloudFoundryClient) MakeServicePlanPrivateCallCount ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCallCount() int
func (*FakeCloudFoundryClient) MakeServicePlanPrivateCalls ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCalls(stub func(string) error)
func (*FakeCloudFoundryClient) MakeServicePlanPrivateReturns ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturns(result1 error)
func (*FakeCloudFoundryClient) MakeServicePlanPrivateReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) MakeServicePlanPublic ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublic(arg1 string) error
func (*FakeCloudFoundryClient) MakeServicePlanPublicArgsForCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicArgsForCall(i int) string
func (*FakeCloudFoundryClient) MakeServicePlanPublicCallCount ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCallCount() int
func (*FakeCloudFoundryClient) MakeServicePlanPublicCalls ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCalls(stub func(string) error)
func (*FakeCloudFoundryClient) MakeServicePlanPublicReturns ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturns(result1 error)
func (*FakeCloudFoundryClient) MakeServicePlanPublicReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) MappingAppAndRoute ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRoute(arg1 cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) MappingAppAndRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteArgsForCall(i int) cfclient.RouteMappingRequest
func (*FakeCloudFoundryClient) MappingAppAndRouteCallCount ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteCallCount() int
func (*FakeCloudFoundryClient) MappingAppAndRouteCalls ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteCalls(stub func(cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) MappingAppAndRouteReturns ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturns(result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) MappingAppAndRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) NewRequest ¶
func (fake *FakeCloudFoundryClient) NewRequest(arg1 string, arg2 string) *cfclient.Request
func (*FakeCloudFoundryClient) NewRequestArgsForCall ¶
func (fake *FakeCloudFoundryClient) NewRequestArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) NewRequestCallCount ¶
func (fake *FakeCloudFoundryClient) NewRequestCallCount() int
func (*FakeCloudFoundryClient) NewRequestCalls ¶
func (fake *FakeCloudFoundryClient) NewRequestCalls(stub func(string, string) *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestReturns ¶
func (fake *FakeCloudFoundryClient) NewRequestReturns(result1 *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) NewRequestReturnsOnCall(i int, result1 *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestWithBody ¶
func (*FakeCloudFoundryClient) NewRequestWithBodyArgsForCall ¶
func (*FakeCloudFoundryClient) NewRequestWithBodyCallCount ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyCallCount() int
func (*FakeCloudFoundryClient) NewRequestWithBodyCalls ¶
func (*FakeCloudFoundryClient) NewRequestWithBodyReturns ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturns(result1 *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestWithBodyReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturnsOnCall(i int, result1 *cfclient.Request)
func (*FakeCloudFoundryClient) OrgSpaces ¶
func (fake *FakeCloudFoundryClient) OrgSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) OrgSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) OrgSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) OrgSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) OrgSpacesCallCount() int
func (*FakeCloudFoundryClient) OrgSpacesCalls ¶
func (fake *FakeCloudFoundryClient) OrgSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) OrgSpacesReturns ¶
func (fake *FakeCloudFoundryClient) OrgSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) OrgSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) OrgSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrg ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrg(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCallCount() int
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCalls ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturns ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpace ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCallCount() int
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCalls ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturns ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditor ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditor(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgAuditorCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManager ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManager(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManager ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManager(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgManagerCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgManagerReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUser ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUser(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgUserCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgUserReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditor ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditor(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceAuditorCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloper ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloper(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManager ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManager(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceManagerCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrg ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrg(arg1 string) error
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgArgsForCall(i int) string
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCallCount ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCallCount() int
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCalls ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCalls(stub func(string) error)
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturns ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturns(result1 error)
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpace ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpace(arg1 string) error
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceArgsForCall(i int) string
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCallCount() int
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCalls ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCalls(stub func(string) error)
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturns ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ServiceBindingByGuid ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) ServiceBindingByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) ServiceBindingByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCallCount() int
func (*FakeCloudFoundryClient) ServiceBindingByGuidCalls ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) ServiceBindingByGuidReturns ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ServiceBindingByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) ServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) ServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) ServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) ServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturns(result1 error)
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturns(result1 error)
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomain ¶
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainCallCount ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCallCount() int
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainCalls ¶
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainReturns ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturns(result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) StartApp ¶
func (fake *FakeCloudFoundryClient) StartApp(arg1 string) error
func (*FakeCloudFoundryClient) StartAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) StartAppArgsForCall(i int) string
func (*FakeCloudFoundryClient) StartAppCallCount ¶
func (fake *FakeCloudFoundryClient) StartAppCallCount() int
func (*FakeCloudFoundryClient) StartAppCalls ¶
func (fake *FakeCloudFoundryClient) StartAppCalls(stub func(string) error)
func (*FakeCloudFoundryClient) StartAppReturns ¶
func (fake *FakeCloudFoundryClient) StartAppReturns(result1 error)
func (*FakeCloudFoundryClient) StartAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) StartAppReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) StopApp ¶
func (fake *FakeCloudFoundryClient) StopApp(arg1 string) error
func (*FakeCloudFoundryClient) StopAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) StopAppArgsForCall(i int) string
func (*FakeCloudFoundryClient) StopAppCallCount ¶
func (fake *FakeCloudFoundryClient) StopAppCallCount() int
func (*FakeCloudFoundryClient) StopAppCalls ¶
func (fake *FakeCloudFoundryClient) StopAppCalls(stub func(string) error)
func (*FakeCloudFoundryClient) StopAppReturns ¶
func (fake *FakeCloudFoundryClient) StopAppReturns(result1 error)
func (*FakeCloudFoundryClient) StopAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) StopAppReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) TaskByGuid ¶
func (fake *FakeCloudFoundryClient) TaskByGuid(arg1 string) (cfclient.Task, error)
func (*FakeCloudFoundryClient) TaskByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) TaskByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) TaskByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) TaskByGuidCallCount() int
func (*FakeCloudFoundryClient) TaskByGuidCalls ¶
func (fake *FakeCloudFoundryClient) TaskByGuidCalls(stub func(string) (cfclient.Task, error))
func (*FakeCloudFoundryClient) TaskByGuidReturns ¶
func (fake *FakeCloudFoundryClient) TaskByGuidReturns(result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TaskByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByApp ¶
func (fake *FakeCloudFoundryClient) TasksByApp(arg1 string) ([]cfclient.Task, error)
func (*FakeCloudFoundryClient) TasksByAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppArgsForCall(i int) string
func (*FakeCloudFoundryClient) TasksByAppByQuery ¶
func (*FakeCloudFoundryClient) TasksByAppByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) TasksByAppByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryCallCount() int
func (*FakeCloudFoundryClient) TasksByAppByQueryCalls ¶
func (*FakeCloudFoundryClient) TasksByAppByQueryReturns ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByAppByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByAppCallCount ¶
func (fake *FakeCloudFoundryClient) TasksByAppCallCount() int
func (*FakeCloudFoundryClient) TasksByAppCalls ¶
func (fake *FakeCloudFoundryClient) TasksByAppCalls(stub func(string) ([]cfclient.Task, error))
func (*FakeCloudFoundryClient) TasksByAppReturns ¶
func (fake *FakeCloudFoundryClient) TasksByAppReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TerminateTask ¶
func (fake *FakeCloudFoundryClient) TerminateTask(arg1 string) error
func (*FakeCloudFoundryClient) TerminateTaskArgsForCall ¶
func (fake *FakeCloudFoundryClient) TerminateTaskArgsForCall(i int) string
func (*FakeCloudFoundryClient) TerminateTaskCallCount ¶
func (fake *FakeCloudFoundryClient) TerminateTaskCallCount() int
func (*FakeCloudFoundryClient) TerminateTaskCalls ¶
func (fake *FakeCloudFoundryClient) TerminateTaskCalls(stub func(string) error)
func (*FakeCloudFoundryClient) TerminateTaskReturns ¶
func (fake *FakeCloudFoundryClient) TerminateTaskReturns(result1 error)
func (*FakeCloudFoundryClient) TerminateTaskReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TerminateTaskReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) TotalEvents ¶
func (fake *FakeCloudFoundryClient) TotalEvents() (int, error)
func (*FakeCloudFoundryClient) TotalEventsByQuery ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQuery(arg1 url.Values) (int, error)
func (*FakeCloudFoundryClient) TotalEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) TotalEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) TotalEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryCalls(stub func(url.Values) (int, error))
func (*FakeCloudFoundryClient) TotalEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturns(result1 int, result2 error)
func (*FakeCloudFoundryClient) TotalEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturnsOnCall(i int, result1 int, result2 error)
func (*FakeCloudFoundryClient) TotalEventsCallCount ¶
func (fake *FakeCloudFoundryClient) TotalEventsCallCount() int
func (*FakeCloudFoundryClient) TotalEventsCalls ¶
func (fake *FakeCloudFoundryClient) TotalEventsCalls(stub func() (int, error))
func (*FakeCloudFoundryClient) TotalEventsReturns ¶
func (fake *FakeCloudFoundryClient) TotalEventsReturns(result1 int, result2 error)
func (*FakeCloudFoundryClient) TotalEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TotalEventsReturnsOnCall(i int, result1 int, result2 error)
func (*FakeCloudFoundryClient) UnbindRunningSecGroup ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) UnbindRunningSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) UnbindRunningSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCallCount() int
func (*FakeCloudFoundryClient) UnbindRunningSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) UnbindRunningSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) UnbindRunningSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UnbindSecGroup ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroup(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) UnbindSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) UnbindSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupCallCount() int
func (*FakeCloudFoundryClient) UnbindSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) UnbindSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) UnbindSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UnbindStagingSecGroup ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) UnbindStagingSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) UnbindStagingSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCallCount() int
func (*FakeCloudFoundryClient) UnbindStagingSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) UnbindStagingSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) UnbindStagingSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomain ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomain(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainCallCount ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCallCount() int
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainCalls ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainReturns ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturns(result1 error)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UpdateApp ¶
func (fake *FakeCloudFoundryClient) UpdateApp(arg1 string, arg2 cfclient.AppUpdateResource) (cfclient.UpdateResponse, error)
func (*FakeCloudFoundryClient) UpdateAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateAppArgsForCall(i int) (string, cfclient.AppUpdateResource)
func (*FakeCloudFoundryClient) UpdateAppCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateAppCallCount() int
func (*FakeCloudFoundryClient) UpdateAppCalls ¶
func (fake *FakeCloudFoundryClient) UpdateAppCalls(stub func(string, cfclient.AppUpdateResource) (cfclient.UpdateResponse, error))
func (*FakeCloudFoundryClient) UpdateAppReturns ¶
func (fake *FakeCloudFoundryClient) UpdateAppReturns(result1 cfclient.UpdateResponse, result2 error)
func (*FakeCloudFoundryClient) UpdateAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateAppReturnsOnCall(i int, result1 cfclient.UpdateResponse, result2 error)
func (*FakeCloudFoundryClient) UpdateOrg ¶
func (fake *FakeCloudFoundryClient) UpdateOrg(arg1 string, arg2 cfclient.OrgRequest) (cfclient.Org, error)
func (*FakeCloudFoundryClient) UpdateOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgArgsForCall(i int) (string, cfclient.OrgRequest)
func (*FakeCloudFoundryClient) UpdateOrgCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateOrgCallCount() int
func (*FakeCloudFoundryClient) UpdateOrgCalls ¶
func (fake *FakeCloudFoundryClient) UpdateOrgCalls(stub func(string, cfclient.OrgRequest) (cfclient.Org, error))
func (*FakeCloudFoundryClient) UpdateOrgQuota ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuota(arg1 string, arg2 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) UpdateOrgQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaArgsForCall(i int) (string, cfclient.OrgQuotaRequest)
func (*FakeCloudFoundryClient) UpdateOrgQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCallCount() int
func (*FakeCloudFoundryClient) UpdateOrgQuotaCalls ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCalls(stub func(string, cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) UpdateOrgQuotaReturns ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateOrgQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateOrgReturns ¶
func (fake *FakeCloudFoundryClient) UpdateOrgReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) UpdateOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) UpdateSecGroup ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroup(arg1 string, arg2 string, arg3 []cfclient.SecGroupRule, arg4 []string) (*cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) UpdateSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupArgsForCall(i int) (string, string, []cfclient.SecGroupRule, []string)
func (*FakeCloudFoundryClient) UpdateSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupCallCount() int
func (*FakeCloudFoundryClient) UpdateSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupCalls(stub func(string, string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) UpdateSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) UpdateSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) UpdateServiceBroker ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBroker(arg1 string, arg2 cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) UpdateServiceBrokerArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerArgsForCall(i int) (string, cfclient.UpdateServiceBrokerRequest)
func (*FakeCloudFoundryClient) UpdateServiceBrokerCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCallCount() int
func (*FakeCloudFoundryClient) UpdateServiceBrokerCalls ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCalls(stub func(string, cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) UpdateServiceBrokerReturns ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) UpdateServiceBrokerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) UpdateServiceInstance ¶
func (*FakeCloudFoundryClient) UpdateServiceInstanceArgsForCall ¶
func (*FakeCloudFoundryClient) UpdateServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) UpdateServiceInstanceCalls ¶
func (*FakeCloudFoundryClient) UpdateServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) UpdateServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibility ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibility(arg1 string, arg2 string, arg3 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCallCount() int
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityCalls ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCalls(stub func(string, string, string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityReturns ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) UpdateSpace ¶
func (fake *FakeCloudFoundryClient) UpdateSpace(arg1 string, arg2 cfclient.SpaceRequest) (cfclient.Space, error)
func (*FakeCloudFoundryClient) UpdateSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceArgsForCall(i int) (string, cfclient.SpaceRequest)
func (*FakeCloudFoundryClient) UpdateSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceCallCount() int
func (*FakeCloudFoundryClient) UpdateSpaceCalls ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceCalls(stub func(string, cfclient.SpaceRequest) (cfclient.Space, error))
func (*FakeCloudFoundryClient) UpdateSpaceQuota ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuota(arg1 string, arg2 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) UpdateSpaceQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaArgsForCall(i int) (string, cfclient.SpaceQuotaRequest)
func (*FakeCloudFoundryClient) UpdateSpaceQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCallCount() int
func (*FakeCloudFoundryClient) UpdateSpaceQuotaCalls ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCalls(stub func(string, cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) UpdateSpaceQuotaReturns ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateSpaceQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateSpaceReturns ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) UpdateSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstance ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstance(arg1 string, arg2 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceArgsForCall(i int) (string, cfclient.UserProvidedServiceInstanceRequest)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCalls(stub func(string, cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) UploadAppBits ¶
func (fake *FakeCloudFoundryClient) UploadAppBits(arg1 io.Reader, arg2 string) error
func (*FakeCloudFoundryClient) UploadAppBitsArgsForCall ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsArgsForCall(i int) (io.Reader, string)
func (*FakeCloudFoundryClient) UploadAppBitsCallCount ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsCallCount() int
func (*FakeCloudFoundryClient) UploadAppBitsCalls ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsCalls(stub func(io.Reader, string) error)
func (*FakeCloudFoundryClient) UploadAppBitsReturns ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsReturns(result1 error)
func (*FakeCloudFoundryClient) UploadAppBitsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
Click to show internal directories.
Click to hide internal directories.