Documentation ¶
Index ¶
- type TargetConnProfileEventHandler
- func (r *TargetConnProfileEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *TargetConnProfileEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *TargetConnProfileEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *TargetConnProfileEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type TargetSyncProfileEventHandler
- func (r *TargetSyncProfileEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *TargetSyncProfileEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *TargetSyncProfileEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *TargetSyncProfileEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetConnProfileEventHandler ¶
type TargetConnProfileEventHandler struct { Client client.Client ObjList invv1alpha1.DiscoveryObjectList }
func (*TargetConnProfileEventHandler) Create ¶
func (r *TargetConnProfileEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*TargetConnProfileEventHandler) Delete ¶
func (r *TargetConnProfileEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*TargetConnProfileEventHandler) Generic ¶
func (r *TargetConnProfileEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*TargetConnProfileEventHandler) Update ¶
func (r *TargetConnProfileEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
type TargetSyncProfileEventHandler ¶
type TargetSyncProfileEventHandler struct { Client client.Client ObjList invv1alpha1.DiscoveryObjectList }
func (*TargetSyncProfileEventHandler) Create ¶
func (r *TargetSyncProfileEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileEventHandler) Delete ¶
func (r *TargetSyncProfileEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileEventHandler) Generic ¶
func (r *TargetSyncProfileEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileEventHandler) Update ¶
func (r *TargetSyncProfileEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request for all ip allocation within the ipam
Click to show internal directories.
Click to hide internal directories.