Documentation ¶
Overview ¶
Package images is a generated GoMock package.
Package images is a generated GoMock package.
Index ¶
- type MockImageManager
- func (m *MockImageManager) EXPECT() *MockImageManagerMockRecorder
- func (m *MockImageManager) ImagePull(arg0 context.Context, arg1 string, arg2 types.ImagePullOptions) (io.ReadCloser, error)
- func (m *MockImageManager) ImagePush(arg0 context.Context, arg1 string, arg2 types.ImagePushOptions) (io.ReadCloser, error)
- func (m *MockImageManager) ImageSave(arg0 context.Context, arg1 []string) (io.ReadCloser, error)
- func (m *MockImageManager) ImageTag(arg0 context.Context, arg1, arg2 string) error
- type MockImageManagerMockRecorder
- func (mr *MockImageManagerMockRecorder) ImagePull(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockImageManagerMockRecorder) ImagePush(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockImageManagerMockRecorder) ImageSave(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockImageManagerMockRecorder) ImageTag(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockPullURLResolver
- type MockPullURLResolverMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImageManager ¶
type MockImageManager struct {
// contains filtered or unexported fields
}
MockImageManager is a mock of ImageManager interface
func NewMockImageManager ¶
func NewMockImageManager(ctrl *gomock.Controller) *MockImageManager
NewMockImageManager creates a new mock instance
func (*MockImageManager) EXPECT ¶
func (m *MockImageManager) EXPECT() *MockImageManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockImageManager) ImagePull ¶
func (m *MockImageManager) ImagePull(arg0 context.Context, arg1 string, arg2 types.ImagePullOptions) (io.ReadCloser, error)
ImagePull mocks base method
func (*MockImageManager) ImagePush ¶
func (m *MockImageManager) ImagePush(arg0 context.Context, arg1 string, arg2 types.ImagePushOptions) (io.ReadCloser, error)
ImagePush mocks base method
func (*MockImageManager) ImageSave ¶
func (m *MockImageManager) ImageSave(arg0 context.Context, arg1 []string) (io.ReadCloser, error)
ImageSave mocks base method
type MockImageManagerMockRecorder ¶
type MockImageManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockImageManagerMockRecorder is the mock recorder for MockImageManager
func (*MockImageManagerMockRecorder) ImagePull ¶
func (mr *MockImageManagerMockRecorder) ImagePull(arg0, arg1, arg2 interface{}) *gomock.Call
ImagePull indicates an expected call of ImagePull
func (*MockImageManagerMockRecorder) ImagePush ¶
func (mr *MockImageManagerMockRecorder) ImagePush(arg0, arg1, arg2 interface{}) *gomock.Call
ImagePush indicates an expected call of ImagePush
func (*MockImageManagerMockRecorder) ImageSave ¶
func (mr *MockImageManagerMockRecorder) ImageSave(arg0, arg1 interface{}) *gomock.Call
ImageSave indicates an expected call of ImageSave
func (*MockImageManagerMockRecorder) ImageTag ¶
func (mr *MockImageManagerMockRecorder) ImageTag(arg0, arg1, arg2 interface{}) *gomock.Call
ImageTag indicates an expected call of ImageTag
type MockPullURLResolver ¶
type MockPullURLResolver struct {
// contains filtered or unexported fields
}
MockPullURLResolver is a mock of PullURLResolver interface
func NewMockPullURLResolver ¶
func NewMockPullURLResolver(ctrl *gomock.Controller) *MockPullURLResolver
NewMockPullURLResolver creates a new mock instance
func (*MockPullURLResolver) EXPECT ¶
func (m *MockPullURLResolver) EXPECT() *MockPullURLResolverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPullURLResolver) ResolvePullURL ¶
func (m *MockPullURLResolver) ResolvePullURL(arg0 api.DockerAsset, arg1 api.ReleaseMetadata) (string, error)
ResolvePullURL mocks base method
type MockPullURLResolverMockRecorder ¶
type MockPullURLResolverMockRecorder struct {
// contains filtered or unexported fields
}
MockPullURLResolverMockRecorder is the mock recorder for MockPullURLResolver
func (*MockPullURLResolverMockRecorder) ResolvePullURL ¶
func (mr *MockPullURLResolverMockRecorder) ResolvePullURL(arg0, arg1 interface{}) *gomock.Call
ResolvePullURL indicates an expected call of ResolvePullURL