Documentation
¶
Index ¶
- func GenericMapperFunc(o client.Object) []reconcile.Request
- type EnqueueRequestsFromMapFunc
- func (e *EnqueueRequestsFromMapFunc) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueRequestsFromMapFunc) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueRequestsFromMapFunc) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueRequestsFromMapFunc) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type WithReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueRequestsFromMapFunc ¶
type EnqueueRequestsFromMapFunc struct {
// contains filtered or unexported fields
}
func (*EnqueueRequestsFromMapFunc) Create ¶
func (e *EnqueueRequestsFromMapFunc) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create no-op EventHandlers.
func (*EnqueueRequestsFromMapFunc) Delete ¶
func (e *EnqueueRequestsFromMapFunc) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestsFromMapFunc) Generic ¶
func (e *EnqueueRequestsFromMapFunc) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestsFromMapFunc) Update ¶
func (e *EnqueueRequestsFromMapFunc) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
type WithReconciler ¶
func (*WithReconciler) NodeEventHandler ¶
func (w *WithReconciler) NodeEventHandler(nodeUpdateMapper, nodeCreateMapper handler.MapFunc) handler.EventHandler
Click to show internal directories.
Click to hide internal directories.