Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInterface
- func (fake *FakeInterface) Done()
- func (fake *FakeInterface) DoneCallCount() int
- func (fake *FakeInterface) DoneCalls(stub func())
- func (fake *FakeInterface) Error() error
- func (fake *FakeInterface) ErrorCallCount() int
- func (fake *FakeInterface) ErrorCalls(stub func() error)
- func (fake *FakeInterface) ErrorReturns(result1 error)
- func (fake *FakeInterface) ErrorReturnsOnCall(i int, result1 error)
- func (fake *FakeInterface) Invocations() map[string][][]interface{}
- func (fake *FakeInterface) Requeue()
- func (fake *FakeInterface) RequeueAPIErr(arg1 error)
- func (fake *FakeInterface) RequeueAPIErrArgsForCall(i int) error
- func (fake *FakeInterface) RequeueAPIErrCallCount() int
- func (fake *FakeInterface) RequeueAPIErrCalls(stub func(error))
- func (fake *FakeInterface) RequeueAfter(arg1 time.Duration)
- func (fake *FakeInterface) RequeueAfterArgsForCall(i int) time.Duration
- func (fake *FakeInterface) RequeueAfterCallCount() int
- func (fake *FakeInterface) RequeueAfterCalls(stub func(time.Duration))
- func (fake *FakeInterface) RequeueCallCount() int
- func (fake *FakeInterface) RequeueCalls(stub func())
- func (fake *FakeInterface) RequeueErr(arg1 error)
- func (fake *FakeInterface) RequeueErrArgsForCall(i int) error
- func (fake *FakeInterface) RequeueErrCallCount() int
- func (fake *FakeInterface) RequeueErrCalls(stub func(error))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInterface ¶
type FakeInterface struct { DoneStub func() ErrorStub func() error RequeueStub func() RequeueAPIErrStub func(error) RequeueAfterStub func(time.Duration) RequeueErrStub func(error) // contains filtered or unexported fields }
func (*FakeInterface) Done ¶
func (fake *FakeInterface) Done()
func (*FakeInterface) DoneCallCount ¶
func (fake *FakeInterface) DoneCallCount() int
func (*FakeInterface) DoneCalls ¶
func (fake *FakeInterface) DoneCalls(stub func())
func (*FakeInterface) Error ¶ added in v0.5.0
func (fake *FakeInterface) Error() error
func (*FakeInterface) ErrorCallCount ¶ added in v0.5.0
func (fake *FakeInterface) ErrorCallCount() int
func (*FakeInterface) ErrorCalls ¶ added in v0.5.0
func (fake *FakeInterface) ErrorCalls(stub func() error)
func (*FakeInterface) ErrorReturns ¶ added in v0.5.0
func (fake *FakeInterface) ErrorReturns(result1 error)
func (*FakeInterface) ErrorReturnsOnCall ¶ added in v0.5.0
func (fake *FakeInterface) ErrorReturnsOnCall(i int, result1 error)
func (*FakeInterface) Invocations ¶
func (fake *FakeInterface) Invocations() map[string][][]interface{}
func (*FakeInterface) Requeue ¶
func (fake *FakeInterface) Requeue()
func (*FakeInterface) RequeueAPIErr ¶
func (fake *FakeInterface) RequeueAPIErr(arg1 error)
func (*FakeInterface) RequeueAPIErrArgsForCall ¶
func (fake *FakeInterface) RequeueAPIErrArgsForCall(i int) error
func (*FakeInterface) RequeueAPIErrCallCount ¶
func (fake *FakeInterface) RequeueAPIErrCallCount() int
func (*FakeInterface) RequeueAPIErrCalls ¶
func (fake *FakeInterface) RequeueAPIErrCalls(stub func(error))
func (*FakeInterface) RequeueAfter ¶
func (fake *FakeInterface) RequeueAfter(arg1 time.Duration)
func (*FakeInterface) RequeueAfterArgsForCall ¶
func (fake *FakeInterface) RequeueAfterArgsForCall(i int) time.Duration
func (*FakeInterface) RequeueAfterCallCount ¶
func (fake *FakeInterface) RequeueAfterCallCount() int
func (*FakeInterface) RequeueAfterCalls ¶
func (fake *FakeInterface) RequeueAfterCalls(stub func(time.Duration))
func (*FakeInterface) RequeueCallCount ¶
func (fake *FakeInterface) RequeueCallCount() int
func (*FakeInterface) RequeueCalls ¶
func (fake *FakeInterface) RequeueCalls(stub func())
func (*FakeInterface) RequeueErr ¶
func (fake *FakeInterface) RequeueErr(arg1 error)
func (*FakeInterface) RequeueErrArgsForCall ¶
func (fake *FakeInterface) RequeueErrArgsForCall(i int) error
func (*FakeInterface) RequeueErrCallCount ¶
func (fake *FakeInterface) RequeueErrCallCount() int
func (*FakeInterface) RequeueErrCalls ¶
func (fake *FakeInterface) RequeueErrCalls(stub func(error))
Click to show internal directories.
Click to hide internal directories.