Documentation ¶
Index ¶
- func Add(mgr manager.Manager, ctx context.Context) error
- type EnqueueNodePoolForNode
- func (e *EnqueueNodePoolForNode) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueNodePoolForNode) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueNodePoolForNode) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueNodePoolForNode) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type NodePoolReconciler
- type NodePoolRelatedAttributes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueNodePoolForNode ¶
type EnqueueNodePoolForNode struct{}
func (*EnqueueNodePoolForNode) Create ¶
func (e *EnqueueNodePoolForNode) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueNodePoolForNode) Delete ¶
func (e *EnqueueNodePoolForNode) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueNodePoolForNode) Generic ¶
func (e *EnqueueNodePoolForNode) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueNodePoolForNode) Update ¶
func (e *EnqueueNodePoolForNode) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
Click to show internal directories.
Click to hide internal directories.