Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNodeLabeller ¶
type MockNodeLabeller struct {
// contains filtered or unexported fields
}
MockNodeLabeller is a mock of NodeLabeller interface.
func NewMockNodeLabeller ¶
func NewMockNodeLabeller(ctrl *gomock.Controller) *MockNodeLabeller
NewMockNodeLabeller creates a new mock instance.
func (*MockNodeLabeller) EXPECT ¶
func (m *MockNodeLabeller) EXPECT() *MockNodeLabellerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNodeLabeller) EnsureNodeLabels ¶
func (m *MockNodeLabeller) EnsureNodeLabels(ctx context.Context, key client.ObjectKey, labels map[string]string) error
EnsureNodeLabels mocks base method.
func (*MockNodeLabeller) NodeObjects ¶
func (m *MockNodeLabeller) NodeObjects(ctx context.Context) (map[client.ObjectKey]storageos.Object, error)
NodeObjects mocks base method.
type MockNodeLabellerMockRecorder ¶
type MockNodeLabellerMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeLabellerMockRecorder is the mock recorder for MockNodeLabeller.
func (*MockNodeLabellerMockRecorder) EnsureNodeLabels ¶
func (mr *MockNodeLabellerMockRecorder) EnsureNodeLabels(ctx, key, labels interface{}) *gomock.Call
EnsureNodeLabels indicates an expected call of EnsureNodeLabels.
func (*MockNodeLabellerMockRecorder) NodeObjects ¶
func (mr *MockNodeLabellerMockRecorder) NodeObjects(ctx interface{}) *gomock.Call
NodeObjects indicates an expected call of NodeObjects.
Click to show internal directories.
Click to hide internal directories.