Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInterceptTimeout
- func (fake *FakeInterceptTimeout) Channel() <-chan time.Time
- func (fake *FakeInterceptTimeout) ChannelCallCount() int
- func (fake *FakeInterceptTimeout) ChannelCalls(stub func() <-chan time.Time)
- func (fake *FakeInterceptTimeout) ChannelReturns(result1 <-chan time.Time)
- func (fake *FakeInterceptTimeout) ChannelReturnsOnCall(i int, result1 <-chan time.Time)
- func (fake *FakeInterceptTimeout) Error() error
- func (fake *FakeInterceptTimeout) ErrorCallCount() int
- func (fake *FakeInterceptTimeout) ErrorCalls(stub func() error)
- func (fake *FakeInterceptTimeout) ErrorReturns(result1 error)
- func (fake *FakeInterceptTimeout) ErrorReturnsOnCall(i int, result1 error)
- func (fake *FakeInterceptTimeout) Invocations() map[string][][]interface{}
- func (fake *FakeInterceptTimeout) Reset()
- func (fake *FakeInterceptTimeout) ResetCallCount() int
- func (fake *FakeInterceptTimeout) ResetCalls(stub func())
- type FakeInterceptTimeoutFactory
- func (fake *FakeInterceptTimeoutFactory) Invocations() map[string][][]interface{}
- func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeout() containerserver.InterceptTimeout
- func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutCallCount() int
- func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutCalls(stub func() containerserver.InterceptTimeout)
- func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutReturns(result1 containerserver.InterceptTimeout)
- func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutReturnsOnCall(i int, result1 containerserver.InterceptTimeout)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInterceptTimeout ¶
type FakeInterceptTimeout struct { ChannelStub func() <-chan time.Time ErrorStub func() error ResetStub func() // contains filtered or unexported fields }
func (*FakeInterceptTimeout) Channel ¶
func (fake *FakeInterceptTimeout) Channel() <-chan time.Time
func (*FakeInterceptTimeout) ChannelCallCount ¶
func (fake *FakeInterceptTimeout) ChannelCallCount() int
func (*FakeInterceptTimeout) ChannelCalls ¶
func (fake *FakeInterceptTimeout) ChannelCalls(stub func() <-chan time.Time)
func (*FakeInterceptTimeout) ChannelReturns ¶
func (fake *FakeInterceptTimeout) ChannelReturns(result1 <-chan time.Time)
func (*FakeInterceptTimeout) ChannelReturnsOnCall ¶
func (fake *FakeInterceptTimeout) ChannelReturnsOnCall(i int, result1 <-chan time.Time)
func (*FakeInterceptTimeout) Error ¶
func (fake *FakeInterceptTimeout) Error() error
func (*FakeInterceptTimeout) ErrorCallCount ¶
func (fake *FakeInterceptTimeout) ErrorCallCount() int
func (*FakeInterceptTimeout) ErrorCalls ¶
func (fake *FakeInterceptTimeout) ErrorCalls(stub func() error)
func (*FakeInterceptTimeout) ErrorReturns ¶
func (fake *FakeInterceptTimeout) ErrorReturns(result1 error)
func (*FakeInterceptTimeout) ErrorReturnsOnCall ¶
func (fake *FakeInterceptTimeout) ErrorReturnsOnCall(i int, result1 error)
func (*FakeInterceptTimeout) Invocations ¶
func (fake *FakeInterceptTimeout) Invocations() map[string][][]interface{}
func (*FakeInterceptTimeout) Reset ¶
func (fake *FakeInterceptTimeout) Reset()
func (*FakeInterceptTimeout) ResetCallCount ¶
func (fake *FakeInterceptTimeout) ResetCallCount() int
func (*FakeInterceptTimeout) ResetCalls ¶
func (fake *FakeInterceptTimeout) ResetCalls(stub func())
type FakeInterceptTimeoutFactory ¶
type FakeInterceptTimeoutFactory struct { NewInterceptTimeoutStub func() containerserver.InterceptTimeout // contains filtered or unexported fields }
func (*FakeInterceptTimeoutFactory) Invocations ¶
func (fake *FakeInterceptTimeoutFactory) Invocations() map[string][][]interface{}
func (*FakeInterceptTimeoutFactory) NewInterceptTimeout ¶
func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeout() containerserver.InterceptTimeout
func (*FakeInterceptTimeoutFactory) NewInterceptTimeoutCallCount ¶
func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutCallCount() int
func (*FakeInterceptTimeoutFactory) NewInterceptTimeoutCalls ¶
func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutCalls(stub func() containerserver.InterceptTimeout)
func (*FakeInterceptTimeoutFactory) NewInterceptTimeoutReturns ¶
func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutReturns(result1 containerserver.InterceptTimeout)
func (*FakeInterceptTimeoutFactory) NewInterceptTimeoutReturnsOnCall ¶
func (fake *FakeInterceptTimeoutFactory) NewInterceptTimeoutReturnsOnCall(i int, result1 containerserver.InterceptTimeout)
Click to show internal directories.
Click to hide internal directories.