Documentation ¶
Overview ¶
Package manifests is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOSBuildCRCreator ¶
type MockOSBuildCRCreator struct {
// contains filtered or unexported fields
}
MockOSBuildCRCreator is a mock of OSBuildCRCreator interface.
func NewMockOSBuildCRCreator ¶
func NewMockOSBuildCRCreator(ctrl *gomock.Controller) *MockOSBuildCRCreator
NewMockOSBuildCRCreator creates a new mock instance.
func (*MockOSBuildCRCreator) Create ¶
func (m *MockOSBuildCRCreator) Create(ctx context.Context, osBuildConfig *v1alpha1.OSBuildConfig, targetImageType v1alpha1.TargetImageType) error
Create mocks base method.
func (*MockOSBuildCRCreator) EXPECT ¶
func (m *MockOSBuildCRCreator) EXPECT() *MockOSBuildCRCreatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockOSBuildCRCreatorMockRecorder ¶
type MockOSBuildCRCreatorMockRecorder struct {
// contains filtered or unexported fields
}
MockOSBuildCRCreatorMockRecorder is the mock recorder for MockOSBuildCRCreator.
func (*MockOSBuildCRCreatorMockRecorder) Create ¶
func (mr *MockOSBuildCRCreatorMockRecorder) Create(ctx, osBuildConfig, targetImageType interface{}) *gomock.Call
Create indicates an expected call of Create.
type OSBuildCRCreator ¶
type OSBuildCRCreator interface {
Create(ctx context.Context, osBuildConfig *osbuildv1alpha1.OSBuildConfig, targetImageType osbuildv1alpha1.TargetImageType) error
}
type OSBuildCreator ¶
type OSBuildCreator struct { Scheme *runtime.Scheme OSBuildRepository repositoryosbuild.Repository OSBuildConfigTemplateRepository osbuildconfigtemplate.Repository ConfigMapRepository configmap.Repository OSBuildConfigRepository repositoryosbuildconfig.Repository }
func NewOSBuildCRCreator ¶
func NewOSBuildCRCreator(osBuildConfigRepository repositoryosbuildconfig.Repository, osBuildRepository repositoryosbuild.Repository, scheme *runtime.Scheme, osBuildConfigTemplateRepository osbuildconfigtemplate.Repository, configMapRepository configmap.Repository) *OSBuildCreator
func (*OSBuildCreator) Create ¶
func (o *OSBuildCreator) Create(ctx context.Context, osBuildConfig *osbuildv1alpha1.OSBuildConfig, targetImageType osbuildv1alpha1.TargetImageType) error
Click to show internal directories.
Click to hide internal directories.