//
pkg.gl
Category
github.com/kubecube-io/kubecube
pkg
utils
worker
package
1.9.2
Repository:
https://github.com/kubecube-io/kubecube.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
98 SLOC
#
Functions
New
New returns a workerImpl which can process resource periodic.
#
Interfaces
Interface
Interface is a worker to process resources periodic with a rateLimitingQueue.
QueueKey
QueueKey is the item key that stores in queue.
#
Type aliases
KeyFunc
KeyFunc knows how to make a key from an object.
ReconcileFunc
ReconcileFunc knows how to consume items(key) from the queue.