Documentation ¶
Index ¶
- func Add(ctx context.Context, c *config.CompletedConfig, mgr manager.Manager) error
- func Format(format string, args ...interface{}) string
- type EnqueueNodePoolForNode
- func (e *EnqueueNodePoolForNode) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueNodePoolForNode) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueNodePoolForNode) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueNodePoolForNode) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type NodePoolRelatedAttributes
- type ReconcileNodePool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueNodePoolForNode ¶
type EnqueueNodePoolForNode struct { EnableSyncNodePoolConfigurations bool Recorder record.EventRecorder }
func (*EnqueueNodePoolForNode) Create ¶
func (e *EnqueueNodePoolForNode) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueNodePoolForNode) Delete ¶
func (e *EnqueueNodePoolForNode) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueNodePoolForNode) Generic ¶
func (e *EnqueueNodePoolForNode) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueNodePoolForNode) Update ¶
func (e *EnqueueNodePoolForNode) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
type ReconcileNodePool ¶
ReconcileNodePool reconciles a NodePool object
Click to show internal directories.
Click to hide internal directories.