manifests

package
v0.0.0-...-87359d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL