# Functions
FastRateLimiter returns a rate limiter without exponential back-off, with specified maximum per-item retry delay.
NewTraceError returns a traceError wrapper around an error.
NewWorkerQueue returns a new worker queue for a given name.
NewWorkerQueueWithRateLimiter returns a new worker queue for a given name and a custom rate limiter.
# Structs
WorkerQueue is an opinionated queue + worker for use with controllers and related and processing Kubernetes watched events and synchronising resources
nolint:govet // ignore fieldalignment, singleton.
# Type aliases
Handler is the handler for processing the work queue This is usually a syncronisation handler for a controller or related.