Documentation ¶
Overview ¶
Package event contains the definitions for the Event types produced by source.Sources and transformed into reconcile.Requests by handler.EventHandler.
The implementation is derived from sigs.k8s.io/controller-runtime/pkg/event and the main difference is that events are resourceGroup aware.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEvent ¶
CreateEvent is an event where a cloud object was created.
type DeleteEvent ¶
DeleteEvent is an event where a cloud object was deleted.
type GenericEvent ¶
GenericEvent is an event where the operation type is unknown (e.g. periodic sync).
Click to show internal directories.
Click to hide internal directories.