Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: maker.go
Generated by this command:
mockgen -source=maker.go -package=ocpbuild -destination=mock_maker.go Maker
Package ocpbuild is a generated GoMock package.
Index ¶
Constants ¶
View Source
const (
BuildType = "build"
)
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
func NewManager( client client.Client, maker Maker, ocpBuildsHelper ocpbuildutils.OCPBuildsHelper, authFactory auth.RegistryAuthGetterFactory, registry registry.Registry) build.Manager
Types ¶
type Maker ¶
type MockMaker ¶
type MockMaker struct {
// contains filtered or unexported fields
}
MockMaker is a mock of Maker interface.
func NewMockMaker ¶
func NewMockMaker(ctrl *gomock.Controller) *MockMaker
NewMockMaker creates a new mock instance.
func (*MockMaker) EXPECT ¶
func (m *MockMaker) EXPECT() *MockMakerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMakerMockRecorder ¶
type MockMakerMockRecorder struct {
// contains filtered or unexported fields
}
MockMakerMockRecorder is the mock recorder for MockMaker.
func (*MockMakerMockRecorder) MakeBuildTemplate ¶
func (mr *MockMakerMockRecorder) MakeBuildTemplate(ctx, mld, pushImage, owner any) *gomock.Call
MakeBuildTemplate indicates an expected call of MakeBuildTemplate.
Click to show internal directories.
Click to hide internal directories.