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