Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeCloudControllerClient
- func (fake *FakeCloudControllerClient) DeleteRoute(routeGUID string) (ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) DeleteRouteArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) DeleteRouteCallCount() int
- func (fake *FakeCloudControllerClient) DeleteRouteReturns(result1 ccv2.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) DeleteServiceBinding(serviceBindingGUID string) (ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) DeleteServiceBindingArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) DeleteServiceBindingCallCount() int
- func (fake *FakeCloudControllerClient) DeleteServiceBindingReturns(result1 ccv2.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) GetApplications(queries []ccv2.Query) ([]ccv2.Application, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationsArgsForCall(i int) []ccv2.Query
- func (fake *FakeCloudControllerClient) GetApplicationsCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationsReturns(result1 []ccv2.Application, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetPrivateDomain(domainGUID string) (ccv2.Domain, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetPrivateDomainArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetPrivateDomainCallCount() int
- func (fake *FakeCloudControllerClient) GetPrivateDomainReturns(result1 ccv2.Domain, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetRouteApplications(routeGUID string, queries []ccv2.Query) ([]ccv2.Application, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetRouteApplicationsArgsForCall(i int) (string, []ccv2.Query)
- func (fake *FakeCloudControllerClient) GetRouteApplicationsCallCount() int
- func (fake *FakeCloudControllerClient) GetRouteApplicationsReturns(result1 []ccv2.Application, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetServiceBindings(queries []ccv2.Query) ([]ccv2.ServiceBinding, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetServiceBindingsArgsForCall(i int) []ccv2.Query
- func (fake *FakeCloudControllerClient) GetServiceBindingsCallCount() int
- func (fake *FakeCloudControllerClient) GetServiceBindingsReturns(result1 []ccv2.ServiceBinding, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetServiceInstances(queries []ccv2.Query) ([]ccv2.ServiceInstance, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetServiceInstancesArgsForCall(i int) []ccv2.Query
- func (fake *FakeCloudControllerClient) GetServiceInstancesCallCount() int
- func (fake *FakeCloudControllerClient) GetServiceInstancesReturns(result1 []ccv2.ServiceInstance, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSharedDomain(domainGUID string) (ccv2.Domain, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetSharedDomainArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetSharedDomainCallCount() int
- func (fake *FakeCloudControllerClient) GetSharedDomainReturns(result1 ccv2.Domain, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSpaceRoutes(spaceGUID string, queries []ccv2.Query) ([]ccv2.Route, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetSpaceRoutesArgsForCall(i int) (string, []ccv2.Query)
- func (fake *FakeCloudControllerClient) GetSpaceRoutesCallCount() int
- func (fake *FakeCloudControllerClient) GetSpaceRoutesReturns(result1 []ccv2.Route, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSpaceServiceInstances(spaceGUID string, includeUserProvidedServices bool, queries []ccv2.Query) ([]ccv2.ServiceInstance, ccv2.Warnings, error)
- func (fake *FakeCloudControllerClient) GetSpaceServiceInstancesArgsForCall(i int) (string, bool, []ccv2.Query)
- func (fake *FakeCloudControllerClient) GetSpaceServiceInstancesCallCount() int
- func (fake *FakeCloudControllerClient) GetSpaceServiceInstancesReturns(result1 []ccv2.ServiceInstance, result2 ccv2.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCloudControllerClient ¶
type FakeCloudControllerClient struct { DeleteRouteStub func(routeGUID string) (ccv2.Warnings, error) DeleteServiceBindingStub func(serviceBindingGUID string) (ccv2.Warnings, error) GetApplicationsStub func(queries []ccv2.Query) ([]ccv2.Application, ccv2.Warnings, error) GetPrivateDomainStub func(domainGUID string) (ccv2.Domain, ccv2.Warnings, error) GetRouteApplicationsStub func(routeGUID string, queries []ccv2.Query) ([]ccv2.Application, ccv2.Warnings, error) GetServiceBindingsStub func(queries []ccv2.Query) ([]ccv2.ServiceBinding, ccv2.Warnings, error) GetServiceInstancesStub func(queries []ccv2.Query) ([]ccv2.ServiceInstance, ccv2.Warnings, error) GetSpaceRoutesStub func(spaceGUID string, queries []ccv2.Query) ([]ccv2.Route, ccv2.Warnings, error) GetSpaceServiceInstancesStub func(spaceGUID string, includeUserProvidedServices bool, queries []ccv2.Query) ([]ccv2.ServiceInstance, ccv2.Warnings, error) // contains filtered or unexported fields }
func (*FakeCloudControllerClient) DeleteRoute ¶
func (fake *FakeCloudControllerClient) DeleteRoute(routeGUID string) (ccv2.Warnings, error)
func (*FakeCloudControllerClient) DeleteRouteArgsForCall ¶
func (fake *FakeCloudControllerClient) DeleteRouteArgsForCall(i int) string
func (*FakeCloudControllerClient) DeleteRouteCallCount ¶
func (fake *FakeCloudControllerClient) DeleteRouteCallCount() int
func (*FakeCloudControllerClient) DeleteRouteReturns ¶
func (fake *FakeCloudControllerClient) DeleteRouteReturns(result1 ccv2.Warnings, result2 error)
func (*FakeCloudControllerClient) DeleteServiceBinding ¶
func (fake *FakeCloudControllerClient) DeleteServiceBinding(serviceBindingGUID string) (ccv2.Warnings, error)
func (*FakeCloudControllerClient) DeleteServiceBindingArgsForCall ¶
func (fake *FakeCloudControllerClient) DeleteServiceBindingArgsForCall(i int) string
func (*FakeCloudControllerClient) DeleteServiceBindingCallCount ¶
func (fake *FakeCloudControllerClient) DeleteServiceBindingCallCount() int
func (*FakeCloudControllerClient) DeleteServiceBindingReturns ¶
func (fake *FakeCloudControllerClient) DeleteServiceBindingReturns(result1 ccv2.Warnings, result2 error)
func (*FakeCloudControllerClient) GetApplications ¶
func (fake *FakeCloudControllerClient) GetApplications(queries []ccv2.Query) ([]ccv2.Application, ccv2.Warnings, error)
func (*FakeCloudControllerClient) GetApplicationsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationsArgsForCall(i int) []ccv2.Query
func (*FakeCloudControllerClient) GetApplicationsCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationsCallCount() int
func (*FakeCloudControllerClient) GetApplicationsReturns ¶
func (fake *FakeCloudControllerClient) GetApplicationsReturns(result1 []ccv2.Application, result2 ccv2.Warnings, result3 error)
func (*FakeCloudControllerClient) GetPrivateDomain ¶
func (*FakeCloudControllerClient) GetPrivateDomainArgsForCall ¶
func (fake *FakeCloudControllerClient) GetPrivateDomainArgsForCall(i int) string
func (*FakeCloudControllerClient) GetPrivateDomainCallCount ¶
func (fake *FakeCloudControllerClient) GetPrivateDomainCallCount() int
func (*FakeCloudControllerClient) GetPrivateDomainReturns ¶
func (*FakeCloudControllerClient) GetRouteApplications ¶
func (fake *FakeCloudControllerClient) GetRouteApplications(routeGUID string, queries []ccv2.Query) ([]ccv2.Application, ccv2.Warnings, error)
func (*FakeCloudControllerClient) GetRouteApplicationsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetRouteApplicationsArgsForCall(i int) (string, []ccv2.Query)
func (*FakeCloudControllerClient) GetRouteApplicationsCallCount ¶
func (fake *FakeCloudControllerClient) GetRouteApplicationsCallCount() int
func (*FakeCloudControllerClient) GetRouteApplicationsReturns ¶
func (fake *FakeCloudControllerClient) GetRouteApplicationsReturns(result1 []ccv2.Application, result2 ccv2.Warnings, result3 error)
func (*FakeCloudControllerClient) GetServiceBindings ¶
func (fake *FakeCloudControllerClient) GetServiceBindings(queries []ccv2.Query) ([]ccv2.ServiceBinding, ccv2.Warnings, error)
func (*FakeCloudControllerClient) GetServiceBindingsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetServiceBindingsArgsForCall(i int) []ccv2.Query
func (*FakeCloudControllerClient) GetServiceBindingsCallCount ¶
func (fake *FakeCloudControllerClient) GetServiceBindingsCallCount() int
func (*FakeCloudControllerClient) GetServiceBindingsReturns ¶
func (fake *FakeCloudControllerClient) GetServiceBindingsReturns(result1 []ccv2.ServiceBinding, result2 ccv2.Warnings, result3 error)
func (*FakeCloudControllerClient) GetServiceInstances ¶
func (fake *FakeCloudControllerClient) GetServiceInstances(queries []ccv2.Query) ([]ccv2.ServiceInstance, ccv2.Warnings, error)
func (*FakeCloudControllerClient) GetServiceInstancesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesArgsForCall(i int) []ccv2.Query
func (*FakeCloudControllerClient) GetServiceInstancesCallCount ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesCallCount() int
func (*FakeCloudControllerClient) GetServiceInstancesReturns ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesReturns(result1 []ccv2.ServiceInstance, result2 ccv2.Warnings, result3 error)
func (*FakeCloudControllerClient) GetSharedDomain ¶
func (*FakeCloudControllerClient) GetSharedDomainArgsForCall ¶
func (fake *FakeCloudControllerClient) GetSharedDomainArgsForCall(i int) string
func (*FakeCloudControllerClient) GetSharedDomainCallCount ¶
func (fake *FakeCloudControllerClient) GetSharedDomainCallCount() int
func (*FakeCloudControllerClient) GetSharedDomainReturns ¶
func (*FakeCloudControllerClient) GetSpaceRoutes ¶
func (*FakeCloudControllerClient) GetSpaceRoutesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetSpaceRoutesArgsForCall(i int) (string, []ccv2.Query)
func (*FakeCloudControllerClient) GetSpaceRoutesCallCount ¶
func (fake *FakeCloudControllerClient) GetSpaceRoutesCallCount() int
func (*FakeCloudControllerClient) GetSpaceRoutesReturns ¶
func (*FakeCloudControllerClient) GetSpaceServiceInstances ¶
func (fake *FakeCloudControllerClient) GetSpaceServiceInstances(spaceGUID string, includeUserProvidedServices bool, queries []ccv2.Query) ([]ccv2.ServiceInstance, ccv2.Warnings, error)
func (*FakeCloudControllerClient) GetSpaceServiceInstancesArgsForCall ¶
func (*FakeCloudControllerClient) GetSpaceServiceInstancesCallCount ¶
func (fake *FakeCloudControllerClient) GetSpaceServiceInstancesCallCount() int
func (*FakeCloudControllerClient) GetSpaceServiceInstancesReturns ¶
func (fake *FakeCloudControllerClient) GetSpaceServiceInstancesReturns(result1 []ccv2.ServiceInstance, result2 ccv2.Warnings, result3 error)
func (*FakeCloudControllerClient) Invocations ¶
func (fake *FakeCloudControllerClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.