Documentation ¶
Index ¶
- type ChartRepository
- func (_m *ChartRepository) FindActiveChart(appId int) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindActiveChartsByAppId(appId int) ([]*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindById(id int) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindChartByAppIdAndRefId(appId int, chartRefId int) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindChartByGitRepoUrl(gitRepoUrl string) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindCurrentChartVersion(chartRepo string, chartName string, chartVersionPattern string) (string, error)
- func (_m *ChartRepository) FindLatestByAppId(appId int) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindLatestChartForAppByAppId(appId int) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindNoLatestChartForAppByAppId(appId int) ([]*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindNumberOfAppsWithDeploymentTemplate(appIds []int) (int, error)
- func (_m *ChartRepository) FindOne(chartRepo string, appName string, chartVersion string) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) FindPreviousChartByAppId(appId int) (*chartRepoRepository.Chart, error)
- func (_m *ChartRepository) Save(_a0 *chartRepoRepository.Chart) error
- func (_m *ChartRepository) Update(chart *chartRepoRepository.Chart) error
- type GlobalStrategyMetadataRepository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartRepository ¶ added in v0.6.11
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) 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
func (_m *ChartRepository) Save(_a0 *chartRepoRepository.Chart) error
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 ¶
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 ¶
func (_m *GlobalStrategyMetadataRepository) GetByChartRefId(chartRefId int) ([]*chartRepoRepository.GlobalStrategyMetadata, error)
GetByChartRefId provides a mock function with given fields: chartRefId