Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAppFactory
- func (fake *FakeAppFactory) GetAppService(arg1 context.Context, arg2 string, arg3 string) (app.AppService, error)
- func (fake *FakeAppFactory) GetAppServiceArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeAppFactory) GetAppServiceCallCount() int
- func (fake *FakeAppFactory) GetAppServiceCalls(stub func(context.Context, string, string) (app.AppService, error))
- func (fake *FakeAppFactory) GetAppServiceForAdd(arg1 context.Context, arg2 apputils.AppServiceParams) (app.AppService, error)
- func (fake *FakeAppFactory) GetAppServiceForAddArgsForCall(i int) (context.Context, apputils.AppServiceParams)
- func (fake *FakeAppFactory) GetAppServiceForAddCallCount() int
- func (fake *FakeAppFactory) GetAppServiceForAddCalls(stub func(context.Context, apputils.AppServiceParams) (app.AppService, error))
- func (fake *FakeAppFactory) GetAppServiceForAddReturns(result1 app.AppService, result2 error)
- func (fake *FakeAppFactory) GetAppServiceForAddReturnsOnCall(i int, result1 app.AppService, result2 error)
- func (fake *FakeAppFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
- func (fake *FakeAppFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
- func (fake *FakeAppFactory) GetKubeService() (kube.Kube, error)
- func (fake *FakeAppFactory) GetKubeServiceCallCount() int
- func (fake *FakeAppFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))
- func (fake *FakeAppFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)
- func (fake *FakeAppFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)
- func (fake *FakeAppFactory) Invocations() map[string][][]interface{}
- type FakeServerAppFactory
- func (fake *FakeServerAppFactory) GetAppService(arg1 context.Context, arg2 apputils.AppServiceParams) (app.AppService, error)
- func (fake *FakeServerAppFactory) GetAppServiceArgsForCall(i int) (context.Context, apputils.AppServiceParams)
- func (fake *FakeServerAppFactory) GetAppServiceCallCount() int
- func (fake *FakeServerAppFactory) GetAppServiceCalls(stub func(context.Context, apputils.AppServiceParams) (app.AppService, error))
- func (fake *FakeServerAppFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
- func (fake *FakeServerAppFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
- func (fake *FakeServerAppFactory) GetKubeService() (kube.Kube, error)
- func (fake *FakeServerAppFactory) GetKubeServiceCallCount() int
- func (fake *FakeServerAppFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))
- func (fake *FakeServerAppFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)
- func (fake *FakeServerAppFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)
- func (fake *FakeServerAppFactory) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppFactory ¶
type FakeAppFactory struct { GetAppServiceStub func(context.Context, string, string) (app.AppService, error) GetAppServiceForAddStub func(context.Context, apputils.AppServiceParams) (app.AppService, error) GetKubeServiceStub func() (kube.Kube, error) // contains filtered or unexported fields }
func (*FakeAppFactory) GetAppService ¶
func (fake *FakeAppFactory) GetAppService(arg1 context.Context, arg2 string, arg3 string) (app.AppService, error)
func (*FakeAppFactory) GetAppServiceArgsForCall ¶
func (*FakeAppFactory) GetAppServiceCallCount ¶
func (fake *FakeAppFactory) GetAppServiceCallCount() int
func (*FakeAppFactory) GetAppServiceCalls ¶
func (fake *FakeAppFactory) GetAppServiceCalls(stub func(context.Context, string, string) (app.AppService, error))
func (*FakeAppFactory) GetAppServiceForAdd ¶ added in v0.3.1
func (fake *FakeAppFactory) GetAppServiceForAdd(arg1 context.Context, arg2 apputils.AppServiceParams) (app.AppService, error)
func (*FakeAppFactory) GetAppServiceForAddArgsForCall ¶ added in v0.3.1
func (fake *FakeAppFactory) GetAppServiceForAddArgsForCall(i int) (context.Context, apputils.AppServiceParams)
func (*FakeAppFactory) GetAppServiceForAddCallCount ¶ added in v0.3.1
func (fake *FakeAppFactory) GetAppServiceForAddCallCount() int
func (*FakeAppFactory) GetAppServiceForAddCalls ¶ added in v0.3.1
func (fake *FakeAppFactory) GetAppServiceForAddCalls(stub func(context.Context, apputils.AppServiceParams) (app.AppService, error))
func (*FakeAppFactory) GetAppServiceForAddReturns ¶ added in v0.3.1
func (fake *FakeAppFactory) GetAppServiceForAddReturns(result1 app.AppService, result2 error)
func (*FakeAppFactory) GetAppServiceForAddReturnsOnCall ¶ added in v0.3.1
func (fake *FakeAppFactory) GetAppServiceForAddReturnsOnCall(i int, result1 app.AppService, result2 error)
func (*FakeAppFactory) GetAppServiceReturns ¶
func (fake *FakeAppFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
func (*FakeAppFactory) GetAppServiceReturnsOnCall ¶
func (fake *FakeAppFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
func (*FakeAppFactory) GetKubeService ¶
func (fake *FakeAppFactory) GetKubeService() (kube.Kube, error)
func (*FakeAppFactory) GetKubeServiceCallCount ¶
func (fake *FakeAppFactory) GetKubeServiceCallCount() int
func (*FakeAppFactory) GetKubeServiceCalls ¶
func (fake *FakeAppFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))
func (*FakeAppFactory) GetKubeServiceReturns ¶
func (fake *FakeAppFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)
func (*FakeAppFactory) GetKubeServiceReturnsOnCall ¶
func (fake *FakeAppFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)
func (*FakeAppFactory) Invocations ¶
func (fake *FakeAppFactory) Invocations() map[string][][]interface{}
type FakeServerAppFactory ¶ added in v0.3.1
type FakeServerAppFactory struct { GetAppServiceStub func(context.Context, apputils.AppServiceParams) (app.AppService, error) GetKubeServiceStub func() (kube.Kube, error) // contains filtered or unexported fields }
func (*FakeServerAppFactory) GetAppService ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetAppService(arg1 context.Context, arg2 apputils.AppServiceParams) (app.AppService, error)
func (*FakeServerAppFactory) GetAppServiceArgsForCall ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetAppServiceArgsForCall(i int) (context.Context, apputils.AppServiceParams)
func (*FakeServerAppFactory) GetAppServiceCallCount ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetAppServiceCallCount() int
func (*FakeServerAppFactory) GetAppServiceCalls ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetAppServiceCalls(stub func(context.Context, apputils.AppServiceParams) (app.AppService, error))
func (*FakeServerAppFactory) GetAppServiceReturns ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
func (*FakeServerAppFactory) GetAppServiceReturnsOnCall ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
func (*FakeServerAppFactory) GetKubeService ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetKubeService() (kube.Kube, error)
func (*FakeServerAppFactory) GetKubeServiceCallCount ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetKubeServiceCallCount() int
func (*FakeServerAppFactory) GetKubeServiceCalls ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))
func (*FakeServerAppFactory) GetKubeServiceReturns ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)
func (*FakeServerAppFactory) GetKubeServiceReturnsOnCall ¶ added in v0.3.1
func (fake *FakeServerAppFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)
func (*FakeServerAppFactory) Invocations ¶ added in v0.3.1
func (fake *FakeServerAppFactory) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.