mocks

package
v0.6.18-rc.2 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartRefRepository added in v0.6.17

type ChartRefRepository struct {
	mock.Mock
}

ChartRefRepository is an autogenerated mock type for the ChartRefRepository type

func NewChartRefRepository added in v0.6.17

func NewChartRefRepository(t mockConstructorTestingTNewChartRefRepository) *ChartRefRepository

NewChartRefRepository creates a new instance of ChartRefRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ChartRefRepository) CheckIfDataExists added in v0.6.17

func (_m *ChartRefRepository) CheckIfDataExists(name string, version string) (bool, error)

CheckIfDataExists provides a mock function with given fields: name, version

func (*ChartRefRepository) FetchChart added in v0.6.17

func (_m *ChartRefRepository) FetchChart(name string) ([]*chartRepoRepository.ChartRef, error)

FetchChart provides a mock function with given fields: name

func (*ChartRefRepository) FetchChartInfoByUploadFlag added in v0.6.17

func (_m *ChartRefRepository) FetchChartInfoByUploadFlag(userUploaded bool) ([]*chartRepoRepository.ChartRef, error)

FetchChartInfoByUploadFlag provides a mock function with given fields: userUploaded

func (*ChartRefRepository) FetchInfoOfChartConfiguredInApp added in v0.6.17

func (_m *ChartRefRepository) FetchInfoOfChartConfiguredInApp(appId int) (*chartRepoRepository.ChartRef, error)

FetchInfoOfChartConfiguredInApp provides a mock function with given fields: appId

func (*ChartRefRepository) FindById added in v0.6.17

FindById provides a mock function with given fields: id

func (*ChartRefRepository) FindByVersionAndName added in v0.6.17

func (_m *ChartRefRepository) FindByVersionAndName(name string, version string) (*chartRepoRepository.ChartRef, error)

FindByVersionAndName provides a mock function with given fields: name, version

func (*ChartRefRepository) GetAll added in v0.6.17

GetAll provides a mock function with given fields:

func (*ChartRefRepository) GetAllChartMetadata added in v0.6.17

func (_m *ChartRefRepository) GetAllChartMetadata() ([]*chartRepoRepository.ChartRefMetaData, error)

GetAllChartMetadata provides a mock function with given fields:

func (*ChartRefRepository) GetDefault added in v0.6.17

GetDefault provides a mock function with given fields:

func (*ChartRefRepository) Save added in v0.6.17

Save provides a mock function with given fields: chartRepo

type ChartRepository added in v0.6.11

type ChartRepository struct {
	mock.Mock
}

ChartRepository is an autogenerated mock type for the ChartRepository type

func NewChartRepository added in v0.6.11

func NewChartRepository(t mockConstructorTestingTNewChartRepository) *ChartRepository

NewChartRepository creates a new instance of ChartRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ChartRepository) FindActiveChart added in v0.6.11

func (_m *ChartRepository) FindActiveChart(appId int) (*chartRepoRepository.Chart, error)

FindActiveChart provides a mock function with given fields: appId

func (*ChartRepository) FindActiveChartsByAppId added in v0.6.11

func (_m *ChartRepository) FindActiveChartsByAppId(appId int) ([]*chartRepoRepository.Chart, error)

FindActiveChartsByAppId provides a mock function with given fields: appId

func (*ChartRepository) FindById added in v0.6.11

func (_m *ChartRepository) FindById(id int) (*chartRepoRepository.Chart, error)

FindById provides a mock function with given fields: id

func (*ChartRepository) FindChartByAppIdAndRefId added in v0.6.11

func (_m *ChartRepository) FindChartByAppIdAndRefId(appId int, chartRefId int) (*chartRepoRepository.Chart, error)

FindChartByAppIdAndRefId provides a mock function with given fields: appId, chartRefId

func (*ChartRepository) FindChartByGitRepoUrl added in v0.6.11

func (_m *ChartRepository) FindChartByGitRepoUrl(gitRepoUrl string) (*chartRepoRepository.Chart, error)

FindChartByGitRepoUrl provides a mock function with given fields: gitRepoUrl

func (*ChartRepository) FindChartRefIdForLatestChartForAppByAppId added in v0.6.17

func (_m *ChartRepository) FindChartRefIdForLatestChartForAppByAppId(appId int) (int, error)

FindChartRefIdForLatestChartForAppByAppId provides a mock function with given fields: appId

func (*ChartRepository) FindCurrentChartVersion added in v0.6.11

func (_m *ChartRepository) FindCurrentChartVersion(chartRepo string, chartName string, chartVersionPattern string) (string, error)

FindCurrentChartVersion provides a mock function with given fields: chartRepo, chartName, chartVersionPattern

func (*ChartRepository) FindLatestByAppId added in v0.6.11

func (_m *ChartRepository) FindLatestByAppId(appId int) (*chartRepoRepository.Chart, error)

FindLatestByAppId provides a mock function with given fields: appId

func (*ChartRepository) FindLatestChartForAppByAppId added in v0.6.11

func (_m *ChartRepository) FindLatestChartForAppByAppId(appId int) (*chartRepoRepository.Chart, error)

FindLatestChartForAppByAppId provides a mock function with given fields: appId

func (*ChartRepository) FindNoLatestChartForAppByAppId added in v0.6.11

func (_m *ChartRepository) FindNoLatestChartForAppByAppId(appId int) ([]*chartRepoRepository.Chart, error)

FindNoLatestChartForAppByAppId provides a mock function with given fields: appId

func (*ChartRepository) FindNumberOfAppsWithDeploymentTemplate added in v0.6.11

func (_m *ChartRepository) FindNumberOfAppsWithDeploymentTemplate(appIds []int) (int, error)

FindNumberOfAppsWithDeploymentTemplate provides a mock function with given fields: appIds

func (*ChartRepository) FindOne added in v0.6.11

func (_m *ChartRepository) FindOne(chartRepo string, appName string, chartVersion string) (*chartRepoRepository.Chart, error)

FindOne provides a mock function with given fields: chartRepo, appName, chartVersion

func (*ChartRepository) FindPreviousChartByAppId added in v0.6.11

func (_m *ChartRepository) FindPreviousChartByAppId(appId int) (*chartRepoRepository.Chart, error)

FindPreviousChartByAppId provides a mock function with given fields: appId

func (*ChartRepository) Save added in v0.6.11

Save provides a mock function with given fields: _a0

func (*ChartRepository) Update added in v0.6.11

func (_m *ChartRepository) Update(chart *chartRepoRepository.Chart) error

Update provides a mock function with given fields: chart

type GlobalStrategyMetadataRepository

type GlobalStrategyMetadataRepository struct {
	mock.Mock
}

GlobalStrategyMetadataRepository is an autogenerated mock type for the GlobalStrategyMetadataRepository type

func NewGlobalStrategyMetadataRepository

func NewGlobalStrategyMetadataRepository(t mockConstructorTestingTNewGlobalStrategyMetadataRepository) *GlobalStrategyMetadataRepository

NewGlobalStrategyMetadataRepository creates a new instance of GlobalStrategyMetadataRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*GlobalStrategyMetadataRepository) GetByChartRefId

GetByChartRefId provides a mock function with given fields: chartRefId

Jump to

Keyboard shortcuts

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