package
1.9.2
Repository: https://github.com/kubecube-io/kubecube.git
Documentation: pkg.go.dev

# Functions

New returns a workerImpl which can process resource periodic.

# Interfaces

Interface is a worker to process resources periodic with a rateLimitingQueue.
QueueKey is the item key that stores in queue.

# Type aliases

KeyFunc knows how to make a key from an object.
ReconcileFunc knows how to consume items(key) from the queue.