Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitClient ¶
GitClient is an autogenerated mock type for the GitClient type
func NewGitClient ¶
func NewGitClient(t mockConstructorTestingTNewGitClient) *GitClient
NewGitClient creates a new instance of GitClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type GitClientFactory ¶
GitClientFactory is an autogenerated mock type for the GitClientFactory type
func NewGitClientFactory ¶
func NewGitClientFactory(t mockConstructorTestingTNewGitClientFactory) *GitClientFactory
NewGitClientFactory creates a new instance of GitClientFactory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*GitClientFactory) GetGitClient ¶
func (_m *GitClientFactory) GetGitClient(logger *zap.SugaredLogger) git.GitClient
GetGitClient provides a mock function with given fields: logger
type StatsCollector ¶
StatsCollector is an autogenerated mock type for the StatsCollector type
func NewStatsCollector ¶
func NewStatsCollector(t mockConstructorTestingTNewStatsCollector) *StatsCollector
NewStatsCollector creates a new instance of StatsCollector. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*StatsCollector) UpdateReconcileStats ¶
func (_m *StatsCollector) UpdateReconcileStats(f *v1alpha2.Function, cond v1alpha2.Condition)
UpdateReconcileStats provides a mock function with given fields: f, cond