Documentation ¶
Index ¶
- type ASEntryEventHandler
- func (r *ASEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *ASEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *ASEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *ASEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type EXTCOMMEntryEventHandler
- func (r *EXTCOMMEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *EXTCOMMEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *EXTCOMMEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *EXTCOMMEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type GENIDEntryEventHandler
- func (r *GENIDEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *GENIDEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *GENIDEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *GENIDEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type IPEntryEventHandler
- func (r *IPEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *IPEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *IPEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *IPEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type VLANEntryEventHandler
- func (r *VLANEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *VLANEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *VLANEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *VLANEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type VXLANEntryEventHandler
- func (r *VXLANEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (r *VXLANEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (r *VXLANEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (r *VXLANEntryEventHandler) 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 ASEntryEventHandler ¶
type ASEntryEventHandler struct { Client client.Client ObjList backend.ObjectList }
func (*ASEntryEventHandler) Create ¶
func (r *ASEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*ASEntryEventHandler) Delete ¶
func (r *ASEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*ASEntryEventHandler) Generic ¶
func (r *ASEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*ASEntryEventHandler) Update ¶
func (r *ASEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
type EXTCOMMEntryEventHandler ¶
type EXTCOMMEntryEventHandler struct { Client client.Client ObjList backend.ObjectList }
func (*EXTCOMMEntryEventHandler) Create ¶
func (r *EXTCOMMEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*EXTCOMMEntryEventHandler) Delete ¶
func (r *EXTCOMMEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*EXTCOMMEntryEventHandler) Generic ¶
func (r *EXTCOMMEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*EXTCOMMEntryEventHandler) Update ¶
func (r *EXTCOMMEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
type GENIDEntryEventHandler ¶
type GENIDEntryEventHandler struct { Client client.Client ObjList backend.ObjectList }
func (*GENIDEntryEventHandler) Create ¶
func (r *GENIDEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*GENIDEntryEventHandler) Delete ¶
func (r *GENIDEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*GENIDEntryEventHandler) Generic ¶
func (r *GENIDEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*GENIDEntryEventHandler) Update ¶
func (r *GENIDEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
type IPEntryEventHandler ¶
type IPEntryEventHandler struct { Client client.Client ObjList backend.ObjectList }
func (*IPEntryEventHandler) Create ¶
func (r *IPEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*IPEntryEventHandler) Delete ¶
func (r *IPEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*IPEntryEventHandler) Generic ¶
func (r *IPEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*IPEntryEventHandler) Update ¶
func (r *IPEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
type VLANEntryEventHandler ¶
type VLANEntryEventHandler struct { Client client.Client ObjList backend.ObjectList }
func (*VLANEntryEventHandler) Create ¶
func (r *VLANEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*VLANEntryEventHandler) Delete ¶
func (r *VLANEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*VLANEntryEventHandler) Generic ¶
func (r *VLANEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*VLANEntryEventHandler) Update ¶
func (r *VLANEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
type VXLANEntryEventHandler ¶
type VXLANEntryEventHandler struct { Client client.Client ObjList backend.ObjectList }
func (*VXLANEntryEventHandler) Create ¶
func (r *VXLANEntryEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*VXLANEntryEventHandler) Delete ¶
func (r *VXLANEntryEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*VXLANEntryEventHandler) Generic ¶
func (r *VXLANEntryEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
func (*VXLANEntryEventHandler) Update ¶
func (r *VXLANEntryEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Create enqueues a request
Click to show internal directories.
Click to hide internal directories.