Context is the special context that is passed to the Handler.
It includes:
- Context: standard Go context that is used to pass cancellation signals and deadlines
Event is triggered when some change has happened on the watched resources.
If created or updated, Object would be the current state and Deleted=false.
If deleted, Object would be the last known state and Deleted=true.