Documentation
¶
Overview ¶
Package mock_resourcewatcher is a generated GoMock package.
Package mock_resourcewatcher is a generated GoMock package.
Package mock_resourcewatcher is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLister ¶
type MockLister struct {
// contains filtered or unexported fields
}
MockLister is a mock of Lister interface.
func NewMockLister ¶
func NewMockLister(ctrl *gomock.Controller) *MockLister
NewMockLister creates a new mock instance.
func (*MockLister) EXPECT ¶
func (m *MockLister) EXPECT() *MockListerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLister) List ¶
func (m *MockLister) List(arg0 v1.ListOptions) (runtime.Object, error)
List mocks base method.
type MockListerMockRecorder ¶
type MockListerMockRecorder struct {
// contains filtered or unexported fields
}
MockListerMockRecorder is the mock recorder for MockLister.
func (*MockListerMockRecorder) List ¶
func (mr *MockListerMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List.
type MockStreamWriter ¶
type MockStreamWriter struct {
// contains filtered or unexported fields
}
MockStreamWriter is a mock of StreamWriter interface.
func NewMockStreamWriter ¶
func NewMockStreamWriter(ctrl *gomock.Controller) *MockStreamWriter
NewMockStreamWriter creates a new mock instance.
func (*MockStreamWriter) EXPECT ¶
func (m *MockStreamWriter) EXPECT() *MockStreamWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStreamWriter) Write ¶
func (m *MockStreamWriter) Write(arg0 *streamwriter.WatchEvent) error
Write mocks base method.
type MockStreamWriterMockRecorder ¶
type MockStreamWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockStreamWriterMockRecorder is the mock recorder for MockStreamWriter.
func (*MockStreamWriterMockRecorder) Write ¶
func (mr *MockStreamWriterMockRecorder) Write(arg0 interface{}) *gomock.Call
Write indicates an expected call of Write.
type MockWatchInterface ¶
type MockWatchInterface struct {
// contains filtered or unexported fields
}
MockWatchInterface is a mock of Interface interface.
func NewMockWatchInterface ¶
func NewMockWatchInterface(ctrl *gomock.Controller) *MockWatchInterface
NewMockWatchInterface creates a new mock instance.
func (*MockWatchInterface) EXPECT ¶
func (m *MockWatchInterface) EXPECT() *MockWatchInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWatchInterface) ResultChan ¶
func (m *MockWatchInterface) ResultChan() <-chan watch.Event
ResultChan mocks base method.
type MockWatchInterfaceMockRecorder ¶
type MockWatchInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockWatchInterfaceMockRecorder is the mock recorder for MockWatchInterface.
func (*MockWatchInterfaceMockRecorder) ResultChan ¶
func (mr *MockWatchInterfaceMockRecorder) ResultChan() *gomock.Call
ResultChan indicates an expected call of ResultChan.
func (*MockWatchInterfaceMockRecorder) Stop ¶
func (mr *MockWatchInterfaceMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.