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 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) ListVolumes ¶
ListVolumes mocks base method.
type MockListerMockRecorder ¶
type MockListerMockRecorder struct {
// contains filtered or unexported fields
}
MockListerMockRecorder is the mock recorder for MockLister.
func (*MockListerMockRecorder) ListVolumes ¶
func (mr *MockListerMockRecorder) ListVolumes(arg0 interface{}) *gomock.Call
ListVolumes indicates an expected call of ListVolumes.
Click to show internal directories.
Click to hide internal directories.