Versions in this module Expand all Collapse all v0 v0.0.3 Apr 15, 2022 v0.0.1 Apr 15, 2022 Changes in this version + type FakeReconcileStatData struct + Duration time.Duration + Success string + type FakeStatsReporter struct + Lock sync.Mutex + func (r *FakeStatsReporter) GetQueueDepths() []int64 + func (r *FakeStatsReporter) GetReconcileData() []FakeReconcileStatData + func (r *FakeStatsReporter) ReportQueueDepth(v int64) error + func (r *FakeStatsReporter) ReportReconcile(duration time.Duration, success string, _ types.NamespacedName) error