mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAppDeploymentHandlerInterface

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

MockAppDeploymentHandlerInterface is a mock of AppDeploymentHandlerInterface interface.

func NewMockAppDeploymentHandlerInterface

func NewMockAppDeploymentHandlerInterface(ctrl *gomock.Controller) *MockAppDeploymentHandlerInterface

NewMockAppDeploymentHandlerInterface creates a new mock instance.

func (*MockAppDeploymentHandlerInterface) EXPECT

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

func (*MockAppDeploymentHandlerInterface) EnsureApplicationValid

EnsureApplicationValid mocks base method.

func (*MockAppDeploymentHandlerInterface) EnsureDependenciesReady

EnsureDependenciesReady mocks base method.

func (*MockAppDeploymentHandlerInterface) EnsureDeployingFinished

EnsureDeployingFinished mocks base method.

func (*MockAppDeploymentHandlerInterface) EnsureFinalizer

EnsureFinalizer mocks base method.

func (*MockAppDeploymentHandlerInterface) EnsureFinalizerDeleted

EnsureFinalizerDeleted mocks base method.

func (*MockAppDeploymentHandlerInterface) EnsureTeardownFinished

EnsureTeardownFinished mocks base method.

type MockAppDeploymentHandlerInterfaceMockRecorder

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

MockAppDeploymentHandlerInterfaceMockRecorder is the mock recorder for MockAppDeploymentHandlerInterface.

func (*MockAppDeploymentHandlerInterfaceMockRecorder) EnsureApplicationValid

func (mr *MockAppDeploymentHandlerInterfaceMockRecorder) EnsureApplicationValid(ctx any) *gomock.Call

EnsureApplicationValid indicates an expected call of EnsureApplicationValid.

func (*MockAppDeploymentHandlerInterfaceMockRecorder) EnsureDependenciesReady

func (mr *MockAppDeploymentHandlerInterfaceMockRecorder) EnsureDependenciesReady(ctx any) *gomock.Call

EnsureDependenciesReady indicates an expected call of EnsureDependenciesReady.

func (*MockAppDeploymentHandlerInterfaceMockRecorder) EnsureDeployingFinished

func (mr *MockAppDeploymentHandlerInterfaceMockRecorder) EnsureDeployingFinished(ctx any) *gomock.Call

EnsureDeployingFinished indicates an expected call of EnsureDeployingFinished.

func (*MockAppDeploymentHandlerInterfaceMockRecorder) EnsureFinalizer

EnsureFinalizer indicates an expected call of EnsureFinalizer.

func (*MockAppDeploymentHandlerInterfaceMockRecorder) EnsureFinalizerDeleted

func (mr *MockAppDeploymentHandlerInterfaceMockRecorder) EnsureFinalizerDeleted(ctx any) *gomock.Call

EnsureFinalizerDeleted indicates an expected call of EnsureFinalizerDeleted.

func (*MockAppDeploymentHandlerInterfaceMockRecorder) EnsureTeardownFinished

func (mr *MockAppDeploymentHandlerInterfaceMockRecorder) EnsureTeardownFinished(ctx any) *gomock.Call

EnsureTeardownFinished indicates an expected call of EnsureTeardownFinished.

type MockCacheHandlerInterface

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

MockCacheHandlerInterface is a mock of CacheHandlerInterface interface.

func NewMockCacheHandlerInterface

func NewMockCacheHandlerInterface(ctrl *gomock.Controller) *MockCacheHandlerInterface

NewMockCacheHandlerInterface creates a new mock instance.

func (*MockCacheHandlerInterface) AdjustCache

AdjustCache mocks base method.

func (*MockCacheHandlerInterface) CalculateKeepAliveCount

func (m *MockCacheHandlerInterface) CalculateKeepAliveCount(ctx context.Context) (reconciler.OperationResult, error)

CalculateKeepAliveCount mocks base method.

func (*MockCacheHandlerInterface) CheckCacheExpiry

CheckCacheExpiry mocks base method.

func (*MockCacheHandlerInterface) EXPECT

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

func (*MockCacheHandlerInterface) EnsureCacheInitialized

func (m *MockCacheHandlerInterface) EnsureCacheInitialized(ctx context.Context) (reconciler.OperationResult, error)

EnsureCacheInitialized mocks base method.

type MockCacheHandlerInterfaceMockRecorder

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

MockCacheHandlerInterfaceMockRecorder is the mock recorder for MockCacheHandlerInterface.

func (*MockCacheHandlerInterfaceMockRecorder) AdjustCache

func (mr *MockCacheHandlerInterfaceMockRecorder) AdjustCache(ctx any) *gomock.Call

AdjustCache indicates an expected call of AdjustCache.

func (*MockCacheHandlerInterfaceMockRecorder) CalculateKeepAliveCount

func (mr *MockCacheHandlerInterfaceMockRecorder) CalculateKeepAliveCount(ctx any) *gomock.Call

CalculateKeepAliveCount indicates an expected call of CalculateKeepAliveCount.

func (*MockCacheHandlerInterfaceMockRecorder) CheckCacheExpiry

func (mr *MockCacheHandlerInterfaceMockRecorder) CheckCacheExpiry(ctx any) *gomock.Call

CheckCacheExpiry indicates an expected call of CheckCacheExpiry.

func (*MockCacheHandlerInterfaceMockRecorder) EnsureCacheInitialized

func (mr *MockCacheHandlerInterfaceMockRecorder) EnsureCacheInitialized(ctx any) *gomock.Call

EnsureCacheInitialized indicates an expected call of EnsureCacheInitialized.

type MockOperationHandlerInterface

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

MockOperationHandlerInterface is a mock of OperationHandlerInterface interface.

func NewMockOperationHandlerInterface

func NewMockOperationHandlerInterface(ctrl *gomock.Controller) *MockOperationHandlerInterface

NewMockOperationHandlerInterface creates a new mock instance.

func (*MockOperationHandlerInterface) EXPECT

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

func (*MockOperationHandlerInterface) EnsureAllAppsAreDeleted

func (m *MockOperationHandlerInterface) EnsureAllAppsAreDeleted(ctx context.Context) (reconciler.OperationResult, error)

EnsureAllAppsAreDeleted mocks base method.

func (*MockOperationHandlerInterface) EnsureAllAppsAreReady

EnsureAllAppsAreReady mocks base method.

func (*MockOperationHandlerInterface) EnsureFinalizer

EnsureFinalizer mocks base method.

func (*MockOperationHandlerInterface) EnsureFinalizerRemoved

EnsureFinalizerRemoved mocks base method.

func (*MockOperationHandlerInterface) EnsureNotExpired

EnsureNotExpired mocks base method.

type MockOperationHandlerInterfaceMockRecorder

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

MockOperationHandlerInterfaceMockRecorder is the mock recorder for MockOperationHandlerInterface.

func (*MockOperationHandlerInterfaceMockRecorder) EnsureAllAppsAreDeleted

func (mr *MockOperationHandlerInterfaceMockRecorder) EnsureAllAppsAreDeleted(ctx any) *gomock.Call

EnsureAllAppsAreDeleted indicates an expected call of EnsureAllAppsAreDeleted.

func (*MockOperationHandlerInterfaceMockRecorder) EnsureAllAppsAreReady

func (mr *MockOperationHandlerInterfaceMockRecorder) EnsureAllAppsAreReady(ctx any) *gomock.Call

EnsureAllAppsAreReady indicates an expected call of EnsureAllAppsAreReady.

func (*MockOperationHandlerInterfaceMockRecorder) EnsureFinalizer

func (mr *MockOperationHandlerInterfaceMockRecorder) EnsureFinalizer(ctx any) *gomock.Call

EnsureFinalizer indicates an expected call of EnsureFinalizer.

func (*MockOperationHandlerInterfaceMockRecorder) EnsureFinalizerRemoved

func (mr *MockOperationHandlerInterfaceMockRecorder) EnsureFinalizerRemoved(ctx any) *gomock.Call

EnsureFinalizerRemoved indicates an expected call of EnsureFinalizerRemoved.

func (*MockOperationHandlerInterfaceMockRecorder) EnsureNotExpired

func (mr *MockOperationHandlerInterfaceMockRecorder) EnsureNotExpired(ctx any) *gomock.Call

EnsureNotExpired indicates an expected call of EnsureNotExpired.

type MockRequirementHandlerInterface

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

MockRequirementHandlerInterface is a mock of RequirementHandlerInterface interface.

func NewMockRequirementHandlerInterface

func NewMockRequirementHandlerInterface(ctrl *gomock.Controller) *MockRequirementHandlerInterface

NewMockRequirementHandlerInterface creates a new mock instance.

func (*MockRequirementHandlerInterface) EXPECT

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

func (*MockRequirementHandlerInterface) EnsureCacheExisted

EnsureCacheExisted mocks base method.

func (*MockRequirementHandlerInterface) EnsureCachedOperationAcquired

func (m *MockRequirementHandlerInterface) EnsureCachedOperationAcquired(ctx context.Context) (reconciler.OperationResult, error)

EnsureCachedOperationAcquired mocks base method.

func (*MockRequirementHandlerInterface) EnsureInitialized

EnsureInitialized mocks base method.

func (*MockRequirementHandlerInterface) EnsureNotExpired

EnsureNotExpired mocks base method.

func (*MockRequirementHandlerInterface) EnsureOperationReady

EnsureOperationReady mocks base method.

type MockRequirementHandlerInterfaceMockRecorder

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

MockRequirementHandlerInterfaceMockRecorder is the mock recorder for MockRequirementHandlerInterface.

func (*MockRequirementHandlerInterfaceMockRecorder) EnsureCacheExisted

func (mr *MockRequirementHandlerInterfaceMockRecorder) EnsureCacheExisted(ctx any) *gomock.Call

EnsureCacheExisted indicates an expected call of EnsureCacheExisted.

func (*MockRequirementHandlerInterfaceMockRecorder) EnsureCachedOperationAcquired

func (mr *MockRequirementHandlerInterfaceMockRecorder) EnsureCachedOperationAcquired(ctx any) *gomock.Call

EnsureCachedOperationAcquired indicates an expected call of EnsureCachedOperationAcquired.

func (*MockRequirementHandlerInterfaceMockRecorder) EnsureInitialized

func (mr *MockRequirementHandlerInterfaceMockRecorder) EnsureInitialized(ctx any) *gomock.Call

EnsureInitialized indicates an expected call of EnsureInitialized.

func (*MockRequirementHandlerInterfaceMockRecorder) EnsureNotExpired

func (mr *MockRequirementHandlerInterfaceMockRecorder) EnsureNotExpired(ctx any) *gomock.Call

EnsureNotExpired indicates an expected call of EnsureNotExpired.

func (*MockRequirementHandlerInterfaceMockRecorder) EnsureOperationReady

func (mr *MockRequirementHandlerInterfaceMockRecorder) EnsureOperationReady(ctx any) *gomock.Call

EnsureOperationReady indicates an expected call of EnsureOperationReady.

Jump to

Keyboard shortcuts

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