mocks

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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 MockAppDeploymentAdapterInterface

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

MockAppDeploymentAdapterInterface is a mock of AppDeploymentAdapterInterface interface.

func NewMockAppDeploymentAdapterInterface

func NewMockAppDeploymentAdapterInterface(ctrl *gomock.Controller) *MockAppDeploymentAdapterInterface

NewMockAppDeploymentAdapterInterface creates a new mock instance.

func (*MockAppDeploymentAdapterInterface) EXPECT

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

func (*MockAppDeploymentAdapterInterface) EnsureApplicationValid

EnsureApplicationValid mocks base method.

func (*MockAppDeploymentAdapterInterface) EnsureDependenciesReady

EnsureDependenciesReady mocks base method.

func (*MockAppDeploymentAdapterInterface) EnsureDeployingFinished

EnsureDeployingFinished mocks base method.

func (*MockAppDeploymentAdapterInterface) EnsureFinalizer

EnsureFinalizer mocks base method.

func (*MockAppDeploymentAdapterInterface) EnsureFinalizerDeleted

EnsureFinalizerDeleted mocks base method.

func (*MockAppDeploymentAdapterInterface) EnsureTeardownFinished

EnsureTeardownFinished mocks base method.

type MockAppDeploymentAdapterInterfaceMockRecorder

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

MockAppDeploymentAdapterInterfaceMockRecorder is the mock recorder for MockAppDeploymentAdapterInterface.

func (*MockAppDeploymentAdapterInterfaceMockRecorder) EnsureApplicationValid

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

EnsureApplicationValid indicates an expected call of EnsureApplicationValid.

func (*MockAppDeploymentAdapterInterfaceMockRecorder) EnsureDependenciesReady

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

EnsureDependenciesReady indicates an expected call of EnsureDependenciesReady.

func (*MockAppDeploymentAdapterInterfaceMockRecorder) EnsureDeployingFinished

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

EnsureDeployingFinished indicates an expected call of EnsureDeployingFinished.

func (*MockAppDeploymentAdapterInterfaceMockRecorder) EnsureFinalizer

EnsureFinalizer indicates an expected call of EnsureFinalizer.

func (*MockAppDeploymentAdapterInterfaceMockRecorder) EnsureFinalizerDeleted

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

EnsureFinalizerDeleted indicates an expected call of EnsureFinalizerDeleted.

func (*MockAppDeploymentAdapterInterfaceMockRecorder) EnsureTeardownFinished

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

EnsureTeardownFinished indicates an expected call of EnsureTeardownFinished.

type MockCacheAdapterInterface

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

MockCacheAdapterInterface is a mock of CacheAdapterInterface interface.

func NewMockCacheAdapterInterface

func NewMockCacheAdapterInterface(ctrl *gomock.Controller) *MockCacheAdapterInterface

NewMockCacheAdapterInterface creates a new mock instance.

func (*MockCacheAdapterInterface) AdjustCache

AdjustCache mocks base method.

func (*MockCacheAdapterInterface) CalculateKeepAliveCount

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

CalculateKeepAliveCount mocks base method.

func (*MockCacheAdapterInterface) CheckCacheExpiry

CheckCacheExpiry mocks base method.

func (*MockCacheAdapterInterface) EXPECT

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

func (*MockCacheAdapterInterface) EnsureCacheInitialized

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

EnsureCacheInitialized mocks base method.

type MockCacheAdapterInterfaceMockRecorder

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

MockCacheAdapterInterfaceMockRecorder is the mock recorder for MockCacheAdapterInterface.

func (*MockCacheAdapterInterfaceMockRecorder) AdjustCache

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

AdjustCache indicates an expected call of AdjustCache.

func (*MockCacheAdapterInterfaceMockRecorder) CalculateKeepAliveCount

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

CalculateKeepAliveCount indicates an expected call of CalculateKeepAliveCount.

func (*MockCacheAdapterInterfaceMockRecorder) CheckCacheExpiry

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

CheckCacheExpiry indicates an expected call of CheckCacheExpiry.

func (*MockCacheAdapterInterfaceMockRecorder) EnsureCacheInitialized

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

EnsureCacheInitialized indicates an expected call of EnsureCacheInitialized.

type MockOperationAdapterInterface

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

MockOperationAdapterInterface is a mock of OperationAdapterInterface interface.

func NewMockOperationAdapterInterface

func NewMockOperationAdapterInterface(ctrl *gomock.Controller) *MockOperationAdapterInterface

NewMockOperationAdapterInterface creates a new mock instance.

func (*MockOperationAdapterInterface) EXPECT

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

func (*MockOperationAdapterInterface) EnsureAllAppsAreDeleted

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

EnsureAllAppsAreDeleted mocks base method.

func (*MockOperationAdapterInterface) EnsureAllAppsAreReady

EnsureAllAppsAreReady mocks base method.

func (*MockOperationAdapterInterface) EnsureFinalizer

EnsureFinalizer mocks base method.

func (*MockOperationAdapterInterface) EnsureFinalizerRemoved

EnsureFinalizerRemoved mocks base method.

func (*MockOperationAdapterInterface) EnsureNotExpired

EnsureNotExpired mocks base method.

type MockOperationAdapterInterfaceMockRecorder

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

MockOperationAdapterInterfaceMockRecorder is the mock recorder for MockOperationAdapterInterface.

func (*MockOperationAdapterInterfaceMockRecorder) EnsureAllAppsAreDeleted

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

EnsureAllAppsAreDeleted indicates an expected call of EnsureAllAppsAreDeleted.

func (*MockOperationAdapterInterfaceMockRecorder) EnsureAllAppsAreReady

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

EnsureAllAppsAreReady indicates an expected call of EnsureAllAppsAreReady.

func (*MockOperationAdapterInterfaceMockRecorder) EnsureFinalizer

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

EnsureFinalizer indicates an expected call of EnsureFinalizer.

func (*MockOperationAdapterInterfaceMockRecorder) EnsureFinalizerRemoved

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

EnsureFinalizerRemoved indicates an expected call of EnsureFinalizerRemoved.

func (*MockOperationAdapterInterfaceMockRecorder) EnsureNotExpired

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

EnsureNotExpired indicates an expected call of EnsureNotExpired.

type MockRequirementAdapterInterface

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

MockRequirementAdapterInterface is a mock of RequirementAdapterInterface interface.

func NewMockRequirementAdapterInterface

func NewMockRequirementAdapterInterface(ctrl *gomock.Controller) *MockRequirementAdapterInterface

NewMockRequirementAdapterInterface creates a new mock instance.

func (*MockRequirementAdapterInterface) EXPECT

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

func (*MockRequirementAdapterInterface) EnsureCacheExisted

EnsureCacheExisted mocks base method.

func (*MockRequirementAdapterInterface) EnsureCachedOperationAcquired

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

EnsureCachedOperationAcquired mocks base method.

func (*MockRequirementAdapterInterface) EnsureInitialized

EnsureInitialized mocks base method.

func (*MockRequirementAdapterInterface) EnsureNotExpired

EnsureNotExpired mocks base method.

func (*MockRequirementAdapterInterface) EnsureOperationReady

EnsureOperationReady mocks base method.

type MockRequirementAdapterInterfaceMockRecorder

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

MockRequirementAdapterInterfaceMockRecorder is the mock recorder for MockRequirementAdapterInterface.

func (*MockRequirementAdapterInterfaceMockRecorder) EnsureCacheExisted

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

EnsureCacheExisted indicates an expected call of EnsureCacheExisted.

func (*MockRequirementAdapterInterfaceMockRecorder) EnsureCachedOperationAcquired

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

EnsureCachedOperationAcquired indicates an expected call of EnsureCachedOperationAcquired.

func (*MockRequirementAdapterInterfaceMockRecorder) EnsureInitialized

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

EnsureInitialized indicates an expected call of EnsureInitialized.

func (*MockRequirementAdapterInterfaceMockRecorder) EnsureNotExpired

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

EnsureNotExpired indicates an expected call of EnsureNotExpired.

func (*MockRequirementAdapterInterfaceMockRecorder) EnsureOperationReady

func (mr *MockRequirementAdapterInterfaceMockRecorder) 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