Documentation ¶
Overview ¶
Package mock_controllers is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWatchedObject ¶
type MockWatchedObject struct {
// contains filtered or unexported fields
}
MockWatchedObject is a mock of WatchedObject interface.
func NewMockWatchedObject ¶
func NewMockWatchedObject(ctrl *gomock.Controller) *MockWatchedObject
NewMockWatchedObject creates a new mock instance.
func (*MockWatchedObject) EXPECT ¶
func (m *MockWatchedObject) EXPECT() *MockWatchedObjectMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWatchedObject) GetLabels ¶
func (m *MockWatchedObject) GetLabels() map[string]string
GetLabels mocks base method.
type MockWatchedObjectMockRecorder ¶
type MockWatchedObjectMockRecorder struct {
// contains filtered or unexported fields
}
MockWatchedObjectMockRecorder is the mock recorder for MockWatchedObject.
func (*MockWatchedObjectMockRecorder) GetLabels ¶
func (mr *MockWatchedObjectMockRecorder) GetLabels() *gomock.Call
GetLabels indicates an expected call of GetLabels.
Click to show internal directories.
Click to hide internal directories.