types

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Package types is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAdditionalWebhookRegister

type MockAdditionalWebhookRegister struct {
	// contains filtered or unexported fields
}

MockAdditionalWebhookRegister is a mock of AdditionalWebhookRegister interface.

func NewMockAdditionalWebhookRegister

func NewMockAdditionalWebhookRegister(ctrl *gomock.Controller) *MockAdditionalWebhookRegister

NewMockAdditionalWebhookRegister creates a new mock instance.

func (*MockAdditionalWebhookRegister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAdditionalWebhookRegister) GetWebhookSupport

GetWebhookSupport mocks base method.

type MockAdditionalWebhookRegisterMockRecorder

type MockAdditionalWebhookRegisterMockRecorder struct {
	// contains filtered or unexported fields
}

MockAdditionalWebhookRegisterMockRecorder is the mock recorder for MockAdditionalWebhookRegister.

func (*MockAdditionalWebhookRegisterMockRecorder) GetWebhookSupport

func (mr *MockAdditionalWebhookRegisterMockRecorder) GetWebhookSupport() *gomock.Call

GetWebhookSupport indicates an expected call of GetWebhookSupport.

type MockArtifactDeleter

type MockArtifactDeleter struct {
	// contains filtered or unexported fields
}

MockArtifactDeleter is a mock of ArtifactDeleter interface.

func NewMockArtifactDeleter

func NewMockArtifactDeleter(ctrl *gomock.Controller) *MockArtifactDeleter

NewMockArtifactDeleter creates a new mock instance.

func (*MockArtifactDeleter) DeleteArtifact

func (m *MockArtifactDeleter) DeleteArtifact(arg0 context.Context, arg1 v1alpha1.ArtifactOptions) error

DeleteArtifact mocks base method.

func (*MockArtifactDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockArtifactDeleter) Path

func (m *MockArtifactDeleter) Path() string

Path mocks base method.

func (*MockArtifactDeleter) Setup

func (m *MockArtifactDeleter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockArtifactDeleterMockRecorder

type MockArtifactDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockArtifactDeleterMockRecorder is the mock recorder for MockArtifactDeleter.

func (*MockArtifactDeleterMockRecorder) DeleteArtifact

func (mr *MockArtifactDeleterMockRecorder) DeleteArtifact(arg0, arg1 interface{}) *gomock.Call

DeleteArtifact indicates an expected call of DeleteArtifact.

func (*MockArtifactDeleterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockArtifactDeleterMockRecorder) Setup

func (mr *MockArtifactDeleterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockArtifactGetter

type MockArtifactGetter struct {
	// contains filtered or unexported fields
}

MockArtifactGetter is a mock of ArtifactGetter interface.

func NewMockArtifactGetter

func NewMockArtifactGetter(ctrl *gomock.Controller) *MockArtifactGetter

NewMockArtifactGetter creates a new mock instance.

func (*MockArtifactGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockArtifactGetter) GetArtifact

GetArtifact mocks base method.

func (*MockArtifactGetter) Path

func (m *MockArtifactGetter) Path() string

Path mocks base method.

func (*MockArtifactGetter) Setup

func (m *MockArtifactGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockArtifactGetterMockRecorder

type MockArtifactGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockArtifactGetterMockRecorder is the mock recorder for MockArtifactGetter.

func (*MockArtifactGetterMockRecorder) GetArtifact

func (mr *MockArtifactGetterMockRecorder) GetArtifact(arg0, arg1 interface{}) *gomock.Call

GetArtifact indicates an expected call of GetArtifact.

func (*MockArtifactGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockArtifactGetterMockRecorder) Setup

func (mr *MockArtifactGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockArtifactLister

type MockArtifactLister struct {
	// contains filtered or unexported fields
}

MockArtifactLister is a mock of ArtifactLister interface.

func NewMockArtifactLister

func NewMockArtifactLister(ctrl *gomock.Controller) *MockArtifactLister

NewMockArtifactLister creates a new mock instance.

func (*MockArtifactLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockArtifactLister) ListArtifacts

ListArtifacts mocks base method.

func (*MockArtifactLister) Path

func (m *MockArtifactLister) Path() string

Path mocks base method.

func (*MockArtifactLister) Setup

func (m *MockArtifactLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockArtifactListerMockRecorder

type MockArtifactListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockArtifactListerMockRecorder is the mock recorder for MockArtifactLister.

func (*MockArtifactListerMockRecorder) ListArtifacts

func (mr *MockArtifactListerMockRecorder) ListArtifacts(arg0, arg1, arg2 interface{}) *gomock.Call

ListArtifacts indicates an expected call of ListArtifacts.

func (*MockArtifactListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockArtifactListerMockRecorder) Setup

func (mr *MockArtifactListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockArtifactTagDeleter

type MockArtifactTagDeleter struct {
	// contains filtered or unexported fields
}

MockArtifactTagDeleter is a mock of ArtifactTagDeleter interface.

func NewMockArtifactTagDeleter

func NewMockArtifactTagDeleter(ctrl *gomock.Controller) *MockArtifactTagDeleter

NewMockArtifactTagDeleter creates a new mock instance.

func (*MockArtifactTagDeleter) DeleteArtifactTag

func (m *MockArtifactTagDeleter) DeleteArtifactTag(arg0 context.Context, arg1 v1alpha1.ArtifactTagOptions) error

DeleteArtifactTag mocks base method.

func (*MockArtifactTagDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockArtifactTagDeleter) Path

func (m *MockArtifactTagDeleter) Path() string

Path mocks base method.

func (*MockArtifactTagDeleter) Setup

Setup mocks base method.

type MockArtifactTagDeleterMockRecorder

type MockArtifactTagDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockArtifactTagDeleterMockRecorder is the mock recorder for MockArtifactTagDeleter.

func (*MockArtifactTagDeleterMockRecorder) DeleteArtifactTag

func (mr *MockArtifactTagDeleterMockRecorder) DeleteArtifactTag(arg0, arg1 interface{}) *gomock.Call

DeleteArtifactTag indicates an expected call of DeleteArtifactTag.

func (*MockArtifactTagDeleterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockArtifactTagDeleterMockRecorder) Setup

func (mr *MockArtifactTagDeleterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockArtifactTriggerRegister

type MockArtifactTriggerRegister struct {
	// contains filtered or unexported fields
}

MockArtifactTriggerRegister is a mock of ArtifactTriggerRegister interface.

func NewMockArtifactTriggerRegister

func NewMockArtifactTriggerRegister(ctrl *gomock.Controller) *MockArtifactTriggerRegister

NewMockArtifactTriggerRegister creates a new mock instance.

func (*MockArtifactTriggerRegister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockArtifactTriggerRegister) GetIntegrationClassName

func (m *MockArtifactTriggerRegister) GetIntegrationClassName() string

GetIntegrationClassName mocks base method.

func (*MockArtifactTriggerRegister) PushEventType

func (m *MockArtifactTriggerRegister) PushEventType() string

PushEventType mocks base method.

type MockArtifactTriggerRegisterMockRecorder

type MockArtifactTriggerRegisterMockRecorder struct {
	// contains filtered or unexported fields
}

MockArtifactTriggerRegisterMockRecorder is the mock recorder for MockArtifactTriggerRegister.

func (*MockArtifactTriggerRegisterMockRecorder) GetIntegrationClassName

func (mr *MockArtifactTriggerRegisterMockRecorder) GetIntegrationClassName() *gomock.Call

GetIntegrationClassName indicates an expected call of GetIntegrationClassName.

func (*MockArtifactTriggerRegisterMockRecorder) PushEventType

PushEventType indicates an expected call of PushEventType.

type MockAuthChecker

type MockAuthChecker struct {
	// contains filtered or unexported fields
}

MockAuthChecker is a mock of AuthChecker interface.

func NewMockAuthChecker

func NewMockAuthChecker(ctrl *gomock.Controller) *MockAuthChecker

NewMockAuthChecker creates a new mock instance.

func (*MockAuthChecker) AuthCheck

AuthCheck mocks base method.

func (*MockAuthChecker) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAuthCheckerMockRecorder

type MockAuthCheckerMockRecorder struct {
	// contains filtered or unexported fields
}

MockAuthCheckerMockRecorder is the mock recorder for MockAuthChecker.

func (*MockAuthCheckerMockRecorder) AuthCheck

func (mr *MockAuthCheckerMockRecorder) AuthCheck(arg0, arg1 interface{}) *gomock.Call

AuthCheck indicates an expected call of AuthCheck.

type MockAuthTokenGenerator

type MockAuthTokenGenerator struct {
	// contains filtered or unexported fields
}

MockAuthTokenGenerator is a mock of AuthTokenGenerator interface.

func NewMockAuthTokenGenerator

func NewMockAuthTokenGenerator(ctrl *gomock.Controller) *MockAuthTokenGenerator

NewMockAuthTokenGenerator creates a new mock instance.

func (*MockAuthTokenGenerator) AuthToken

AuthToken mocks base method.

func (*MockAuthTokenGenerator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAuthTokenGeneratorMockRecorder

type MockAuthTokenGeneratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockAuthTokenGeneratorMockRecorder is the mock recorder for MockAuthTokenGenerator.

func (*MockAuthTokenGeneratorMockRecorder) AuthToken

func (mr *MockAuthTokenGeneratorMockRecorder) AuthToken(arg0 interface{}) *gomock.Call

AuthToken indicates an expected call of AuthToken.

type MockBlobStoreLister

type MockBlobStoreLister struct {
	// contains filtered or unexported fields
}

MockBlobStoreLister is a mock of BlobStoreLister interface.

func NewMockBlobStoreLister

func NewMockBlobStoreLister(ctrl *gomock.Controller) *MockBlobStoreLister

NewMockBlobStoreLister creates a new mock instance.

func (*MockBlobStoreLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBlobStoreLister) ListBlobStores

ListBlobStores mocks base method.

func (*MockBlobStoreLister) Path

func (m *MockBlobStoreLister) Path() string

Path mocks base method.

func (*MockBlobStoreLister) Setup

func (m *MockBlobStoreLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockBlobStoreListerMockRecorder

type MockBlobStoreListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockBlobStoreListerMockRecorder is the mock recorder for MockBlobStoreLister.

func (*MockBlobStoreListerMockRecorder) ListBlobStores

func (mr *MockBlobStoreListerMockRecorder) ListBlobStores(arg0, arg1 interface{}) *gomock.Call

ListBlobStores indicates an expected call of ListBlobStores.

func (*MockBlobStoreListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockBlobStoreListerMockRecorder) Setup

func (mr *MockBlobStoreListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockCodeQualityGetter

type MockCodeQualityGetter struct {
	// contains filtered or unexported fields
}

MockCodeQualityGetter is a mock of CodeQualityGetter interface.

func NewMockCodeQualityGetter

func NewMockCodeQualityGetter(ctrl *gomock.Controller) *MockCodeQualityGetter

NewMockCodeQualityGetter creates a new mock instance.

func (*MockCodeQualityGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCodeQualityGetter) GetCodeQuality

func (m *MockCodeQualityGetter) GetCodeQuality(arg0 context.Context, arg1 string) (*v1alpha1.CodeQuality, error)

GetCodeQuality mocks base method.

func (*MockCodeQualityGetter) GetCodeQualityLineCharts

GetCodeQualityLineCharts mocks base method.

func (*MockCodeQualityGetter) GetCodeQualityOverviewByBranch

func (m *MockCodeQualityGetter) GetCodeQualityOverviewByBranch(arg0 context.Context, arg1 v1alpha1.CodeQualityBaseOption) (*v1alpha1.CodeQuality, error)

GetCodeQualityOverviewByBranch mocks base method.

func (*MockCodeQualityGetter) GetOverview

GetOverview mocks base method.

func (*MockCodeQualityGetter) GetSummaryByTaskID

GetSummaryByTaskID mocks base method.

func (*MockCodeQualityGetter) Path

func (m *MockCodeQualityGetter) Path() string

Path mocks base method.

func (*MockCodeQualityGetter) Setup

Setup mocks base method.

type MockCodeQualityGetterMockRecorder

type MockCodeQualityGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockCodeQualityGetterMockRecorder is the mock recorder for MockCodeQualityGetter.

func (*MockCodeQualityGetterMockRecorder) GetCodeQuality

func (mr *MockCodeQualityGetterMockRecorder) GetCodeQuality(arg0, arg1 interface{}) *gomock.Call

GetCodeQuality indicates an expected call of GetCodeQuality.

func (*MockCodeQualityGetterMockRecorder) GetCodeQualityLineCharts

func (mr *MockCodeQualityGetterMockRecorder) GetCodeQualityLineCharts(arg0, arg1 interface{}) *gomock.Call

GetCodeQualityLineCharts indicates an expected call of GetCodeQualityLineCharts.

func (*MockCodeQualityGetterMockRecorder) GetCodeQualityOverviewByBranch

func (mr *MockCodeQualityGetterMockRecorder) GetCodeQualityOverviewByBranch(arg0, arg1 interface{}) *gomock.Call

GetCodeQualityOverviewByBranch indicates an expected call of GetCodeQualityOverviewByBranch.

func (*MockCodeQualityGetterMockRecorder) GetOverview

func (mr *MockCodeQualityGetterMockRecorder) GetOverview(arg0 interface{}) *gomock.Call

GetOverview indicates an expected call of GetOverview.

func (*MockCodeQualityGetterMockRecorder) GetSummaryByTaskID

func (mr *MockCodeQualityGetterMockRecorder) GetSummaryByTaskID(arg0, arg1 interface{}) *gomock.Call

GetSummaryByTaskID indicates an expected call of GetSummaryByTaskID.

func (*MockCodeQualityGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockCodeQualityGetterMockRecorder) Setup

func (mr *MockCodeQualityGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockDependentResourceGetter

type MockDependentResourceGetter struct {
	// contains filtered or unexported fields
}

MockDependentResourceGetter is a mock of DependentResourceGetter interface.

func NewMockDependentResourceGetter

func NewMockDependentResourceGetter(ctrl *gomock.Controller) *MockDependentResourceGetter

NewMockDependentResourceGetter creates a new mock instance.

func (*MockDependentResourceGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDependentResourceGetter) GetDependentResources

func (m *MockDependentResourceGetter) GetDependentResources(arg0 context.Context, arg1 []v1alpha1.Param) ([]v1.ObjectReference, error)

GetDependentResources mocks base method.

type MockDependentResourceGetterMockRecorder

type MockDependentResourceGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockDependentResourceGetterMockRecorder is the mock recorder for MockDependentResourceGetter.

func (*MockDependentResourceGetterMockRecorder) GetDependentResources

func (mr *MockDependentResourceGetterMockRecorder) GetDependentResources(arg0, arg1 interface{}) *gomock.Call

GetDependentResources indicates an expected call of GetDependentResources.

type MockGitBranchCreator

type MockGitBranchCreator struct {
	// contains filtered or unexported fields
}

MockGitBranchCreator is a mock of GitBranchCreator interface.

func NewMockGitBranchCreator

func NewMockGitBranchCreator(ctrl *gomock.Controller) *MockGitBranchCreator

NewMockGitBranchCreator creates a new mock instance.

func (*MockGitBranchCreator) CreateGitBranch

CreateGitBranch mocks base method.

func (*MockGitBranchCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitBranchCreator) Path

func (m *MockGitBranchCreator) Path() string

Path mocks base method.

func (*MockGitBranchCreator) Setup

Setup mocks base method.

type MockGitBranchCreatorMockRecorder

type MockGitBranchCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitBranchCreatorMockRecorder is the mock recorder for MockGitBranchCreator.

func (*MockGitBranchCreatorMockRecorder) CreateGitBranch

func (mr *MockGitBranchCreatorMockRecorder) CreateGitBranch(arg0, arg1 interface{}) *gomock.Call

CreateGitBranch indicates an expected call of CreateGitBranch.

func (*MockGitBranchCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitBranchCreatorMockRecorder) Setup

func (mr *MockGitBranchCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitBranchGetter

type MockGitBranchGetter struct {
	// contains filtered or unexported fields
}

MockGitBranchGetter is a mock of GitBranchGetter interface.

func NewMockGitBranchGetter

func NewMockGitBranchGetter(ctrl *gomock.Controller) *MockGitBranchGetter

NewMockGitBranchGetter creates a new mock instance.

func (*MockGitBranchGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitBranchGetter) GetGitBranch

func (m *MockGitBranchGetter) GetGitBranch(arg0 context.Context, arg1 v1alpha1.GitRepo, arg2 string) (v1alpha1.GitBranch, error)

GetGitBranch mocks base method.

func (*MockGitBranchGetter) Path

func (m *MockGitBranchGetter) Path() string

Path mocks base method.

func (*MockGitBranchGetter) Setup

func (m *MockGitBranchGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockGitBranchGetterMockRecorder

type MockGitBranchGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitBranchGetterMockRecorder is the mock recorder for MockGitBranchGetter.

func (*MockGitBranchGetterMockRecorder) GetGitBranch

func (mr *MockGitBranchGetterMockRecorder) GetGitBranch(arg0, arg1, arg2 interface{}) *gomock.Call

GetGitBranch indicates an expected call of GetGitBranch.

func (*MockGitBranchGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitBranchGetterMockRecorder) Setup

func (mr *MockGitBranchGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitBranchLister

type MockGitBranchLister struct {
	// contains filtered or unexported fields
}

MockGitBranchLister is a mock of GitBranchLister interface.

func NewMockGitBranchLister

func NewMockGitBranchLister(ctrl *gomock.Controller) *MockGitBranchLister

NewMockGitBranchLister creates a new mock instance.

func (*MockGitBranchLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitBranchLister) ListGitBranch

ListGitBranch mocks base method.

func (*MockGitBranchLister) Path

func (m *MockGitBranchLister) Path() string

Path mocks base method.

func (*MockGitBranchLister) Setup

func (m *MockGitBranchLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockGitBranchListerMockRecorder

type MockGitBranchListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitBranchListerMockRecorder is the mock recorder for MockGitBranchLister.

func (*MockGitBranchListerMockRecorder) ListGitBranch

func (mr *MockGitBranchListerMockRecorder) ListGitBranch(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitBranch indicates an expected call of ListGitBranch.

func (*MockGitBranchListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitBranchListerMockRecorder) Setup

func (mr *MockGitBranchListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitCommentCreator

type MockGitCommitCommentCreator struct {
	// contains filtered or unexported fields
}

MockGitCommitCommentCreator is a mock of GitCommitCommentCreator interface.

func NewMockGitCommitCommentCreator

func NewMockGitCommitCommentCreator(ctrl *gomock.Controller) *MockGitCommitCommentCreator

NewMockGitCommitCommentCreator creates a new mock instance.

func (*MockGitCommitCommentCreator) CreateGitCommitComment

CreateGitCommitComment mocks base method.

func (*MockGitCommitCommentCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitCommentCreator) Path

Path mocks base method.

func (*MockGitCommitCommentCreator) Setup

Setup mocks base method.

type MockGitCommitCommentCreatorMockRecorder

type MockGitCommitCommentCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitCommentCreatorMockRecorder is the mock recorder for MockGitCommitCommentCreator.

func (*MockGitCommitCommentCreatorMockRecorder) CreateGitCommitComment

func (mr *MockGitCommitCommentCreatorMockRecorder) CreateGitCommitComment(arg0, arg1 interface{}) *gomock.Call

CreateGitCommitComment indicates an expected call of CreateGitCommitComment.

func (*MockGitCommitCommentCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitCommentCreatorMockRecorder) Setup

func (mr *MockGitCommitCommentCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitCommentLister

type MockGitCommitCommentLister struct {
	// contains filtered or unexported fields
}

MockGitCommitCommentLister is a mock of GitCommitCommentLister interface.

func NewMockGitCommitCommentLister

func NewMockGitCommitCommentLister(ctrl *gomock.Controller) *MockGitCommitCommentLister

NewMockGitCommitCommentLister creates a new mock instance.

func (*MockGitCommitCommentLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitCommentLister) ListGitCommitComment

ListGitCommitComment mocks base method.

func (*MockGitCommitCommentLister) Path

Path mocks base method.

func (*MockGitCommitCommentLister) Setup

Setup mocks base method.

type MockGitCommitCommentListerMockRecorder

type MockGitCommitCommentListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitCommentListerMockRecorder is the mock recorder for MockGitCommitCommentLister.

func (*MockGitCommitCommentListerMockRecorder) ListGitCommitComment

func (mr *MockGitCommitCommentListerMockRecorder) ListGitCommitComment(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitCommitComment indicates an expected call of ListGitCommitComment.

func (*MockGitCommitCommentListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitCommentListerMockRecorder) Setup

func (mr *MockGitCommitCommentListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitCreator

type MockGitCommitCreator struct {
	// contains filtered or unexported fields
}

MockGitCommitCreator is a mock of GitCommitCreator interface.

func NewMockGitCommitCreator

func NewMockGitCommitCreator(ctrl *gomock.Controller) *MockGitCommitCreator

NewMockGitCommitCreator creates a new mock instance.

func (*MockGitCommitCreator) CreateGitCommit

CreateGitCommit mocks base method.

func (*MockGitCommitCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitCreator) Path

func (m *MockGitCommitCreator) Path() string

Path mocks base method.

func (*MockGitCommitCreator) Setup

Setup mocks base method.

type MockGitCommitCreatorMockRecorder

type MockGitCommitCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitCreatorMockRecorder is the mock recorder for MockGitCommitCreator.

func (*MockGitCommitCreatorMockRecorder) CreateGitCommit

func (mr *MockGitCommitCreatorMockRecorder) CreateGitCommit(arg0, arg1 interface{}) *gomock.Call

CreateGitCommit indicates an expected call of CreateGitCommit.

func (*MockGitCommitCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitCreatorMockRecorder) Setup

func (mr *MockGitCommitCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitGetter

type MockGitCommitGetter struct {
	// contains filtered or unexported fields
}

MockGitCommitGetter is a mock of GitCommitGetter interface.

func NewMockGitCommitGetter

func NewMockGitCommitGetter(ctrl *gomock.Controller) *MockGitCommitGetter

NewMockGitCommitGetter creates a new mock instance.

func (*MockGitCommitGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitGetter) GetGitCommit

GetGitCommit mocks base method.

func (*MockGitCommitGetter) Path

func (m *MockGitCommitGetter) Path() string

Path mocks base method.

func (*MockGitCommitGetter) Setup

func (m *MockGitCommitGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockGitCommitGetterMockRecorder

type MockGitCommitGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitGetterMockRecorder is the mock recorder for MockGitCommitGetter.

func (*MockGitCommitGetterMockRecorder) GetGitCommit

func (mr *MockGitCommitGetterMockRecorder) GetGitCommit(arg0, arg1 interface{}) *gomock.Call

GetGitCommit indicates an expected call of GetGitCommit.

func (*MockGitCommitGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitGetterMockRecorder) Setup

func (mr *MockGitCommitGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitLister

type MockGitCommitLister struct {
	// contains filtered or unexported fields
}

MockGitCommitLister is a mock of GitCommitLister interface.

func NewMockGitCommitLister

func NewMockGitCommitLister(ctrl *gomock.Controller) *MockGitCommitLister

NewMockGitCommitLister creates a new mock instance.

func (*MockGitCommitLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitLister) ListGitCommit

ListGitCommit mocks base method.

func (*MockGitCommitLister) Path

func (m *MockGitCommitLister) Path() string

Path mocks base method.

func (*MockGitCommitLister) Setup

func (m *MockGitCommitLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockGitCommitListerMockRecorder

type MockGitCommitListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitListerMockRecorder is the mock recorder for MockGitCommitLister.

func (*MockGitCommitListerMockRecorder) ListGitCommit

func (mr *MockGitCommitListerMockRecorder) ListGitCommit(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitCommit indicates an expected call of ListGitCommit.

func (*MockGitCommitListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitListerMockRecorder) Setup

func (mr *MockGitCommitListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitStatusCreator

type MockGitCommitStatusCreator struct {
	// contains filtered or unexported fields
}

MockGitCommitStatusCreator is a mock of GitCommitStatusCreator interface.

func NewMockGitCommitStatusCreator

func NewMockGitCommitStatusCreator(ctrl *gomock.Controller) *MockGitCommitStatusCreator

NewMockGitCommitStatusCreator creates a new mock instance.

func (*MockGitCommitStatusCreator) CreateGitCommitStatus

CreateGitCommitStatus mocks base method.

func (*MockGitCommitStatusCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitStatusCreator) Path

Path mocks base method.

func (*MockGitCommitStatusCreator) Setup

Setup mocks base method.

type MockGitCommitStatusCreatorMockRecorder

type MockGitCommitStatusCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitStatusCreatorMockRecorder is the mock recorder for MockGitCommitStatusCreator.

func (*MockGitCommitStatusCreatorMockRecorder) CreateGitCommitStatus

func (mr *MockGitCommitStatusCreatorMockRecorder) CreateGitCommitStatus(arg0, arg1 interface{}) *gomock.Call

CreateGitCommitStatus indicates an expected call of CreateGitCommitStatus.

func (*MockGitCommitStatusCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitStatusCreatorMockRecorder) Setup

func (mr *MockGitCommitStatusCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitCommitStatusLister

type MockGitCommitStatusLister struct {
	// contains filtered or unexported fields
}

MockGitCommitStatusLister is a mock of GitCommitStatusLister interface.

func NewMockGitCommitStatusLister

func NewMockGitCommitStatusLister(ctrl *gomock.Controller) *MockGitCommitStatusLister

NewMockGitCommitStatusLister creates a new mock instance.

func (*MockGitCommitStatusLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitCommitStatusLister) ListGitCommitStatus

ListGitCommitStatus mocks base method.

func (*MockGitCommitStatusLister) Path

Path mocks base method.

func (*MockGitCommitStatusLister) Setup

Setup mocks base method.

type MockGitCommitStatusListerMockRecorder

type MockGitCommitStatusListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitCommitStatusListerMockRecorder is the mock recorder for MockGitCommitStatusLister.

func (*MockGitCommitStatusListerMockRecorder) ListGitCommitStatus

func (mr *MockGitCommitStatusListerMockRecorder) ListGitCommitStatus(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitCommitStatus indicates an expected call of ListGitCommitStatus.

func (*MockGitCommitStatusListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitCommitStatusListerMockRecorder) Setup

func (mr *MockGitCommitStatusListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitPluginClientSet

type MockGitPluginClientSet struct {
	// contains filtered or unexported fields
}

MockGitPluginClientSet is a mock of GitPluginClientSet interface.

func NewMockGitPluginClientSet

func NewMockGitPluginClientSet(ctrl *gomock.Controller) *MockGitPluginClientSet

NewMockGitPluginClientSet creates a new mock instance.

func (*MockGitPluginClientSet) CreateGitBranch

CreateGitBranch mocks base method.

func (*MockGitPluginClientSet) CreateGitCommit

CreateGitCommit mocks base method.

func (*MockGitPluginClientSet) CreateGitCommitComment

CreateGitCommitComment mocks base method.

func (*MockGitPluginClientSet) CreateGitCommitStatus

CreateGitCommitStatus mocks base method.

func (*MockGitPluginClientSet) CreateGitRepoFile

CreateGitRepoFile mocks base method.

func (*MockGitPluginClientSet) CreatePullRequest

CreatePullRequest mocks base method.

func (*MockGitPluginClientSet) CreatePullRequestComment

CreatePullRequestComment mocks base method.

func (*MockGitPluginClientSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPluginClientSet) GetGitBranch

func (m *MockGitPluginClientSet) GetGitBranch(arg0 context.Context, arg1 v1alpha10.GitRepo, arg2 string) (v1alpha10.GitBranch, error)

GetGitBranch mocks base method.

func (*MockGitPluginClientSet) GetGitCommit

GetGitCommit mocks base method.

func (*MockGitPluginClientSet) GetGitPullRequest

GetGitPullRequest mocks base method.

func (*MockGitPluginClientSet) GetGitRepoFile

GetGitRepoFile mocks base method.

func (*MockGitPluginClientSet) GetGitRepository

GetGitRepository mocks base method.

func (*MockGitPluginClientSet) GetGitRepositoryFileTree

GetGitRepositoryFileTree mocks base method.

func (*MockGitPluginClientSet) GetGitRepositoryTag

func (m *MockGitPluginClientSet) GetGitRepositoryTag(arg0 context.Context, arg1 v1alpha10.GitTag) (v1alpha10.GitRepositoryTag, error)

GetGitRepositoryTag mocks base method.

func (*MockGitPluginClientSet) ListGitBranch

ListGitBranch mocks base method.

func (*MockGitPluginClientSet) ListGitCommit

ListGitCommit mocks base method.

func (*MockGitPluginClientSet) ListGitCommitComment

ListGitCommitComment mocks base method.

func (*MockGitPluginClientSet) ListGitCommitStatus

ListGitCommitStatus mocks base method.

func (*MockGitPluginClientSet) ListGitPullRequest

ListGitPullRequest mocks base method.

func (*MockGitPluginClientSet) ListGitRepository

ListGitRepository mocks base method.

func (*MockGitPluginClientSet) ListGitRepositoryTag

ListGitRepositoryTag mocks base method.

func (*MockGitPluginClientSet) ListPullRequestComment

ListPullRequestComment mocks base method.

func (*MockGitPluginClientSet) Path

func (m *MockGitPluginClientSet) Path() string

Path mocks base method.

func (*MockGitPluginClientSet) Setup

Setup mocks base method.

func (*MockGitPluginClientSet) UpdatePullRequestComment

UpdatePullRequestComment mocks base method.

type MockGitPluginClientSetMockRecorder

type MockGitPluginClientSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPluginClientSetMockRecorder is the mock recorder for MockGitPluginClientSet.

func (*MockGitPluginClientSetMockRecorder) CreateGitBranch

func (mr *MockGitPluginClientSetMockRecorder) CreateGitBranch(arg0, arg1 interface{}) *gomock.Call

CreateGitBranch indicates an expected call of CreateGitBranch.

func (*MockGitPluginClientSetMockRecorder) CreateGitCommit

func (mr *MockGitPluginClientSetMockRecorder) CreateGitCommit(arg0, arg1 interface{}) *gomock.Call

CreateGitCommit indicates an expected call of CreateGitCommit.

func (*MockGitPluginClientSetMockRecorder) CreateGitCommitComment

func (mr *MockGitPluginClientSetMockRecorder) CreateGitCommitComment(arg0, arg1 interface{}) *gomock.Call

CreateGitCommitComment indicates an expected call of CreateGitCommitComment.

func (*MockGitPluginClientSetMockRecorder) CreateGitCommitStatus

func (mr *MockGitPluginClientSetMockRecorder) CreateGitCommitStatus(arg0, arg1 interface{}) *gomock.Call

CreateGitCommitStatus indicates an expected call of CreateGitCommitStatus.

func (*MockGitPluginClientSetMockRecorder) CreateGitRepoFile

func (mr *MockGitPluginClientSetMockRecorder) CreateGitRepoFile(arg0, arg1 interface{}) *gomock.Call

CreateGitRepoFile indicates an expected call of CreateGitRepoFile.

func (*MockGitPluginClientSetMockRecorder) CreatePullRequest

func (mr *MockGitPluginClientSetMockRecorder) CreatePullRequest(arg0, arg1 interface{}) *gomock.Call

CreatePullRequest indicates an expected call of CreatePullRequest.

func (*MockGitPluginClientSetMockRecorder) CreatePullRequestComment

func (mr *MockGitPluginClientSetMockRecorder) CreatePullRequestComment(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestComment indicates an expected call of CreatePullRequestComment.

func (*MockGitPluginClientSetMockRecorder) GetGitBranch

func (mr *MockGitPluginClientSetMockRecorder) GetGitBranch(arg0, arg1, arg2 interface{}) *gomock.Call

GetGitBranch indicates an expected call of GetGitBranch.

func (*MockGitPluginClientSetMockRecorder) GetGitCommit

func (mr *MockGitPluginClientSetMockRecorder) GetGitCommit(arg0, arg1 interface{}) *gomock.Call

GetGitCommit indicates an expected call of GetGitCommit.

func (*MockGitPluginClientSetMockRecorder) GetGitPullRequest

func (mr *MockGitPluginClientSetMockRecorder) GetGitPullRequest(arg0, arg1 interface{}) *gomock.Call

GetGitPullRequest indicates an expected call of GetGitPullRequest.

func (*MockGitPluginClientSetMockRecorder) GetGitRepoFile

func (mr *MockGitPluginClientSetMockRecorder) GetGitRepoFile(arg0, arg1 interface{}) *gomock.Call

GetGitRepoFile indicates an expected call of GetGitRepoFile.

func (*MockGitPluginClientSetMockRecorder) GetGitRepository

func (mr *MockGitPluginClientSetMockRecorder) GetGitRepository(arg0, arg1 interface{}) *gomock.Call

GetGitRepository indicates an expected call of GetGitRepository.

func (*MockGitPluginClientSetMockRecorder) GetGitRepositoryFileTree

func (mr *MockGitPluginClientSetMockRecorder) GetGitRepositoryFileTree(arg0, arg1, arg2 interface{}) *gomock.Call

GetGitRepositoryFileTree indicates an expected call of GetGitRepositoryFileTree.

func (*MockGitPluginClientSetMockRecorder) GetGitRepositoryTag

func (mr *MockGitPluginClientSetMockRecorder) GetGitRepositoryTag(arg0, arg1 interface{}) *gomock.Call

GetGitRepositoryTag indicates an expected call of GetGitRepositoryTag.

func (*MockGitPluginClientSetMockRecorder) ListGitBranch

func (mr *MockGitPluginClientSetMockRecorder) ListGitBranch(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitBranch indicates an expected call of ListGitBranch.

func (*MockGitPluginClientSetMockRecorder) ListGitCommit

func (mr *MockGitPluginClientSetMockRecorder) ListGitCommit(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitCommit indicates an expected call of ListGitCommit.

func (*MockGitPluginClientSetMockRecorder) ListGitCommitComment

func (mr *MockGitPluginClientSetMockRecorder) ListGitCommitComment(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitCommitComment indicates an expected call of ListGitCommitComment.

func (*MockGitPluginClientSetMockRecorder) ListGitCommitStatus

func (mr *MockGitPluginClientSetMockRecorder) ListGitCommitStatus(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitCommitStatus indicates an expected call of ListGitCommitStatus.

func (*MockGitPluginClientSetMockRecorder) ListGitPullRequest

func (mr *MockGitPluginClientSetMockRecorder) ListGitPullRequest(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitPullRequest indicates an expected call of ListGitPullRequest.

func (*MockGitPluginClientSetMockRecorder) ListGitRepository

func (mr *MockGitPluginClientSetMockRecorder) ListGitRepository(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

ListGitRepository indicates an expected call of ListGitRepository.

func (*MockGitPluginClientSetMockRecorder) ListGitRepositoryTag

func (mr *MockGitPluginClientSetMockRecorder) ListGitRepositoryTag(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitRepositoryTag indicates an expected call of ListGitRepositoryTag.

func (*MockGitPluginClientSetMockRecorder) ListPullRequestComment

func (mr *MockGitPluginClientSetMockRecorder) ListPullRequestComment(arg0, arg1, arg2 interface{}) *gomock.Call

ListPullRequestComment indicates an expected call of ListPullRequestComment.

func (*MockGitPluginClientSetMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPluginClientSetMockRecorder) Setup

func (mr *MockGitPluginClientSetMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

func (*MockGitPluginClientSetMockRecorder) UpdatePullRequestComment

func (mr *MockGitPluginClientSetMockRecorder) UpdatePullRequestComment(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestComment indicates an expected call of UpdatePullRequestComment.

type MockGitPullRequestCommentCreator

type MockGitPullRequestCommentCreator struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCommentCreator is a mock of GitPullRequestCommentCreator interface.

func NewMockGitPullRequestCommentCreator

func NewMockGitPullRequestCommentCreator(ctrl *gomock.Controller) *MockGitPullRequestCommentCreator

NewMockGitPullRequestCommentCreator creates a new mock instance.

func (*MockGitPullRequestCommentCreator) CreatePullRequestComment

CreatePullRequestComment mocks base method.

func (*MockGitPullRequestCommentCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestCommentCreator) Path

Path mocks base method.

func (*MockGitPullRequestCommentCreator) Setup

Setup mocks base method.

type MockGitPullRequestCommentCreatorMockRecorder

type MockGitPullRequestCommentCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCommentCreatorMockRecorder is the mock recorder for MockGitPullRequestCommentCreator.

func (*MockGitPullRequestCommentCreatorMockRecorder) CreatePullRequestComment

func (mr *MockGitPullRequestCommentCreatorMockRecorder) CreatePullRequestComment(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestComment indicates an expected call of CreatePullRequestComment.

func (*MockGitPullRequestCommentCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestCommentCreatorMockRecorder) Setup

func (mr *MockGitPullRequestCommentCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitPullRequestCommentLister

type MockGitPullRequestCommentLister struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCommentLister is a mock of GitPullRequestCommentLister interface.

func NewMockGitPullRequestCommentLister

func NewMockGitPullRequestCommentLister(ctrl *gomock.Controller) *MockGitPullRequestCommentLister

NewMockGitPullRequestCommentLister creates a new mock instance.

func (*MockGitPullRequestCommentLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestCommentLister) ListPullRequestComment

ListPullRequestComment mocks base method.

func (*MockGitPullRequestCommentLister) Path

Path mocks base method.

func (*MockGitPullRequestCommentLister) Setup

Setup mocks base method.

type MockGitPullRequestCommentListerMockRecorder

type MockGitPullRequestCommentListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCommentListerMockRecorder is the mock recorder for MockGitPullRequestCommentLister.

func (*MockGitPullRequestCommentListerMockRecorder) ListPullRequestComment

func (mr *MockGitPullRequestCommentListerMockRecorder) ListPullRequestComment(arg0, arg1, arg2 interface{}) *gomock.Call

ListPullRequestComment indicates an expected call of ListPullRequestComment.

func (*MockGitPullRequestCommentListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestCommentListerMockRecorder) Setup

func (mr *MockGitPullRequestCommentListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitPullRequestCommentUpdater

type MockGitPullRequestCommentUpdater struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCommentUpdater is a mock of GitPullRequestCommentUpdater interface.

func NewMockGitPullRequestCommentUpdater

func NewMockGitPullRequestCommentUpdater(ctrl *gomock.Controller) *MockGitPullRequestCommentUpdater

NewMockGitPullRequestCommentUpdater creates a new mock instance.

func (*MockGitPullRequestCommentUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestCommentUpdater) Path

Path mocks base method.

func (*MockGitPullRequestCommentUpdater) Setup

Setup mocks base method.

func (*MockGitPullRequestCommentUpdater) UpdatePullRequestComment

UpdatePullRequestComment mocks base method.

type MockGitPullRequestCommentUpdaterMockRecorder

type MockGitPullRequestCommentUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCommentUpdaterMockRecorder is the mock recorder for MockGitPullRequestCommentUpdater.

func (*MockGitPullRequestCommentUpdaterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestCommentUpdaterMockRecorder) Setup

func (mr *MockGitPullRequestCommentUpdaterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

func (*MockGitPullRequestCommentUpdaterMockRecorder) UpdatePullRequestComment

func (mr *MockGitPullRequestCommentUpdaterMockRecorder) UpdatePullRequestComment(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestComment indicates an expected call of UpdatePullRequestComment.

type MockGitPullRequestCreator

type MockGitPullRequestCreator struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCreator is a mock of GitPullRequestCreator interface.

func NewMockGitPullRequestCreator

func NewMockGitPullRequestCreator(ctrl *gomock.Controller) *MockGitPullRequestCreator

NewMockGitPullRequestCreator creates a new mock instance.

func (*MockGitPullRequestCreator) CreatePullRequest

CreatePullRequest mocks base method.

func (*MockGitPullRequestCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestCreator) Path

Path mocks base method.

func (*MockGitPullRequestCreator) Setup

Setup mocks base method.

type MockGitPullRequestCreatorMockRecorder

type MockGitPullRequestCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestCreatorMockRecorder is the mock recorder for MockGitPullRequestCreator.

func (*MockGitPullRequestCreatorMockRecorder) CreatePullRequest

func (mr *MockGitPullRequestCreatorMockRecorder) CreatePullRequest(arg0, arg1 interface{}) *gomock.Call

CreatePullRequest indicates an expected call of CreatePullRequest.

func (*MockGitPullRequestCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestCreatorMockRecorder) Setup

func (mr *MockGitPullRequestCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitPullRequestGetter

type MockGitPullRequestGetter struct {
	// contains filtered or unexported fields
}

MockGitPullRequestGetter is a mock of GitPullRequestGetter interface.

func NewMockGitPullRequestGetter

func NewMockGitPullRequestGetter(ctrl *gomock.Controller) *MockGitPullRequestGetter

NewMockGitPullRequestGetter creates a new mock instance.

func (*MockGitPullRequestGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestGetter) GetGitPullRequest

GetGitPullRequest mocks base method.

func (*MockGitPullRequestGetter) Path

func (m *MockGitPullRequestGetter) Path() string

Path mocks base method.

func (*MockGitPullRequestGetter) Setup

Setup mocks base method.

type MockGitPullRequestGetterMockRecorder

type MockGitPullRequestGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestGetterMockRecorder is the mock recorder for MockGitPullRequestGetter.

func (*MockGitPullRequestGetterMockRecorder) GetGitPullRequest

func (mr *MockGitPullRequestGetterMockRecorder) GetGitPullRequest(arg0, arg1 interface{}) *gomock.Call

GetGitPullRequest indicates an expected call of GetGitPullRequest.

func (*MockGitPullRequestGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestGetterMockRecorder) Setup

func (mr *MockGitPullRequestGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitPullRequestHandler

type MockGitPullRequestHandler struct {
	// contains filtered or unexported fields
}

MockGitPullRequestHandler is a mock of GitPullRequestHandler interface.

func NewMockGitPullRequestHandler

func NewMockGitPullRequestHandler(ctrl *gomock.Controller) *MockGitPullRequestHandler

NewMockGitPullRequestHandler creates a new mock instance.

func (*MockGitPullRequestHandler) CreatePullRequest

CreatePullRequest mocks base method.

func (*MockGitPullRequestHandler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestHandler) GetGitPullRequest

GetGitPullRequest mocks base method.

func (*MockGitPullRequestHandler) ListGitPullRequest

ListGitPullRequest mocks base method.

func (*MockGitPullRequestHandler) Path

Path mocks base method.

func (*MockGitPullRequestHandler) Setup

Setup mocks base method.

type MockGitPullRequestHandlerMockRecorder

type MockGitPullRequestHandlerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestHandlerMockRecorder is the mock recorder for MockGitPullRequestHandler.

func (*MockGitPullRequestHandlerMockRecorder) CreatePullRequest

func (mr *MockGitPullRequestHandlerMockRecorder) CreatePullRequest(arg0, arg1 interface{}) *gomock.Call

CreatePullRequest indicates an expected call of CreatePullRequest.

func (*MockGitPullRequestHandlerMockRecorder) GetGitPullRequest

func (mr *MockGitPullRequestHandlerMockRecorder) GetGitPullRequest(arg0, arg1 interface{}) *gomock.Call

GetGitPullRequest indicates an expected call of GetGitPullRequest.

func (*MockGitPullRequestHandlerMockRecorder) ListGitPullRequest

func (mr *MockGitPullRequestHandlerMockRecorder) ListGitPullRequest(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitPullRequest indicates an expected call of ListGitPullRequest.

func (*MockGitPullRequestHandlerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestHandlerMockRecorder) Setup

func (mr *MockGitPullRequestHandlerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitPullRequestLister

type MockGitPullRequestLister struct {
	// contains filtered or unexported fields
}

MockGitPullRequestLister is a mock of GitPullRequestLister interface.

func NewMockGitPullRequestLister

func NewMockGitPullRequestLister(ctrl *gomock.Controller) *MockGitPullRequestLister

NewMockGitPullRequestLister creates a new mock instance.

func (*MockGitPullRequestLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitPullRequestLister) ListGitPullRequest

ListGitPullRequest mocks base method.

func (*MockGitPullRequestLister) Path

func (m *MockGitPullRequestLister) Path() string

Path mocks base method.

func (*MockGitPullRequestLister) Setup

Setup mocks base method.

type MockGitPullRequestListerMockRecorder

type MockGitPullRequestListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitPullRequestListerMockRecorder is the mock recorder for MockGitPullRequestLister.

func (*MockGitPullRequestListerMockRecorder) ListGitPullRequest

func (mr *MockGitPullRequestListerMockRecorder) ListGitPullRequest(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitPullRequest indicates an expected call of ListGitPullRequest.

func (*MockGitPullRequestListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitPullRequestListerMockRecorder) Setup

func (mr *MockGitPullRequestListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepoFileCreator

type MockGitRepoFileCreator struct {
	// contains filtered or unexported fields
}

MockGitRepoFileCreator is a mock of GitRepoFileCreator interface.

func NewMockGitRepoFileCreator

func NewMockGitRepoFileCreator(ctrl *gomock.Controller) *MockGitRepoFileCreator

NewMockGitRepoFileCreator creates a new mock instance.

func (*MockGitRepoFileCreator) CreateGitRepoFile

CreateGitRepoFile mocks base method.

func (*MockGitRepoFileCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepoFileCreator) Path

func (m *MockGitRepoFileCreator) Path() string

Path mocks base method.

func (*MockGitRepoFileCreator) Setup

Setup mocks base method.

type MockGitRepoFileCreatorMockRecorder

type MockGitRepoFileCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepoFileCreatorMockRecorder is the mock recorder for MockGitRepoFileCreator.

func (*MockGitRepoFileCreatorMockRecorder) CreateGitRepoFile

func (mr *MockGitRepoFileCreatorMockRecorder) CreateGitRepoFile(arg0, arg1 interface{}) *gomock.Call

CreateGitRepoFile indicates an expected call of CreateGitRepoFile.

func (*MockGitRepoFileCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepoFileCreatorMockRecorder) Setup

func (mr *MockGitRepoFileCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepoFileGetter

type MockGitRepoFileGetter struct {
	// contains filtered or unexported fields
}

MockGitRepoFileGetter is a mock of GitRepoFileGetter interface.

func NewMockGitRepoFileGetter

func NewMockGitRepoFileGetter(ctrl *gomock.Controller) *MockGitRepoFileGetter

NewMockGitRepoFileGetter creates a new mock instance.

func (*MockGitRepoFileGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepoFileGetter) GetGitRepoFile

GetGitRepoFile mocks base method.

func (*MockGitRepoFileGetter) Path

func (m *MockGitRepoFileGetter) Path() string

Path mocks base method.

func (*MockGitRepoFileGetter) Setup

Setup mocks base method.

type MockGitRepoFileGetterMockRecorder

type MockGitRepoFileGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepoFileGetterMockRecorder is the mock recorder for MockGitRepoFileGetter.

func (*MockGitRepoFileGetterMockRecorder) GetGitRepoFile

func (mr *MockGitRepoFileGetterMockRecorder) GetGitRepoFile(arg0, arg1 interface{}) *gomock.Call

GetGitRepoFile indicates an expected call of GetGitRepoFile.

func (*MockGitRepoFileGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepoFileGetterMockRecorder) Setup

func (mr *MockGitRepoFileGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryCreator

type MockGitRepositoryCreator struct {
	// contains filtered or unexported fields
}

MockGitRepositoryCreator is a mock of GitRepositoryCreator interface.

func NewMockGitRepositoryCreator

func NewMockGitRepositoryCreator(ctrl *gomock.Controller) *MockGitRepositoryCreator

NewMockGitRepositoryCreator creates a new mock instance.

func (*MockGitRepositoryCreator) CreateGitRepository

CreateGitRepository mocks base method.

func (*MockGitRepositoryCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryCreator) Path

func (m *MockGitRepositoryCreator) Path() string

Path mocks base method.

func (*MockGitRepositoryCreator) Setup

Setup mocks base method.

type MockGitRepositoryCreatorMockRecorder

type MockGitRepositoryCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryCreatorMockRecorder is the mock recorder for MockGitRepositoryCreator.

func (*MockGitRepositoryCreatorMockRecorder) CreateGitRepository

func (mr *MockGitRepositoryCreatorMockRecorder) CreateGitRepository(arg0, arg1 interface{}) *gomock.Call

CreateGitRepository indicates an expected call of CreateGitRepository.

func (*MockGitRepositoryCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryCreatorMockRecorder) Setup

func (mr *MockGitRepositoryCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryDeleter

type MockGitRepositoryDeleter struct {
	// contains filtered or unexported fields
}

MockGitRepositoryDeleter is a mock of GitRepositoryDeleter interface.

func NewMockGitRepositoryDeleter

func NewMockGitRepositoryDeleter(ctrl *gomock.Controller) *MockGitRepositoryDeleter

NewMockGitRepositoryDeleter creates a new mock instance.

func (*MockGitRepositoryDeleter) DeleteGitRepository

func (m *MockGitRepositoryDeleter) DeleteGitRepository(arg0 context.Context, arg1 v1alpha1.GitRepo) error

DeleteGitRepository mocks base method.

func (*MockGitRepositoryDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryDeleter) Path

func (m *MockGitRepositoryDeleter) Path() string

Path mocks base method.

func (*MockGitRepositoryDeleter) Setup

Setup mocks base method.

type MockGitRepositoryDeleterMockRecorder

type MockGitRepositoryDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryDeleterMockRecorder is the mock recorder for MockGitRepositoryDeleter.

func (*MockGitRepositoryDeleterMockRecorder) DeleteGitRepository

func (mr *MockGitRepositoryDeleterMockRecorder) DeleteGitRepository(arg0, arg1 interface{}) *gomock.Call

DeleteGitRepository indicates an expected call of DeleteGitRepository.

func (*MockGitRepositoryDeleterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryDeleterMockRecorder) Setup

func (mr *MockGitRepositoryDeleterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryFileTreeGetter

type MockGitRepositoryFileTreeGetter struct {
	// contains filtered or unexported fields
}

MockGitRepositoryFileTreeGetter is a mock of GitRepositoryFileTreeGetter interface.

func NewMockGitRepositoryFileTreeGetter

func NewMockGitRepositoryFileTreeGetter(ctrl *gomock.Controller) *MockGitRepositoryFileTreeGetter

NewMockGitRepositoryFileTreeGetter creates a new mock instance.

func (*MockGitRepositoryFileTreeGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryFileTreeGetter) GetGitRepositoryFileTree

GetGitRepositoryFileTree mocks base method.

func (*MockGitRepositoryFileTreeGetter) Path

Path mocks base method.

func (*MockGitRepositoryFileTreeGetter) Setup

Setup mocks base method.

type MockGitRepositoryFileTreeGetterMockRecorder

type MockGitRepositoryFileTreeGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryFileTreeGetterMockRecorder is the mock recorder for MockGitRepositoryFileTreeGetter.

func (*MockGitRepositoryFileTreeGetterMockRecorder) GetGitRepositoryFileTree

func (mr *MockGitRepositoryFileTreeGetterMockRecorder) GetGitRepositoryFileTree(arg0, arg1, arg2 interface{}) *gomock.Call

GetGitRepositoryFileTree indicates an expected call of GetGitRepositoryFileTree.

func (*MockGitRepositoryFileTreeGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryFileTreeGetterMockRecorder) Setup

func (mr *MockGitRepositoryFileTreeGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryGetter

type MockGitRepositoryGetter struct {
	// contains filtered or unexported fields
}

MockGitRepositoryGetter is a mock of GitRepositoryGetter interface.

func NewMockGitRepositoryGetter

func NewMockGitRepositoryGetter(ctrl *gomock.Controller) *MockGitRepositoryGetter

NewMockGitRepositoryGetter creates a new mock instance.

func (*MockGitRepositoryGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryGetter) GetGitRepository

GetGitRepository mocks base method.

func (*MockGitRepositoryGetter) Path

func (m *MockGitRepositoryGetter) Path() string

Path mocks base method.

func (*MockGitRepositoryGetter) Setup

Setup mocks base method.

type MockGitRepositoryGetterMockRecorder

type MockGitRepositoryGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryGetterMockRecorder is the mock recorder for MockGitRepositoryGetter.

func (*MockGitRepositoryGetterMockRecorder) GetGitRepository

func (mr *MockGitRepositoryGetterMockRecorder) GetGitRepository(arg0, arg1 interface{}) *gomock.Call

GetGitRepository indicates an expected call of GetGitRepository.

func (*MockGitRepositoryGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryGetterMockRecorder) Setup

func (mr *MockGitRepositoryGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryLister

type MockGitRepositoryLister struct {
	// contains filtered or unexported fields
}

MockGitRepositoryLister is a mock of GitRepositoryLister interface.

func NewMockGitRepositoryLister

func NewMockGitRepositoryLister(ctrl *gomock.Controller) *MockGitRepositoryLister

NewMockGitRepositoryLister creates a new mock instance.

func (*MockGitRepositoryLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryLister) ListGitRepository

ListGitRepository mocks base method.

func (*MockGitRepositoryLister) Path

func (m *MockGitRepositoryLister) Path() string

Path mocks base method.

func (*MockGitRepositoryLister) Setup

Setup mocks base method.

type MockGitRepositoryListerMockRecorder

type MockGitRepositoryListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryListerMockRecorder is the mock recorder for MockGitRepositoryLister.

func (*MockGitRepositoryListerMockRecorder) ListGitRepository

func (mr *MockGitRepositoryListerMockRecorder) ListGitRepository(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

ListGitRepository indicates an expected call of ListGitRepository.

func (*MockGitRepositoryListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryListerMockRecorder) Setup

func (mr *MockGitRepositoryListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryTagCreator

type MockGitRepositoryTagCreator struct {
	// contains filtered or unexported fields
}

MockGitRepositoryTagCreator is a mock of GitRepositoryTagCreator interface.

func NewMockGitRepositoryTagCreator

func NewMockGitRepositoryTagCreator(ctrl *gomock.Controller) *MockGitRepositoryTagCreator

NewMockGitRepositoryTagCreator creates a new mock instance.

func (*MockGitRepositoryTagCreator) CreateGitRepositoryTag

CreateGitRepositoryTag mocks base method.

func (*MockGitRepositoryTagCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryTagCreator) Path

Path mocks base method.

func (*MockGitRepositoryTagCreator) Setup

Setup mocks base method.

type MockGitRepositoryTagCreatorMockRecorder

type MockGitRepositoryTagCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryTagCreatorMockRecorder is the mock recorder for MockGitRepositoryTagCreator.

func (*MockGitRepositoryTagCreatorMockRecorder) CreateGitRepositoryTag

func (mr *MockGitRepositoryTagCreatorMockRecorder) CreateGitRepositoryTag(arg0, arg1 interface{}) *gomock.Call

CreateGitRepositoryTag indicates an expected call of CreateGitRepositoryTag.

func (*MockGitRepositoryTagCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryTagCreatorMockRecorder) Setup

func (mr *MockGitRepositoryTagCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryTagGetter

type MockGitRepositoryTagGetter struct {
	// contains filtered or unexported fields
}

MockGitRepositoryTagGetter is a mock of GitRepositoryTagGetter interface.

func NewMockGitRepositoryTagGetter

func NewMockGitRepositoryTagGetter(ctrl *gomock.Controller) *MockGitRepositoryTagGetter

NewMockGitRepositoryTagGetter creates a new mock instance.

func (*MockGitRepositoryTagGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryTagGetter) GetGitRepositoryTag

GetGitRepositoryTag mocks base method.

func (*MockGitRepositoryTagGetter) Path

Path mocks base method.

func (*MockGitRepositoryTagGetter) Setup

Setup mocks base method.

type MockGitRepositoryTagGetterMockRecorder

type MockGitRepositoryTagGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryTagGetterMockRecorder is the mock recorder for MockGitRepositoryTagGetter.

func (*MockGitRepositoryTagGetterMockRecorder) GetGitRepositoryTag

func (mr *MockGitRepositoryTagGetterMockRecorder) GetGitRepositoryTag(arg0, arg1 interface{}) *gomock.Call

GetGitRepositoryTag indicates an expected call of GetGitRepositoryTag.

func (*MockGitRepositoryTagGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryTagGetterMockRecorder) Setup

func (mr *MockGitRepositoryTagGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockGitRepositoryTagLister

type MockGitRepositoryTagLister struct {
	// contains filtered or unexported fields
}

MockGitRepositoryTagLister is a mock of GitRepositoryTagLister interface.

func NewMockGitRepositoryTagLister

func NewMockGitRepositoryTagLister(ctrl *gomock.Controller) *MockGitRepositoryTagLister

NewMockGitRepositoryTagLister creates a new mock instance.

func (*MockGitRepositoryTagLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitRepositoryTagLister) ListGitRepositoryTag

ListGitRepositoryTag mocks base method.

func (*MockGitRepositoryTagLister) Path

Path mocks base method.

func (*MockGitRepositoryTagLister) Setup

Setup mocks base method.

type MockGitRepositoryTagListerMockRecorder

type MockGitRepositoryTagListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitRepositoryTagListerMockRecorder is the mock recorder for MockGitRepositoryTagLister.

func (*MockGitRepositoryTagListerMockRecorder) ListGitRepositoryTag

func (mr *MockGitRepositoryTagListerMockRecorder) ListGitRepositoryTag(arg0, arg1, arg2 interface{}) *gomock.Call

ListGitRepositoryTag indicates an expected call of ListGitRepositoryTag.

func (*MockGitRepositoryTagListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockGitRepositoryTagListerMockRecorder) Setup

func (mr *MockGitRepositoryTagListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockImageConfigGetter

type MockImageConfigGetter struct {
	// contains filtered or unexported fields
}

MockImageConfigGetter is a mock of ImageConfigGetter interface.

func NewMockImageConfigGetter

func NewMockImageConfigGetter(ctrl *gomock.Controller) *MockImageConfigGetter

NewMockImageConfigGetter creates a new mock instance.

func (*MockImageConfigGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockImageConfigGetter) GetImageConfig

GetImageConfig mocks base method.

func (*MockImageConfigGetter) Path

func (m *MockImageConfigGetter) Path() string

Path mocks base method.

func (*MockImageConfigGetter) Setup

Setup mocks base method.

type MockImageConfigGetterMockRecorder

type MockImageConfigGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockImageConfigGetterMockRecorder is the mock recorder for MockImageConfigGetter.

func (*MockImageConfigGetterMockRecorder) GetImageConfig

func (mr *MockImageConfigGetterMockRecorder) GetImageConfig(arg0, arg1 interface{}) *gomock.Call

GetImageConfig indicates an expected call of GetImageConfig.

func (*MockImageConfigGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockImageConfigGetterMockRecorder) Setup

func (mr *MockImageConfigGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockInitializer

type MockInitializer struct {
	// contains filtered or unexported fields
}

MockInitializer is a mock of Initializer interface.

func NewMockInitializer

func NewMockInitializer(ctrl *gomock.Controller) *MockInitializer

NewMockInitializer creates a new mock instance.

func (*MockInitializer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockInitializer) Initialize

func (m *MockInitializer) Initialize(arg0 context.Context) error

Initialize mocks base method.

type MockInitializerMockRecorder

type MockInitializerMockRecorder struct {
	// contains filtered or unexported fields
}

MockInitializerMockRecorder is the mock recorder for MockInitializer.

func (*MockInitializerMockRecorder) Initialize

func (mr *MockInitializerMockRecorder) Initialize(arg0 interface{}) *gomock.Call

Initialize indicates an expected call of Initialize.

type MockInterface

type MockInterface struct {
	// contains filtered or unexported fields
}

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockInterface) Path

func (m *MockInterface) Path() string

Path mocks base method.

func (*MockInterface) Setup

func (m *MockInterface) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockInterfaceMockRecorder

type MockInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) Path

Path indicates an expected call of Path.

func (*MockInterfaceMockRecorder) Setup

func (mr *MockInterfaceMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockIssueAttributeGetter

type MockIssueAttributeGetter struct {
	// contains filtered or unexported fields
}

MockIssueAttributeGetter is a mock of IssueAttributeGetter interface.

func NewMockIssueAttributeGetter

func NewMockIssueAttributeGetter(ctrl *gomock.Controller) *MockIssueAttributeGetter

NewMockIssueAttributeGetter creates a new mock instance.

func (*MockIssueAttributeGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssueAttributeGetter) GetIssueAttribute

GetIssueAttribute mocks base method.

func (*MockIssueAttributeGetter) Path

func (m *MockIssueAttributeGetter) Path() string

Path mocks base method.

func (*MockIssueAttributeGetter) Setup

Setup mocks base method.

type MockIssueAttributeGetterMockRecorder

type MockIssueAttributeGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssueAttributeGetterMockRecorder is the mock recorder for MockIssueAttributeGetter.

func (*MockIssueAttributeGetterMockRecorder) GetIssueAttribute

func (mr *MockIssueAttributeGetterMockRecorder) GetIssueAttribute(arg0, arg1, arg2 interface{}) *gomock.Call

GetIssueAttribute indicates an expected call of GetIssueAttribute.

func (*MockIssueAttributeGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockIssueAttributeGetterMockRecorder) Setup

func (mr *MockIssueAttributeGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockIssueBranchCreator

type MockIssueBranchCreator struct {
	// contains filtered or unexported fields
}

MockIssueBranchCreator is a mock of IssueBranchCreator interface.

func NewMockIssueBranchCreator

func NewMockIssueBranchCreator(ctrl *gomock.Controller) *MockIssueBranchCreator

NewMockIssueBranchCreator creates a new mock instance.

func (*MockIssueBranchCreator) CreateIssueBranch

func (m *MockIssueBranchCreator) CreateIssueBranch(arg0 context.Context, arg1 v1alpha1.IssueOptions, arg2 v1alpha1.Branch) (*v1alpha1.Branch, error)

CreateIssueBranch mocks base method.

func (*MockIssueBranchCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssueBranchCreator) Path

func (m *MockIssueBranchCreator) Path() string

Path mocks base method.

func (*MockIssueBranchCreator) Setup

Setup mocks base method.

type MockIssueBranchCreatorMockRecorder

type MockIssueBranchCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssueBranchCreatorMockRecorder is the mock recorder for MockIssueBranchCreator.

func (*MockIssueBranchCreatorMockRecorder) CreateIssueBranch

func (mr *MockIssueBranchCreatorMockRecorder) CreateIssueBranch(arg0, arg1, arg2 interface{}) *gomock.Call

CreateIssueBranch indicates an expected call of CreateIssueBranch.

func (*MockIssueBranchCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockIssueBranchCreatorMockRecorder) Setup

func (mr *MockIssueBranchCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockIssueBranchDeleter

type MockIssueBranchDeleter struct {
	// contains filtered or unexported fields
}

MockIssueBranchDeleter is a mock of IssueBranchDeleter interface.

func NewMockIssueBranchDeleter

func NewMockIssueBranchDeleter(ctrl *gomock.Controller) *MockIssueBranchDeleter

NewMockIssueBranchDeleter creates a new mock instance.

func (*MockIssueBranchDeleter) DeleteIssueBranch

func (m *MockIssueBranchDeleter) DeleteIssueBranch(arg0 context.Context, arg1 v1alpha1.IssueOptions, arg2 v1alpha1.ListOptions) error

DeleteIssueBranch mocks base method.

func (*MockIssueBranchDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssueBranchDeleter) Path

func (m *MockIssueBranchDeleter) Path() string

Path mocks base method.

func (*MockIssueBranchDeleter) Setup

Setup mocks base method.

type MockIssueBranchDeleterMockRecorder

type MockIssueBranchDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssueBranchDeleterMockRecorder is the mock recorder for MockIssueBranchDeleter.

func (*MockIssueBranchDeleterMockRecorder) DeleteIssueBranch

func (mr *MockIssueBranchDeleterMockRecorder) DeleteIssueBranch(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteIssueBranch indicates an expected call of DeleteIssueBranch.

func (*MockIssueBranchDeleterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockIssueBranchDeleterMockRecorder) Setup

func (mr *MockIssueBranchDeleterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockIssueBranchLister

type MockIssueBranchLister struct {
	// contains filtered or unexported fields
}

MockIssueBranchLister is a mock of IssueBranchLister interface.

func NewMockIssueBranchLister

func NewMockIssueBranchLister(ctrl *gomock.Controller) *MockIssueBranchLister

NewMockIssueBranchLister creates a new mock instance.

func (*MockIssueBranchLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssueBranchLister) ListIssueBranches

ListIssueBranches mocks base method.

func (*MockIssueBranchLister) Path

func (m *MockIssueBranchLister) Path() string

Path mocks base method.

func (*MockIssueBranchLister) Setup

Setup mocks base method.

type MockIssueBranchListerMockRecorder

type MockIssueBranchListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssueBranchListerMockRecorder is the mock recorder for MockIssueBranchLister.

func (*MockIssueBranchListerMockRecorder) ListIssueBranches

func (mr *MockIssueBranchListerMockRecorder) ListIssueBranches(arg0, arg1, arg2 interface{}) *gomock.Call

ListIssueBranches indicates an expected call of ListIssueBranches.

func (*MockIssueBranchListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockIssueBranchListerMockRecorder) Setup

func (mr *MockIssueBranchListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockIssueGetter

type MockIssueGetter struct {
	// contains filtered or unexported fields
}

MockIssueGetter is a mock of IssueGetter interface.

func NewMockIssueGetter

func NewMockIssueGetter(ctrl *gomock.Controller) *MockIssueGetter

NewMockIssueGetter creates a new mock instance.

func (*MockIssueGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssueGetter) GetIssue

GetIssue mocks base method.

func (*MockIssueGetter) Path

func (m *MockIssueGetter) Path() string

Path mocks base method.

func (*MockIssueGetter) Setup

func (m *MockIssueGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockIssueGetterMockRecorder

type MockIssueGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssueGetterMockRecorder is the mock recorder for MockIssueGetter.

func (*MockIssueGetterMockRecorder) GetIssue

func (mr *MockIssueGetterMockRecorder) GetIssue(arg0, arg1, arg2 interface{}) *gomock.Call

GetIssue indicates an expected call of GetIssue.

func (*MockIssueGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockIssueGetterMockRecorder) Setup

func (mr *MockIssueGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockIssueLister

type MockIssueLister struct {
	// contains filtered or unexported fields
}

MockIssueLister is a mock of IssueLister interface.

func NewMockIssueLister

func NewMockIssueLister(ctrl *gomock.Controller) *MockIssueLister

NewMockIssueLister creates a new mock instance.

func (*MockIssueLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssueLister) ListIssues

ListIssues mocks base method.

func (*MockIssueLister) Path

func (m *MockIssueLister) Path() string

Path mocks base method.

func (*MockIssueLister) Setup

func (m *MockIssueLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockIssueListerMockRecorder

type MockIssueListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssueListerMockRecorder is the mock recorder for MockIssueLister.

func (*MockIssueListerMockRecorder) ListIssues

func (mr *MockIssueListerMockRecorder) ListIssues(arg0, arg1, arg2 interface{}) *gomock.Call

ListIssues indicates an expected call of ListIssues.

func (*MockIssueListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockIssueListerMockRecorder) Setup

func (mr *MockIssueListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockLivenessChecker

type MockLivenessChecker struct {
	// contains filtered or unexported fields
}

MockLivenessChecker is a mock of LivenessChecker interface.

func NewMockLivenessChecker

func NewMockLivenessChecker(ctrl *gomock.Controller) *MockLivenessChecker

NewMockLivenessChecker creates a new mock instance.

func (*MockLivenessChecker) CheckAlive

func (m *MockLivenessChecker) CheckAlive(arg0 context.Context) error

CheckAlive mocks base method.

func (*MockLivenessChecker) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockLivenessCheckerMockRecorder

type MockLivenessCheckerMockRecorder struct {
	// contains filtered or unexported fields
}

MockLivenessCheckerMockRecorder is the mock recorder for MockLivenessChecker.

func (*MockLivenessCheckerMockRecorder) CheckAlive

func (mr *MockLivenessCheckerMockRecorder) CheckAlive(arg0 interface{}) *gomock.Call

CheckAlive indicates an expected call of CheckAlive.

type MockPluginAddressable

type MockPluginAddressable struct {
	// contains filtered or unexported fields
}

MockPluginAddressable is a mock of PluginAddressable interface.

func NewMockPluginAddressable

func NewMockPluginAddressable(ctrl *gomock.Controller) *MockPluginAddressable

NewMockPluginAddressable creates a new mock instance.

func (*MockPluginAddressable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPluginAddressable) GetAddressURL

func (m *MockPluginAddressable) GetAddressURL() *apis.URL

GetAddressURL mocks base method.

type MockPluginAddressableMockRecorder

type MockPluginAddressableMockRecorder struct {
	// contains filtered or unexported fields
}

MockPluginAddressableMockRecorder is the mock recorder for MockPluginAddressable.

func (*MockPluginAddressableMockRecorder) GetAddressURL

func (mr *MockPluginAddressableMockRecorder) GetAddressURL() *gomock.Call

GetAddressURL indicates an expected call of GetAddressURL.

type MockPluginAttributes

type MockPluginAttributes struct {
	// contains filtered or unexported fields
}

MockPluginAttributes is a mock of PluginAttributes interface.

func NewMockPluginAttributes

func NewMockPluginAttributes(ctrl *gomock.Controller) *MockPluginAttributes

NewMockPluginAttributes creates a new mock instance.

func (*MockPluginAttributes) Attributes

func (m *MockPluginAttributes) Attributes() map[string][]string

Attributes mocks base method.

func (*MockPluginAttributes) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPluginAttributes) GetAttribute

func (m *MockPluginAttributes) GetAttribute(arg0 string) []string

GetAttribute mocks base method.

func (*MockPluginAttributes) SetAttribute

func (m *MockPluginAttributes) SetAttribute(arg0 string, arg1 ...string)

SetAttribute mocks base method.

type MockPluginAttributesMockRecorder

type MockPluginAttributesMockRecorder struct {
	// contains filtered or unexported fields
}

MockPluginAttributesMockRecorder is the mock recorder for MockPluginAttributes.

func (*MockPluginAttributesMockRecorder) Attributes

func (mr *MockPluginAttributesMockRecorder) Attributes() *gomock.Call

Attributes indicates an expected call of Attributes.

func (*MockPluginAttributesMockRecorder) GetAttribute

func (mr *MockPluginAttributesMockRecorder) GetAttribute(arg0 interface{}) *gomock.Call

GetAttribute indicates an expected call of GetAttribute.

func (*MockPluginAttributesMockRecorder) SetAttribute

func (mr *MockPluginAttributesMockRecorder) SetAttribute(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SetAttribute indicates an expected call of SetAttribute.

type MockPluginDisplayColumns

type MockPluginDisplayColumns struct {
	// contains filtered or unexported fields
}

MockPluginDisplayColumns is a mock of PluginDisplayColumns interface.

func NewMockPluginDisplayColumns

func NewMockPluginDisplayColumns(ctrl *gomock.Controller) *MockPluginDisplayColumns

NewMockPluginDisplayColumns creates a new mock instance.

func (*MockPluginDisplayColumns) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPluginDisplayColumns) GetDisplayColumns

func (m *MockPluginDisplayColumns) GetDisplayColumns() map[string]v1alpha1.DisplayColumns

GetDisplayColumns mocks base method.

func (*MockPluginDisplayColumns) SetDisplayColumns

func (m *MockPluginDisplayColumns) SetDisplayColumns(arg0 string, arg1 ...v1alpha1.DisplayColumn)

SetDisplayColumns mocks base method.

type MockPluginDisplayColumnsMockRecorder

type MockPluginDisplayColumnsMockRecorder struct {
	// contains filtered or unexported fields
}

MockPluginDisplayColumnsMockRecorder is the mock recorder for MockPluginDisplayColumns.

func (*MockPluginDisplayColumnsMockRecorder) GetDisplayColumns

func (mr *MockPluginDisplayColumnsMockRecorder) GetDisplayColumns() *gomock.Call

GetDisplayColumns indicates an expected call of GetDisplayColumns.

func (*MockPluginDisplayColumnsMockRecorder) SetDisplayColumns

func (mr *MockPluginDisplayColumnsMockRecorder) SetDisplayColumns(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SetDisplayColumns indicates an expected call of SetDisplayColumns.

type MockPluginRegister

type MockPluginRegister struct {
	// contains filtered or unexported fields
}

MockPluginRegister is a mock of PluginRegister interface.

func NewMockPluginRegister

func NewMockPluginRegister(ctrl *gomock.Controller) *MockPluginRegister

NewMockPluginRegister creates a new mock instance.

func (*MockPluginRegister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPluginRegister) GetAddressURL

func (m *MockPluginRegister) GetAddressURL() *apis.URL

GetAddressURL mocks base method.

func (*MockPluginRegister) GetAllowEmptySecret

func (m *MockPluginRegister) GetAllowEmptySecret() []string

GetAllowEmptySecret mocks base method.

func (*MockPluginRegister) GetIntegrationClassName

func (m *MockPluginRegister) GetIntegrationClassName() string

GetIntegrationClassName mocks base method.

func (*MockPluginRegister) GetReplicationPolicyTypes

func (m *MockPluginRegister) GetReplicationPolicyTypes() []string

GetReplicationPolicyTypes mocks base method.

func (*MockPluginRegister) GetResourceTypes

func (m *MockPluginRegister) GetResourceTypes() []string

GetResourceTypes mocks base method.

func (*MockPluginRegister) GetSecretTypes

func (m *MockPluginRegister) GetSecretTypes() []string

GetSecretTypes mocks base method.

func (*MockPluginRegister) GetSupportedVersions

func (m *MockPluginRegister) GetSupportedVersions() []string

GetSupportedVersions mocks base method.

func (*MockPluginRegister) GetWebhookURL

func (m *MockPluginRegister) GetWebhookURL() (*apis.URL, bool)

GetWebhookURL mocks base method.

func (*MockPluginRegister) Path

func (m *MockPluginRegister) Path() string

Path mocks base method.

func (*MockPluginRegister) Setup

func (m *MockPluginRegister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockPluginRegisterMockRecorder

type MockPluginRegisterMockRecorder struct {
	// contains filtered or unexported fields
}

MockPluginRegisterMockRecorder is the mock recorder for MockPluginRegister.

func (*MockPluginRegisterMockRecorder) GetAddressURL

func (mr *MockPluginRegisterMockRecorder) GetAddressURL() *gomock.Call

GetAddressURL indicates an expected call of GetAddressURL.

func (*MockPluginRegisterMockRecorder) GetAllowEmptySecret

func (mr *MockPluginRegisterMockRecorder) GetAllowEmptySecret() *gomock.Call

GetAllowEmptySecret indicates an expected call of GetAllowEmptySecret.

func (*MockPluginRegisterMockRecorder) GetIntegrationClassName

func (mr *MockPluginRegisterMockRecorder) GetIntegrationClassName() *gomock.Call

GetIntegrationClassName indicates an expected call of GetIntegrationClassName.

func (*MockPluginRegisterMockRecorder) GetReplicationPolicyTypes

func (mr *MockPluginRegisterMockRecorder) GetReplicationPolicyTypes() *gomock.Call

GetReplicationPolicyTypes indicates an expected call of GetReplicationPolicyTypes.

func (*MockPluginRegisterMockRecorder) GetResourceTypes

func (mr *MockPluginRegisterMockRecorder) GetResourceTypes() *gomock.Call

GetResourceTypes indicates an expected call of GetResourceTypes.

func (*MockPluginRegisterMockRecorder) GetSecretTypes

func (mr *MockPluginRegisterMockRecorder) GetSecretTypes() *gomock.Call

GetSecretTypes indicates an expected call of GetSecretTypes.

func (*MockPluginRegisterMockRecorder) GetSupportedVersions

func (mr *MockPluginRegisterMockRecorder) GetSupportedVersions() *gomock.Call

GetSupportedVersions indicates an expected call of GetSupportedVersions.

func (*MockPluginRegisterMockRecorder) GetWebhookURL

func (mr *MockPluginRegisterMockRecorder) GetWebhookURL() *gomock.Call

GetWebhookURL indicates an expected call of GetWebhookURL.

func (*MockPluginRegisterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockPluginRegisterMockRecorder) Setup

func (mr *MockPluginRegisterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockPluginVersionAttributes

type MockPluginVersionAttributes struct {
	// contains filtered or unexported fields
}

MockPluginVersionAttributes is a mock of PluginVersionAttributes interface.

func NewMockPluginVersionAttributes

func NewMockPluginVersionAttributes(ctrl *gomock.Controller) *MockPluginVersionAttributes

NewMockPluginVersionAttributes creates a new mock instance.

func (*MockPluginVersionAttributes) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPluginVersionAttributes) GetVersionAttributes

func (m *MockPluginVersionAttributes) GetVersionAttributes(arg0 string) map[string][]string

GetVersionAttributes mocks base method.

func (*MockPluginVersionAttributes) SetVersionAttributes

func (m *MockPluginVersionAttributes) SetVersionAttributes(arg0 string, arg1 map[string][]string)

SetVersionAttributes mocks base method.

type MockPluginVersionAttributesMockRecorder

type MockPluginVersionAttributesMockRecorder struct {
	// contains filtered or unexported fields
}

MockPluginVersionAttributesMockRecorder is the mock recorder for MockPluginVersionAttributes.

func (*MockPluginVersionAttributesMockRecorder) GetVersionAttributes

func (mr *MockPluginVersionAttributesMockRecorder) GetVersionAttributes(arg0 interface{}) *gomock.Call

GetVersionAttributes indicates an expected call of GetVersionAttributes.

func (*MockPluginVersionAttributesMockRecorder) SetVersionAttributes

func (mr *MockPluginVersionAttributesMockRecorder) SetVersionAttributes(arg0, arg1 interface{}) *gomock.Call

SetVersionAttributes indicates an expected call of SetVersionAttributes.

type MockProjectArtifactDeleter

type MockProjectArtifactDeleter struct {
	// contains filtered or unexported fields
}

MockProjectArtifactDeleter is a mock of ProjectArtifactDeleter interface.

func NewMockProjectArtifactDeleter

func NewMockProjectArtifactDeleter(ctrl *gomock.Controller) *MockProjectArtifactDeleter

NewMockProjectArtifactDeleter creates a new mock instance.

func (*MockProjectArtifactDeleter) DeleteProjectArtifact

func (m *MockProjectArtifactDeleter) DeleteProjectArtifact(arg0 context.Context, arg1 v1alpha1.ProjectArtifactOptions) error

DeleteProjectArtifact mocks base method.

func (*MockProjectArtifactDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectArtifactDeleter) Path

Path mocks base method.

func (*MockProjectArtifactDeleter) Setup

Setup mocks base method.

type MockProjectArtifactDeleterMockRecorder

type MockProjectArtifactDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectArtifactDeleterMockRecorder is the mock recorder for MockProjectArtifactDeleter.

func (*MockProjectArtifactDeleterMockRecorder) DeleteProjectArtifact

func (mr *MockProjectArtifactDeleterMockRecorder) DeleteProjectArtifact(arg0, arg1 interface{}) *gomock.Call

DeleteProjectArtifact indicates an expected call of DeleteProjectArtifact.

func (*MockProjectArtifactDeleterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectArtifactDeleterMockRecorder) Setup

func (mr *MockProjectArtifactDeleterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectArtifactFileGetter

type MockProjectArtifactFileGetter struct {
	// contains filtered or unexported fields
}

MockProjectArtifactFileGetter is a mock of ProjectArtifactFileGetter interface.

func NewMockProjectArtifactFileGetter

func NewMockProjectArtifactFileGetter(ctrl *gomock.Controller) *MockProjectArtifactFileGetter

NewMockProjectArtifactFileGetter creates a new mock instance.

func (*MockProjectArtifactFileGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectArtifactFileGetter) GetProjectArtifactFile

GetProjectArtifactFile mocks base method.

func (*MockProjectArtifactFileGetter) Path

Path mocks base method.

func (*MockProjectArtifactFileGetter) Setup

Setup mocks base method.

type MockProjectArtifactFileGetterMockRecorder

type MockProjectArtifactFileGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectArtifactFileGetterMockRecorder is the mock recorder for MockProjectArtifactFileGetter.

func (*MockProjectArtifactFileGetterMockRecorder) GetProjectArtifactFile

func (mr *MockProjectArtifactFileGetterMockRecorder) GetProjectArtifactFile(arg0, arg1 interface{}) *gomock.Call

GetProjectArtifactFile indicates an expected call of GetProjectArtifactFile.

func (*MockProjectArtifactFileGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectArtifactFileGetterMockRecorder) Setup

func (mr *MockProjectArtifactFileGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectArtifactGetter

type MockProjectArtifactGetter struct {
	// contains filtered or unexported fields
}

MockProjectArtifactGetter is a mock of ProjectArtifactGetter interface.

func NewMockProjectArtifactGetter

func NewMockProjectArtifactGetter(ctrl *gomock.Controller) *MockProjectArtifactGetter

NewMockProjectArtifactGetter creates a new mock instance.

func (*MockProjectArtifactGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectArtifactGetter) GetProjectArtifact

GetProjectArtifact mocks base method.

func (*MockProjectArtifactGetter) Path

Path mocks base method.

func (*MockProjectArtifactGetter) Setup

Setup mocks base method.

type MockProjectArtifactGetterMockRecorder

type MockProjectArtifactGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectArtifactGetterMockRecorder is the mock recorder for MockProjectArtifactGetter.

func (*MockProjectArtifactGetterMockRecorder) GetProjectArtifact

func (mr *MockProjectArtifactGetterMockRecorder) GetProjectArtifact(arg0, arg1 interface{}) *gomock.Call

GetProjectArtifact indicates an expected call of GetProjectArtifact.

func (*MockProjectArtifactGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectArtifactGetterMockRecorder) Setup

func (mr *MockProjectArtifactGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectArtifactLister

type MockProjectArtifactLister struct {
	// contains filtered or unexported fields
}

MockProjectArtifactLister is a mock of ProjectArtifactLister interface.

func NewMockProjectArtifactLister

func NewMockProjectArtifactLister(ctrl *gomock.Controller) *MockProjectArtifactLister

NewMockProjectArtifactLister creates a new mock instance.

func (*MockProjectArtifactLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectArtifactLister) ListProjectArtifacts

ListProjectArtifacts mocks base method.

func (*MockProjectArtifactLister) Path

Path mocks base method.

func (*MockProjectArtifactLister) Setup

Setup mocks base method.

type MockProjectArtifactListerMockRecorder

type MockProjectArtifactListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectArtifactListerMockRecorder is the mock recorder for MockProjectArtifactLister.

func (*MockProjectArtifactListerMockRecorder) ListProjectArtifacts

func (mr *MockProjectArtifactListerMockRecorder) ListProjectArtifacts(arg0, arg1, arg2 interface{}) *gomock.Call

ListProjectArtifacts indicates an expected call of ListProjectArtifacts.

func (*MockProjectArtifactListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectArtifactListerMockRecorder) Setup

func (mr *MockProjectArtifactListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectArtifactUploader

type MockProjectArtifactUploader struct {
	// contains filtered or unexported fields
}

MockProjectArtifactUploader is a mock of ProjectArtifactUploader interface.

func NewMockProjectArtifactUploader

func NewMockProjectArtifactUploader(ctrl *gomock.Controller) *MockProjectArtifactUploader

NewMockProjectArtifactUploader creates a new mock instance.

func (*MockProjectArtifactUploader) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectArtifactUploader) Path

Path mocks base method.

func (*MockProjectArtifactUploader) Setup

Setup mocks base method.

func (*MockProjectArtifactUploader) UploadArtifact

UploadArtifact mocks base method.

type MockProjectArtifactUploaderMockRecorder

type MockProjectArtifactUploaderMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectArtifactUploaderMockRecorder is the mock recorder for MockProjectArtifactUploader.

func (*MockProjectArtifactUploaderMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectArtifactUploaderMockRecorder) Setup

func (mr *MockProjectArtifactUploaderMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

func (*MockProjectArtifactUploaderMockRecorder) UploadArtifact

func (mr *MockProjectArtifactUploaderMockRecorder) UploadArtifact(arg0, arg1, arg2 interface{}) *gomock.Call

UploadArtifact indicates an expected call of UploadArtifact.

type MockProjectCreator

type MockProjectCreator struct {
	// contains filtered or unexported fields
}

MockProjectCreator is a mock of ProjectCreator interface.

func NewMockProjectCreator

func NewMockProjectCreator(ctrl *gomock.Controller) *MockProjectCreator

NewMockProjectCreator creates a new mock instance.

func (*MockProjectCreator) CreateProject

func (m *MockProjectCreator) CreateProject(arg0 context.Context, arg1 *v1alpha1.Project) (*v1alpha1.Project, error)

CreateProject mocks base method.

func (*MockProjectCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectCreator) Path

func (m *MockProjectCreator) Path() string

Path mocks base method.

func (*MockProjectCreator) Setup

func (m *MockProjectCreator) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockProjectCreatorMockRecorder

type MockProjectCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectCreatorMockRecorder is the mock recorder for MockProjectCreator.

func (*MockProjectCreatorMockRecorder) CreateProject

func (mr *MockProjectCreatorMockRecorder) CreateProject(arg0, arg1 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockProjectCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectCreatorMockRecorder) Setup

func (mr *MockProjectCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectDeleter

type MockProjectDeleter struct {
	// contains filtered or unexported fields
}

MockProjectDeleter is a mock of ProjectDeleter interface.

func NewMockProjectDeleter

func NewMockProjectDeleter(ctrl *gomock.Controller) *MockProjectDeleter

NewMockProjectDeleter creates a new mock instance.

func (*MockProjectDeleter) DeleteProject

func (m *MockProjectDeleter) DeleteProject(arg0 context.Context, arg1 *v1alpha1.Project) error

DeleteProject mocks base method.

func (*MockProjectDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectDeleter) Path

func (m *MockProjectDeleter) Path() string

Path mocks base method.

func (*MockProjectDeleter) Setup

func (m *MockProjectDeleter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockProjectDeleterMockRecorder

type MockProjectDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectDeleterMockRecorder is the mock recorder for MockProjectDeleter.

func (*MockProjectDeleterMockRecorder) DeleteProject

func (mr *MockProjectDeleterMockRecorder) DeleteProject(arg0, arg1 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject.

func (*MockProjectDeleterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectDeleterMockRecorder) Setup

func (mr *MockProjectDeleterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectGetter

type MockProjectGetter struct {
	// contains filtered or unexported fields
}

MockProjectGetter is a mock of ProjectGetter interface.

func NewMockProjectGetter

func NewMockProjectGetter(ctrl *gomock.Controller) *MockProjectGetter

NewMockProjectGetter creates a new mock instance.

func (*MockProjectGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectGetter) GetProject

func (m *MockProjectGetter) GetProject(arg0 context.Context, arg1 string) (*v1alpha1.Project, error)

GetProject mocks base method.

func (*MockProjectGetter) Path

func (m *MockProjectGetter) Path() string

Path mocks base method.

func (*MockProjectGetter) Setup

func (m *MockProjectGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockProjectGetterMockRecorder

type MockProjectGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectGetterMockRecorder is the mock recorder for MockProjectGetter.

func (*MockProjectGetterMockRecorder) GetProject

func (mr *MockProjectGetterMockRecorder) GetProject(arg0, arg1 interface{}) *gomock.Call

GetProject indicates an expected call of GetProject.

func (*MockProjectGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectGetterMockRecorder) Setup

func (mr *MockProjectGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectLister

type MockProjectLister struct {
	// contains filtered or unexported fields
}

MockProjectLister is a mock of ProjectLister interface.

func NewMockProjectLister

func NewMockProjectLister(ctrl *gomock.Controller) *MockProjectLister

NewMockProjectLister creates a new mock instance.

func (*MockProjectLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectLister) ListProjects

ListProjects mocks base method.

func (*MockProjectLister) Path

func (m *MockProjectLister) Path() string

Path mocks base method.

func (*MockProjectLister) Setup

func (m *MockProjectLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockProjectListerMockRecorder

type MockProjectListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectListerMockRecorder is the mock recorder for MockProjectLister.

func (*MockProjectListerMockRecorder) ListProjects

func (mr *MockProjectListerMockRecorder) ListProjects(arg0, arg1 interface{}) *gomock.Call

ListProjects indicates an expected call of ListProjects.

func (*MockProjectListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectListerMockRecorder) Setup

func (mr *MockProjectListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockProjectUserLister

type MockProjectUserLister struct {
	// contains filtered or unexported fields
}

MockProjectUserLister is a mock of ProjectUserLister interface.

func NewMockProjectUserLister

func NewMockProjectUserLister(ctrl *gomock.Controller) *MockProjectUserLister

NewMockProjectUserLister creates a new mock instance.

func (*MockProjectUserLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProjectUserLister) ListProjectUsers

ListProjectUsers mocks base method.

func (*MockProjectUserLister) Path

func (m *MockProjectUserLister) Path() string

Path mocks base method.

func (*MockProjectUserLister) Setup

Setup mocks base method.

type MockProjectUserListerMockRecorder

type MockProjectUserListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectUserListerMockRecorder is the mock recorder for MockProjectUserLister.

func (*MockProjectUserListerMockRecorder) ListProjectUsers

func (mr *MockProjectUserListerMockRecorder) ListProjectUsers(arg0, arg1, arg2 interface{}) *gomock.Call

ListProjectUsers indicates an expected call of ListProjectUsers.

func (*MockProjectUserListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockProjectUserListerMockRecorder) Setup

func (mr *MockProjectUserListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockRepositoryGetter

type MockRepositoryGetter struct {
	// contains filtered or unexported fields
}

MockRepositoryGetter is a mock of RepositoryGetter interface.

func NewMockRepositoryGetter

func NewMockRepositoryGetter(ctrl *gomock.Controller) *MockRepositoryGetter

NewMockRepositoryGetter creates a new mock instance.

func (*MockRepositoryGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRepositoryGetter) GetRepository

GetRepository mocks base method.

func (*MockRepositoryGetter) Path

func (m *MockRepositoryGetter) Path() string

Path mocks base method.

func (*MockRepositoryGetter) Setup

Setup mocks base method.

type MockRepositoryGetterMockRecorder

type MockRepositoryGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepositoryGetterMockRecorder is the mock recorder for MockRepositoryGetter.

func (*MockRepositoryGetterMockRecorder) GetRepository

func (mr *MockRepositoryGetterMockRecorder) GetRepository(arg0, arg1 interface{}) *gomock.Call

GetRepository indicates an expected call of GetRepository.

func (*MockRepositoryGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockRepositoryGetterMockRecorder) Setup

func (mr *MockRepositoryGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockRepositoryLister

type MockRepositoryLister struct {
	// contains filtered or unexported fields
}

MockRepositoryLister is a mock of RepositoryLister interface.

func NewMockRepositoryLister

func NewMockRepositoryLister(ctrl *gomock.Controller) *MockRepositoryLister

NewMockRepositoryLister creates a new mock instance.

func (*MockRepositoryLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRepositoryLister) ListRepositories

ListRepositories mocks base method.

func (*MockRepositoryLister) Path

func (m *MockRepositoryLister) Path() string

Path mocks base method.

func (*MockRepositoryLister) Setup

Setup mocks base method.

type MockRepositoryListerMockRecorder

type MockRepositoryListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepositoryListerMockRecorder is the mock recorder for MockRepositoryLister.

func (*MockRepositoryListerMockRecorder) ListRepositories

func (mr *MockRepositoryListerMockRecorder) ListRepositories(arg0, arg1, arg2 interface{}) *gomock.Call

ListRepositories indicates an expected call of ListRepositories.

func (*MockRepositoryListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockRepositoryListerMockRecorder) Setup

func (mr *MockRepositoryListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockResourcePathFormatter

type MockResourcePathFormatter struct {
	// contains filtered or unexported fields
}

MockResourcePathFormatter is a mock of ResourcePathFormatter interface.

func NewMockResourcePathFormatter

func NewMockResourcePathFormatter(ctrl *gomock.Controller) *MockResourcePathFormatter

NewMockResourcePathFormatter creates a new mock instance.

func (*MockResourcePathFormatter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockResourcePathFormatter) GetResourcePathFmt

func (m *MockResourcePathFormatter) GetResourcePathFmt() map[v1alpha1.ResourcePathScene]string

GetResourcePathFmt mocks base method.

func (*MockResourcePathFormatter) GetSubResourcePathFmt

func (m *MockResourcePathFormatter) GetSubResourcePathFmt() map[v1alpha1.ResourcePathScene]string

GetSubResourcePathFmt mocks base method.

type MockResourcePathFormatterMockRecorder

type MockResourcePathFormatterMockRecorder struct {
	// contains filtered or unexported fields
}

MockResourcePathFormatterMockRecorder is the mock recorder for MockResourcePathFormatter.

func (*MockResourcePathFormatterMockRecorder) GetResourcePathFmt

func (mr *MockResourcePathFormatterMockRecorder) GetResourcePathFmt() *gomock.Call

GetResourcePathFmt indicates an expected call of GetResourcePathFmt.

func (*MockResourcePathFormatterMockRecorder) GetSubResourcePathFmt

func (mr *MockResourcePathFormatterMockRecorder) GetSubResourcePathFmt() *gomock.Call

GetSubResourcePathFmt indicates an expected call of GetSubResourcePathFmt.

type MockScanImage

type MockScanImage struct {
	// contains filtered or unexported fields
}

MockScanImage is a mock of ScanImage interface.

func NewMockScanImage

func NewMockScanImage(ctrl *gomock.Controller) *MockScanImage

NewMockScanImage creates a new mock instance.

func (*MockScanImage) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockScanImage) Path

func (m *MockScanImage) Path() string

Path mocks base method.

func (*MockScanImage) ScanImage

func (m *MockScanImage) ScanImage(arg0 context.Context, arg1 v1alpha1.ArtifactOptions) error

ScanImage mocks base method.

func (*MockScanImage) Setup

func (m *MockScanImage) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockScanImageMockRecorder

type MockScanImageMockRecorder struct {
	// contains filtered or unexported fields
}

MockScanImageMockRecorder is the mock recorder for MockScanImage.

func (*MockScanImageMockRecorder) Path

Path indicates an expected call of Path.

func (*MockScanImageMockRecorder) ScanImage

func (mr *MockScanImageMockRecorder) ScanImage(arg0, arg1 interface{}) *gomock.Call

ScanImage indicates an expected call of ScanImage.

func (*MockScanImageMockRecorder) Setup

func (mr *MockScanImageMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockSubtypeProjectGetter

type MockSubtypeProjectGetter struct {
	// contains filtered or unexported fields
}

MockSubtypeProjectGetter is a mock of SubtypeProjectGetter interface.

func NewMockSubtypeProjectGetter

func NewMockSubtypeProjectGetter(ctrl *gomock.Controller) *MockSubtypeProjectGetter

NewMockSubtypeProjectGetter creates a new mock instance.

func (*MockSubtypeProjectGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSubtypeProjectGetter) GetSubTypeProject

func (m *MockSubtypeProjectGetter) GetSubTypeProject(arg0 context.Context, arg1 types.GetProjectOption) (*v1alpha1.Project, error)

GetSubTypeProject mocks base method.

func (*MockSubtypeProjectGetter) Path

func (m *MockSubtypeProjectGetter) Path() string

Path mocks base method.

func (*MockSubtypeProjectGetter) Setup

Setup mocks base method.

type MockSubtypeProjectGetterMockRecorder

type MockSubtypeProjectGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSubtypeProjectGetterMockRecorder is the mock recorder for MockSubtypeProjectGetter.

func (*MockSubtypeProjectGetterMockRecorder) GetSubTypeProject

func (mr *MockSubtypeProjectGetterMockRecorder) GetSubTypeProject(arg0, arg1 interface{}) *gomock.Call

GetSubTypeProject indicates an expected call of GetSubTypeProject.

func (*MockSubtypeProjectGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockSubtypeProjectGetterMockRecorder) Setup

func (mr *MockSubtypeProjectGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestCaseExecutionCreator

type MockTestCaseExecutionCreator struct {
	// contains filtered or unexported fields
}

MockTestCaseExecutionCreator is a mock of TestCaseExecutionCreator interface.

func NewMockTestCaseExecutionCreator

func NewMockTestCaseExecutionCreator(ctrl *gomock.Controller) *MockTestCaseExecutionCreator

NewMockTestCaseExecutionCreator creates a new mock instance.

func (*MockTestCaseExecutionCreator) CreateTestCaseExecution

CreateTestCaseExecution mocks base method.

func (*MockTestCaseExecutionCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestCaseExecutionCreator) Path

Path mocks base method.

func (*MockTestCaseExecutionCreator) Setup

Setup mocks base method.

type MockTestCaseExecutionCreatorMockRecorder

type MockTestCaseExecutionCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestCaseExecutionCreatorMockRecorder is the mock recorder for MockTestCaseExecutionCreator.

func (*MockTestCaseExecutionCreatorMockRecorder) CreateTestCaseExecution

func (mr *MockTestCaseExecutionCreatorMockRecorder) CreateTestCaseExecution(arg0, arg1, arg2 interface{}) *gomock.Call

CreateTestCaseExecution indicates an expected call of CreateTestCaseExecution.

func (*MockTestCaseExecutionCreatorMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestCaseExecutionCreatorMockRecorder) Setup

func (mr *MockTestCaseExecutionCreatorMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestCaseExecutionLister

type MockTestCaseExecutionLister struct {
	// contains filtered or unexported fields
}

MockTestCaseExecutionLister is a mock of TestCaseExecutionLister interface.

func NewMockTestCaseExecutionLister

func NewMockTestCaseExecutionLister(ctrl *gomock.Controller) *MockTestCaseExecutionLister

NewMockTestCaseExecutionLister creates a new mock instance.

func (*MockTestCaseExecutionLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestCaseExecutionLister) ListTestCaseExecutions

ListTestCaseExecutions mocks base method.

func (*MockTestCaseExecutionLister) Path

Path mocks base method.

func (*MockTestCaseExecutionLister) Setup

Setup mocks base method.

type MockTestCaseExecutionListerMockRecorder

type MockTestCaseExecutionListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestCaseExecutionListerMockRecorder is the mock recorder for MockTestCaseExecutionLister.

func (*MockTestCaseExecutionListerMockRecorder) ListTestCaseExecutions

func (mr *MockTestCaseExecutionListerMockRecorder) ListTestCaseExecutions(arg0, arg1, arg2 interface{}) *gomock.Call

ListTestCaseExecutions indicates an expected call of ListTestCaseExecutions.

func (*MockTestCaseExecutionListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestCaseExecutionListerMockRecorder) Setup

func (mr *MockTestCaseExecutionListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestCaseGetter

type MockTestCaseGetter struct {
	// contains filtered or unexported fields
}

MockTestCaseGetter is a mock of TestCaseGetter interface.

func NewMockTestCaseGetter

func NewMockTestCaseGetter(ctrl *gomock.Controller) *MockTestCaseGetter

NewMockTestCaseGetter creates a new mock instance.

func (*MockTestCaseGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestCaseGetter) GetTestCase

GetTestCase mocks base method.

func (*MockTestCaseGetter) Path

func (m *MockTestCaseGetter) Path() string

Path mocks base method.

func (*MockTestCaseGetter) Setup

func (m *MockTestCaseGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockTestCaseGetterMockRecorder

type MockTestCaseGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestCaseGetterMockRecorder is the mock recorder for MockTestCaseGetter.

func (*MockTestCaseGetterMockRecorder) GetTestCase

func (mr *MockTestCaseGetterMockRecorder) GetTestCase(arg0, arg1 interface{}) *gomock.Call

GetTestCase indicates an expected call of GetTestCase.

func (*MockTestCaseGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestCaseGetterMockRecorder) Setup

func (mr *MockTestCaseGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestCaseLister

type MockTestCaseLister struct {
	// contains filtered or unexported fields
}

MockTestCaseLister is a mock of TestCaseLister interface.

func NewMockTestCaseLister

func NewMockTestCaseLister(ctrl *gomock.Controller) *MockTestCaseLister

NewMockTestCaseLister creates a new mock instance.

func (*MockTestCaseLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestCaseLister) ListTestCases

ListTestCases mocks base method.

func (*MockTestCaseLister) Path

func (m *MockTestCaseLister) Path() string

Path mocks base method.

func (*MockTestCaseLister) Setup

func (m *MockTestCaseLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockTestCaseListerMockRecorder

type MockTestCaseListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestCaseListerMockRecorder is the mock recorder for MockTestCaseLister.

func (*MockTestCaseListerMockRecorder) ListTestCases

func (mr *MockTestCaseListerMockRecorder) ListTestCases(arg0, arg1, arg2 interface{}) *gomock.Call

ListTestCases indicates an expected call of ListTestCases.

func (*MockTestCaseListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestCaseListerMockRecorder) Setup

func (mr *MockTestCaseListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestModuleLister

type MockTestModuleLister struct {
	// contains filtered or unexported fields
}

MockTestModuleLister is a mock of TestModuleLister interface.

func NewMockTestModuleLister

func NewMockTestModuleLister(ctrl *gomock.Controller) *MockTestModuleLister

NewMockTestModuleLister creates a new mock instance.

func (*MockTestModuleLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestModuleLister) ListTestModules

ListTestModules mocks base method.

func (*MockTestModuleLister) Path

func (m *MockTestModuleLister) Path() string

Path mocks base method.

func (*MockTestModuleLister) Setup

Setup mocks base method.

type MockTestModuleListerMockRecorder

type MockTestModuleListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestModuleListerMockRecorder is the mock recorder for MockTestModuleLister.

func (*MockTestModuleListerMockRecorder) ListTestModules

func (mr *MockTestModuleListerMockRecorder) ListTestModules(arg0, arg1, arg2 interface{}) *gomock.Call

ListTestModules indicates an expected call of ListTestModules.

func (*MockTestModuleListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestModuleListerMockRecorder) Setup

func (mr *MockTestModuleListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestPlanGetter

type MockTestPlanGetter struct {
	// contains filtered or unexported fields
}

MockTestPlanGetter is a mock of TestPlanGetter interface.

func NewMockTestPlanGetter

func NewMockTestPlanGetter(ctrl *gomock.Controller) *MockTestPlanGetter

NewMockTestPlanGetter creates a new mock instance.

func (*MockTestPlanGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestPlanGetter) GetTestPlan

GetTestPlan mocks base method.

func (*MockTestPlanGetter) Path

func (m *MockTestPlanGetter) Path() string

Path mocks base method.

func (*MockTestPlanGetter) Setup

func (m *MockTestPlanGetter) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockTestPlanGetterMockRecorder

type MockTestPlanGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestPlanGetterMockRecorder is the mock recorder for MockTestPlanGetter.

func (*MockTestPlanGetterMockRecorder) GetTestPlan

func (mr *MockTestPlanGetterMockRecorder) GetTestPlan(arg0, arg1 interface{}) *gomock.Call

GetTestPlan indicates an expected call of GetTestPlan.

func (*MockTestPlanGetterMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestPlanGetterMockRecorder) Setup

func (mr *MockTestPlanGetterMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockTestPlanLister

type MockTestPlanLister struct {
	// contains filtered or unexported fields
}

MockTestPlanLister is a mock of TestPlanLister interface.

func NewMockTestPlanLister

func NewMockTestPlanLister(ctrl *gomock.Controller) *MockTestPlanLister

NewMockTestPlanLister creates a new mock instance.

func (*MockTestPlanLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestPlanLister) ListTestPlans

ListTestPlans mocks base method.

func (*MockTestPlanLister) Path

func (m *MockTestPlanLister) Path() string

Path mocks base method.

func (*MockTestPlanLister) Setup

func (m *MockTestPlanLister) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockTestPlanListerMockRecorder

type MockTestPlanListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTestPlanListerMockRecorder is the mock recorder for MockTestPlanLister.

func (*MockTestPlanListerMockRecorder) ListTestPlans

func (mr *MockTestPlanListerMockRecorder) ListTestPlans(arg0, arg1, arg2 interface{}) *gomock.Call

ListTestPlans indicates an expected call of ListTestPlans.

func (*MockTestPlanListerMockRecorder) Path

Path indicates an expected call of Path.

func (*MockTestPlanListerMockRecorder) Setup

func (mr *MockTestPlanListerMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockToolMetadataGetter

type MockToolMetadataGetter struct {
	// contains filtered or unexported fields
}

MockToolMetadataGetter is a mock of ToolMetadataGetter interface.

func NewMockToolMetadataGetter

func NewMockToolMetadataGetter(ctrl *gomock.Controller) *MockToolMetadataGetter

NewMockToolMetadataGetter creates a new mock instance.

func (*MockToolMetadataGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockToolMetadataGetter) GetToolMetadata

func (m *MockToolMetadataGetter) GetToolMetadata(arg0 context.Context) (*v1alpha1.ToolMeta, error)

GetToolMetadata mocks base method.

type MockToolMetadataGetterMockRecorder

type MockToolMetadataGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockToolMetadataGetterMockRecorder is the mock recorder for MockToolMetadataGetter.

func (*MockToolMetadataGetterMockRecorder) GetToolMetadata

func (mr *MockToolMetadataGetterMockRecorder) GetToolMetadata(arg0 interface{}) *gomock.Call

GetToolMetadata indicates an expected call of GetToolMetadata.

type MockWebhookCreator

type MockWebhookCreator struct {
	// contains filtered or unexported fields
}

MockWebhookCreator is a mock of WebhookCreator interface.

func NewMockWebhookCreator

func NewMockWebhookCreator(ctrl *gomock.Controller) *MockWebhookCreator

NewMockWebhookCreator creates a new mock instance.

func (*MockWebhookCreator) CreateWebhook

CreateWebhook mocks base method.

func (*MockWebhookCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockWebhookCreatorMockRecorder

type MockWebhookCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookCreatorMockRecorder is the mock recorder for MockWebhookCreator.

func (*MockWebhookCreatorMockRecorder) CreateWebhook

func (mr *MockWebhookCreatorMockRecorder) CreateWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

CreateWebhook indicates an expected call of CreateWebhook.

type MockWebhookDeleter

type MockWebhookDeleter struct {
	// contains filtered or unexported fields
}

MockWebhookDeleter is a mock of WebhookDeleter interface.

func NewMockWebhookDeleter

func NewMockWebhookDeleter(ctrl *gomock.Controller) *MockWebhookDeleter

NewMockWebhookDeleter creates a new mock instance.

func (*MockWebhookDeleter) DeleteWebhook

func (m *MockWebhookDeleter) DeleteWebhook(arg0 context.Context, arg1 v1alpha1.WebhookRegisterSpec, arg2 v1.Secret) error

DeleteWebhook mocks base method.

func (*MockWebhookDeleter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockWebhookDeleterMockRecorder

type MockWebhookDeleterMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookDeleterMockRecorder is the mock recorder for MockWebhookDeleter.

func (*MockWebhookDeleterMockRecorder) DeleteWebhook

func (mr *MockWebhookDeleterMockRecorder) DeleteWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteWebhook indicates an expected call of DeleteWebhook.

type MockWebhookLister

type MockWebhookLister struct {
	// contains filtered or unexported fields
}

MockWebhookLister is a mock of WebhookLister interface.

func NewMockWebhookLister

func NewMockWebhookLister(ctrl *gomock.Controller) *MockWebhookLister

NewMockWebhookLister creates a new mock instance.

func (*MockWebhookLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWebhookLister) ListWebhooks

func (m *MockWebhookLister) ListWebhooks(arg0 context.Context, arg1 apis.URL, arg2 v1.Secret) ([]v1alpha1.WebhookRegisterStatus, error)

ListWebhooks mocks base method.

type MockWebhookListerMockRecorder

type MockWebhookListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookListerMockRecorder is the mock recorder for MockWebhookLister.

func (*MockWebhookListerMockRecorder) ListWebhooks

func (mr *MockWebhookListerMockRecorder) ListWebhooks(arg0, arg1, arg2 interface{}) *gomock.Call

ListWebhooks indicates an expected call of ListWebhooks.

type MockWebhookReceiver

type MockWebhookReceiver struct {
	// contains filtered or unexported fields
}

MockWebhookReceiver is a mock of WebhookReceiver interface.

func NewMockWebhookReceiver

func NewMockWebhookReceiver(ctrl *gomock.Controller) *MockWebhookReceiver

NewMockWebhookReceiver creates a new mock instance.

func (*MockWebhookReceiver) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWebhookReceiver) Path

func (m *MockWebhookReceiver) Path() string

Path mocks base method.

func (*MockWebhookReceiver) ReceiveWebhook

func (m *MockWebhookReceiver) ReceiveWebhook(arg0 context.Context, arg1 *restful.Request, arg2 string) (event.Event, error)

ReceiveWebhook mocks base method.

func (*MockWebhookReceiver) Setup

func (m *MockWebhookReceiver) Setup(arg0 context.Context, arg1 *zap.SugaredLogger) error

Setup mocks base method.

type MockWebhookReceiverMockRecorder

type MockWebhookReceiverMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookReceiverMockRecorder is the mock recorder for MockWebhookReceiver.

func (*MockWebhookReceiverMockRecorder) Path

Path indicates an expected call of Path.

func (*MockWebhookReceiverMockRecorder) ReceiveWebhook

func (mr *MockWebhookReceiverMockRecorder) ReceiveWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

ReceiveWebhook indicates an expected call of ReceiveWebhook.

func (*MockWebhookReceiverMockRecorder) Setup

func (mr *MockWebhookReceiverMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call

Setup indicates an expected call of Setup.

type MockWebhookRegister

type MockWebhookRegister struct {
	// contains filtered or unexported fields
}

MockWebhookRegister is a mock of WebhookRegister interface.

func NewMockWebhookRegister

func NewMockWebhookRegister(ctrl *gomock.Controller) *MockWebhookRegister

NewMockWebhookRegister creates a new mock instance.

func (*MockWebhookRegister) CreateWebhook

CreateWebhook mocks base method.

func (*MockWebhookRegister) DeleteWebhook

func (m *MockWebhookRegister) DeleteWebhook(arg0 context.Context, arg1 v1alpha1.WebhookRegisterSpec, arg2 v1.Secret) error

DeleteWebhook mocks base method.

func (*MockWebhookRegister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWebhookRegister) ListWebhooks

func (m *MockWebhookRegister) ListWebhooks(arg0 context.Context, arg1 apis.URL, arg2 v1.Secret) ([]v1alpha1.WebhookRegisterStatus, error)

ListWebhooks mocks base method.

func (*MockWebhookRegister) UpdateWebhook

UpdateWebhook mocks base method.

type MockWebhookRegisterMockRecorder

type MockWebhookRegisterMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookRegisterMockRecorder is the mock recorder for MockWebhookRegister.

func (*MockWebhookRegisterMockRecorder) CreateWebhook

func (mr *MockWebhookRegisterMockRecorder) CreateWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

CreateWebhook indicates an expected call of CreateWebhook.

func (*MockWebhookRegisterMockRecorder) DeleteWebhook

func (mr *MockWebhookRegisterMockRecorder) DeleteWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteWebhook indicates an expected call of DeleteWebhook.

func (*MockWebhookRegisterMockRecorder) ListWebhooks

func (mr *MockWebhookRegisterMockRecorder) ListWebhooks(arg0, arg1, arg2 interface{}) *gomock.Call

ListWebhooks indicates an expected call of ListWebhooks.

func (*MockWebhookRegisterMockRecorder) UpdateWebhook

func (mr *MockWebhookRegisterMockRecorder) UpdateWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateWebhook indicates an expected call of UpdateWebhook.

type MockWebhookResourceDiffer

type MockWebhookResourceDiffer struct {
	// contains filtered or unexported fields
}

MockWebhookResourceDiffer is a mock of WebhookResourceDiffer interface.

func NewMockWebhookResourceDiffer

func NewMockWebhookResourceDiffer(ctrl *gomock.Controller) *MockWebhookResourceDiffer

NewMockWebhookResourceDiffer creates a new mock instance.

func (*MockWebhookResourceDiffer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWebhookResourceDiffer) IsSameResource

func (m *MockWebhookResourceDiffer) IsSameResource(arg0 context.Context, arg1, arg2 v1alpha1.ResourceURI) bool

IsSameResource mocks base method.

type MockWebhookResourceDifferMockRecorder

type MockWebhookResourceDifferMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookResourceDifferMockRecorder is the mock recorder for MockWebhookResourceDiffer.

func (*MockWebhookResourceDifferMockRecorder) IsSameResource

func (mr *MockWebhookResourceDifferMockRecorder) IsSameResource(arg0, arg1, arg2 interface{}) *gomock.Call

IsSameResource indicates an expected call of IsSameResource.

type MockWebhookUpdater

type MockWebhookUpdater struct {
	// contains filtered or unexported fields
}

MockWebhookUpdater is a mock of WebhookUpdater interface.

func NewMockWebhookUpdater

func NewMockWebhookUpdater(ctrl *gomock.Controller) *MockWebhookUpdater

NewMockWebhookUpdater creates a new mock instance.

func (*MockWebhookUpdater) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWebhookUpdater) UpdateWebhook

UpdateWebhook mocks base method.

type MockWebhookUpdaterMockRecorder

type MockWebhookUpdaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockWebhookUpdaterMockRecorder is the mock recorder for MockWebhookUpdater.

func (*MockWebhookUpdaterMockRecorder) UpdateWebhook

func (mr *MockWebhookUpdaterMockRecorder) UpdateWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateWebhook indicates an expected call of UpdateWebhook.

Jump to

Keyboard shortcuts

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