Versions in this module Expand all Collapse all v0 v0.1.6 Jul 23, 2020 v0.1.5 Apr 17, 2020 Changes in this version type IntervalSource + func NewIntervalSource(interval time.Duration) *IntervalSource + func (i *IntervalSource) InjectStopChannel(stop <-chan struct{}) error v0.1.4 Oct 27, 2019 Changes in this version + type IntervalSource struct + func NewTickerSource(interval time.Duration) *IntervalSource + func (i *IntervalSource) Start(h handler.EventHandler, queue workqueue.RateLimitingInterface, ...) error