Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeContainer
- func (fake *FakeContainer) ForceRefresh(arg1 cache.StorageType)
- func (fake *FakeContainer) ForceRefreshArgsForCall(i int) cache.StorageType
- func (fake *FakeContainer) ForceRefreshCallCount() int
- func (fake *FakeContainer) ForceRefreshCalls(stub func(cache.StorageType))
- func (fake *FakeContainer) Invocations() map[string][][]interface{}
- func (fake *FakeContainer) Namespaces() map[string][]v1.Namespace
- func (fake *FakeContainer) NamespacesCallCount() int
- func (fake *FakeContainer) NamespacesCalls(stub func() map[string][]v1.Namespace)
- func (fake *FakeContainer) NamespacesReturns(result1 map[string][]v1.Namespace)
- func (fake *FakeContainer) NamespacesReturnsOnCall(i int, result1 map[string][]v1.Namespace)
- func (fake *FakeContainer) Start(arg1 context.Context)
- func (fake *FakeContainer) StartArgsForCall(i int) context.Context
- func (fake *FakeContainer) StartCallCount() int
- func (fake *FakeContainer) StartCalls(stub func(context.Context))
- func (fake *FakeContainer) Stop()
- func (fake *FakeContainer) StopCallCount() int
- func (fake *FakeContainer) StopCalls(stub func())
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeContainer ¶
type FakeContainer struct { ForceRefreshStub func(cache.StorageType) NamespacesStub func() map[string][]v1.Namespace StartStub func(context.Context) StopStub func() // contains filtered or unexported fields }
func (*FakeContainer) ForceRefresh ¶
func (fake *FakeContainer) ForceRefresh(arg1 cache.StorageType)
func (*FakeContainer) ForceRefreshArgsForCall ¶
func (fake *FakeContainer) ForceRefreshArgsForCall(i int) cache.StorageType
func (*FakeContainer) ForceRefreshCallCount ¶
func (fake *FakeContainer) ForceRefreshCallCount() int
func (*FakeContainer) ForceRefreshCalls ¶
func (fake *FakeContainer) ForceRefreshCalls(stub func(cache.StorageType))
func (*FakeContainer) Invocations ¶
func (fake *FakeContainer) Invocations() map[string][][]interface{}
func (*FakeContainer) Namespaces ¶
func (fake *FakeContainer) Namespaces() map[string][]v1.Namespace
func (*FakeContainer) NamespacesCallCount ¶
func (fake *FakeContainer) NamespacesCallCount() int
func (*FakeContainer) NamespacesCalls ¶
func (fake *FakeContainer) NamespacesCalls(stub func() map[string][]v1.Namespace)
func (*FakeContainer) NamespacesReturns ¶
func (fake *FakeContainer) NamespacesReturns(result1 map[string][]v1.Namespace)
func (*FakeContainer) NamespacesReturnsOnCall ¶
func (fake *FakeContainer) NamespacesReturnsOnCall(i int, result1 map[string][]v1.Namespace)
func (*FakeContainer) Start ¶
func (fake *FakeContainer) Start(arg1 context.Context)
func (*FakeContainer) StartArgsForCall ¶
func (fake *FakeContainer) StartArgsForCall(i int) context.Context
func (*FakeContainer) StartCallCount ¶
func (fake *FakeContainer) StartCallCount() int
func (*FakeContainer) StartCalls ¶
func (fake *FakeContainer) StartCalls(stub func(context.Context))
func (*FakeContainer) Stop ¶
func (fake *FakeContainer) Stop()
func (*FakeContainer) StopCallCount ¶
func (fake *FakeContainer) StopCallCount() int
func (*FakeContainer) StopCalls ¶
func (fake *FakeContainer) StopCalls(stub func())
Click to show internal directories.
Click to hide internal directories.