Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileFunc ¶
type ReconcileFunc func(key interface{}) error
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func New ¶
func New( cfg *Config, l *zap.Logger, clock clock.WithTicker, reconcile ReconcileFunc, ) *Worker
func (*Worker) EnqueueAfter ¶
Click to show internal directories.
Click to hide internal directories.