Documentation
¶
Index ¶
- type AccountingEventHandler
- func (e *AccountingEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (e *AccountingEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (e *AccountingEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (e *AccountingEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type SecretEventHandler
- func (e *SecretEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (e *SecretEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (e *SecretEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (e *SecretEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountingEventHandler ¶
func NewAccountingEventHandler ¶
func NewAccountingEventHandler(reader client.Reader) *AccountingEventHandler
func (*AccountingEventHandler) Create ¶
func (e *AccountingEventHandler) Create( ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*AccountingEventHandler) Delete ¶
func (e *AccountingEventHandler) Delete( ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*AccountingEventHandler) Generic ¶
func (e *AccountingEventHandler) Generic( ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*AccountingEventHandler) Update ¶
func (e *AccountingEventHandler) Update( ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
type SecretEventHandler ¶
func NewSecretEventHandler ¶
func NewSecretEventHandler(reader client.Reader) *SecretEventHandler
func (*SecretEventHandler) Create ¶
func (e *SecretEventHandler) Create( ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*SecretEventHandler) Delete ¶
func (e *SecretEventHandler) Delete( ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*SecretEventHandler) Generic ¶
func (e *SecretEventHandler) Generic( ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*SecretEventHandler) Update ¶
func (e *SecretEventHandler) Update( ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
Click to show internal directories.
Click to hide internal directories.