Documentation ¶
Overview ¶
Package workqueue provides a simplified wrapper interface for Kubernetes workqueues.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Enqueue(obj interface{}) NumRequeues(key string) int Run(stopCh <-chan struct{}, process ProcessFunc) ShutDown() ShutDownWithDrain() }
type ProcessFunc ¶
Click to show internal directories.
Click to hide internal directories.