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 MockPuller ¶
type MockPuller struct {
// contains filtered or unexported fields
}
MockPuller is a mock of Puller interface.
func NewMockPuller ¶
func NewMockPuller(ctrl *gomock.Controller) *MockPuller
NewMockPuller creates a new mock instance.
func (*MockPuller) EXPECT ¶
func (m *MockPuller) EXPECT() *MockPullerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPullerMockRecorder ¶
type MockPullerMockRecorder struct {
// contains filtered or unexported fields
}
MockPullerMockRecorder is the mock recorder for MockPuller.
func (*MockPullerMockRecorder) Pull ¶
func (mr *MockPullerMockRecorder) Pull(ctx, ref, clusterName interface{}) *gomock.Call
Pull indicates an expected call of Pull.
Click to show internal directories.
Click to hide internal directories.