Documentation
¶
Index ¶
- Constants
- func Add(c *config.CompletedConfig, mgr manager.Manager) error
- func Format(format string, args ...interface{}) string
- 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 NodePoolRelatedAttributes
- type ReconcileNodePool
Constants ¶
View Source
const (
ControllerName = "nodepool"
)
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
type ReconcileNodePool ¶
type ReconcileNodePool struct { client.Client Configration nodepoolconfig.NodePoolControllerConfiguration // contains filtered or unexported fields }
ReconcileNodePool reconciles a NodePool object
Click to show internal directories.
Click to hide internal directories.