Documentation ¶
Overview ¶
Package app is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockResourceWatcher ¶
type MockResourceWatcher struct {
// contains filtered or unexported fields
}
MockResourceWatcher is a mock of ResourceWatcher interface.
func NewMockResourceWatcher ¶
func NewMockResourceWatcher(ctrl *gomock.Controller) *MockResourceWatcher
NewMockResourceWatcher creates a new mock instance.
func (*MockResourceWatcher) EXPECT ¶
func (m *MockResourceWatcher) EXPECT() *MockResourceWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceWatcher) NewEventHandlerFuncs ¶
func (m *MockResourceWatcher) NewEventHandlerFuncs() *cache.ResourceEventHandlerFuncs
NewEventHandlerFuncs mocks base method.
func (*MockResourceWatcher) Watch ¶
func (m *MockResourceWatcher) Watch(arg0 context.Context, arg1 informers.GenericInformer, arg2 cache.ResourceEventHandler) error
Watch mocks base method.
type MockResourceWatcherMockRecorder ¶
type MockResourceWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceWatcherMockRecorder is the mock recorder for MockResourceWatcher.
func (*MockResourceWatcherMockRecorder) NewEventHandlerFuncs ¶
func (mr *MockResourceWatcherMockRecorder) NewEventHandlerFuncs() *gomock.Call
NewEventHandlerFuncs indicates an expected call of NewEventHandlerFuncs.
func (*MockResourceWatcherMockRecorder) Watch ¶
func (mr *MockResourceWatcherMockRecorder) Watch(arg0, arg1, arg2 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
Click to show internal directories.
Click to hide internal directories.