Documentation ¶
Overview ¶
Package mock_pull is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImagePuller ¶
type MockImagePuller struct {
// contains filtered or unexported fields
}
MockImagePuller is a mock of ImagePuller interface
func NewMockImagePuller ¶
func NewMockImagePuller(ctrl *gomock.Controller) *MockImagePuller
NewMockImagePuller creates a new mock instance
func (*MockImagePuller) EXPECT ¶
func (m *MockImagePuller) EXPECT() *MockImagePullerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockImagePullerMockRecorder ¶
type MockImagePullerMockRecorder struct {
// contains filtered or unexported fields
}
MockImagePullerMockRecorder is the mock recorder for MockImagePuller
func (*MockImagePullerMockRecorder) Pull ¶
func (mr *MockImagePullerMockRecorder) Pull(arg0, arg1 interface{}) *gomock.Call
Pull indicates an expected call of Pull
Click to show internal directories.
Click to hide internal directories.