Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct { ResourceType string Queue workqueue.RateLimitingInterface EventHandler func(event *Event) error }
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh chan struct{})
type Event ¶
func HandleAndQueueEvent ¶
func HandleAndQueueEvent(eventType EventType, obj interface{}, queue workqueue.RateLimitingInterface) *Event
Click to show internal directories.
Click to hide internal directories.