Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockWatchAggregator
- func (m *MockWatchAggregator) AddWatch(w clients.ResourceWatcher) error
- func (m *MockWatchAggregator) EXPECT() *MockWatchAggregatorMockRecorder
- func (m *MockWatchAggregator) RemoveWatch(w clients.ResourceWatcher)
- func (m *MockWatchAggregator) Watch(namespace string, opts clients.WatchOpts) (<-chan resources.ResourceList, <-chan error, error)
- type MockWatchAggregatorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWatchAggregator ¶
type MockWatchAggregator struct {
// contains filtered or unexported fields
}
MockWatchAggregator is a mock of WatchAggregator interface
func NewMockWatchAggregator ¶
func NewMockWatchAggregator(ctrl *gomock.Controller) *MockWatchAggregator
NewMockWatchAggregator creates a new mock instance
func (*MockWatchAggregator) AddWatch ¶
func (m *MockWatchAggregator) AddWatch(w clients.ResourceWatcher) error
AddWatch mocks base method
func (*MockWatchAggregator) EXPECT ¶
func (m *MockWatchAggregator) EXPECT() *MockWatchAggregatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockWatchAggregator) RemoveWatch ¶
func (m *MockWatchAggregator) RemoveWatch(w clients.ResourceWatcher)
RemoveWatch mocks base method
func (*MockWatchAggregator) Watch ¶
func (m *MockWatchAggregator) Watch(namespace string, opts clients.WatchOpts) (<-chan resources.ResourceList, <-chan error, error)
Watch mocks base method
type MockWatchAggregatorMockRecorder ¶
type MockWatchAggregatorMockRecorder struct {
// contains filtered or unexported fields
}
MockWatchAggregatorMockRecorder is the mock recorder for MockWatchAggregator
func (*MockWatchAggregatorMockRecorder) AddWatch ¶
func (mr *MockWatchAggregatorMockRecorder) AddWatch(w interface{}) *gomock.Call
AddWatch indicates an expected call of AddWatch
func (*MockWatchAggregatorMockRecorder) RemoveWatch ¶
func (mr *MockWatchAggregatorMockRecorder) RemoveWatch(w interface{}) *gomock.Call
RemoveWatch indicates an expected call of RemoveWatch
func (*MockWatchAggregatorMockRecorder) Watch ¶
func (mr *MockWatchAggregatorMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
Click to show internal directories.
Click to hide internal directories.