Documentation
¶
Overview ¶
Package queue provides helper functions for operating on a rate limited workqueue.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddId ¶
func AddId(queue workqueue.RateLimitingInterface, id types.Id)
AddId adds resource identified by id to queue.
The key to be added to the queue is constructed in a way compatible with cache.MetaNamespaceKeyFunc, i.e. if namespace is empty, the key equals the name, otherwise it equals namespace/name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.