Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
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
type Event ¶
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.
Click to show internal directories.
Click to hide internal directories.