controllers

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package controllers is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApplier

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

MockApplier is a mock of Applier interface.

func NewMockApplier

func NewMockApplier(ctrl *gomock.Controller) *MockApplier

NewMockApplier creates a new mock instance.

func (*MockApplier) Apply

func (m *MockApplier) Apply(arg0 context.Context, arg1 fs.FS, arg2 *v1.ClusterExtension, arg3, arg4 map[string]string) (bool, string, error)

Apply mocks base method.

func (*MockApplier) EXPECT

func (m *MockApplier) EXPECT() *MockApplierMockRecorder

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

type MockApplierMockRecorder

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

MockApplierMockRecorder is the mock recorder for MockApplier.

func (*MockApplierMockRecorder) Apply

func (mr *MockApplierMockRecorder) Apply(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

Apply indicates an expected call of Apply.

type MockCatalogCache

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

MockCatalogCache is a mock of CatalogCache interface.

func NewMockCatalogCache

func NewMockCatalogCache(ctrl *gomock.Controller) *MockCatalogCache

NewMockCatalogCache creates a new mock instance.

func (*MockCatalogCache) EXPECT

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

func (*MockCatalogCache) Get

func (m *MockCatalogCache) Get(catalogName, resolvedRef string) (fs.FS, error)

Get mocks base method.

func (*MockCatalogCache) Remove

func (m *MockCatalogCache) Remove(catalogName string) error

Remove mocks base method.

type MockCatalogCacheMockRecorder

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

MockCatalogCacheMockRecorder is the mock recorder for MockCatalogCache.

func (*MockCatalogCacheMockRecorder) Get

func (mr *MockCatalogCacheMockRecorder) Get(catalogName, resolvedRef any) *gomock.Call

Get indicates an expected call of Get.

func (*MockCatalogCacheMockRecorder) Remove

func (mr *MockCatalogCacheMockRecorder) Remove(catalogName any) *gomock.Call

Remove indicates an expected call of Remove.

type MockCatalogCachePopulator

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

MockCatalogCachePopulator is a mock of CatalogCachePopulator interface.

func NewMockCatalogCachePopulator

func NewMockCatalogCachePopulator(ctrl *gomock.Controller) *MockCatalogCachePopulator

NewMockCatalogCachePopulator creates a new mock instance.

func (*MockCatalogCachePopulator) EXPECT

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

func (*MockCatalogCachePopulator) PopulateCache

func (m *MockCatalogCachePopulator) PopulateCache(ctx context.Context, catalog *v1.ClusterCatalog) (fs.FS, error)

PopulateCache mocks base method.

type MockCatalogCachePopulatorMockRecorder

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

MockCatalogCachePopulatorMockRecorder is the mock recorder for MockCatalogCachePopulator.

func (*MockCatalogCachePopulatorMockRecorder) PopulateCache

func (mr *MockCatalogCachePopulatorMockRecorder) PopulateCache(ctx, catalog any) *gomock.Call

PopulateCache indicates an expected call of PopulateCache.

type MockRevisionEngine

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

MockRevisionEngine is a mock of RevisionEngine interface.

func NewMockRevisionEngine

func NewMockRevisionEngine(ctrl *gomock.Controller) *MockRevisionEngine

NewMockRevisionEngine creates a new mock instance.

func (*MockRevisionEngine) EXPECT

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

func (*MockRevisionEngine) Reconcile

Reconcile mocks base method.

func (*MockRevisionEngine) Teardown

Teardown mocks base method.

type MockRevisionEngineFactory

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

MockRevisionEngineFactory is a mock of RevisionEngineFactory interface.

func NewMockRevisionEngineFactory

func NewMockRevisionEngineFactory(ctrl *gomock.Controller) *MockRevisionEngineFactory

NewMockRevisionEngineFactory creates a new mock instance.

func (*MockRevisionEngineFactory) CreateRevisionEngine

CreateRevisionEngine mocks base method.

func (*MockRevisionEngineFactory) EXPECT

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

type MockRevisionEngineFactoryMockRecorder

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

MockRevisionEngineFactoryMockRecorder is the mock recorder for MockRevisionEngineFactory.

func (*MockRevisionEngineFactoryMockRecorder) CreateRevisionEngine

func (mr *MockRevisionEngineFactoryMockRecorder) CreateRevisionEngine(ctx, rev any) *gomock.Call

CreateRevisionEngine indicates an expected call of CreateRevisionEngine.

type MockRevisionEngineMockRecorder

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

MockRevisionEngineMockRecorder is the mock recorder for MockRevisionEngine.

func (*MockRevisionEngineMockRecorder) Reconcile

func (mr *MockRevisionEngineMockRecorder) Reconcile(ctx, rev any, opts ...any) *gomock.Call

Reconcile indicates an expected call of Reconcile.

func (*MockRevisionEngineMockRecorder) Teardown

func (mr *MockRevisionEngineMockRecorder) Teardown(ctx, rev any, opts ...any) *gomock.Call

Teardown indicates an expected call of Teardown.

type MockRevisionStatesGetter

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

MockRevisionStatesGetter is a mock of RevisionStatesGetter interface.

func NewMockRevisionStatesGetter

func NewMockRevisionStatesGetter(ctrl *gomock.Controller) *MockRevisionStatesGetter

NewMockRevisionStatesGetter creates a new mock instance.

func (*MockRevisionStatesGetter) EXPECT

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

func (*MockRevisionStatesGetter) GetRevisionStates

GetRevisionStates mocks base method.

type MockRevisionStatesGetterMockRecorder

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

MockRevisionStatesGetterMockRecorder is the mock recorder for MockRevisionStatesGetter.

func (*MockRevisionStatesGetterMockRecorder) GetRevisionStates

func (mr *MockRevisionStatesGetterMockRecorder) GetRevisionStates(ctx, ext any) *gomock.Call

GetRevisionStates indicates an expected call of GetRevisionStates.

Jump to

Keyboard shortcuts

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