Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct { // Event is the cloudevent received from the gateway Event *v1alpha1.Event // EventDependency refers to the dependency against the event received from the gateway EventDependency *v1alpha1.EventDependency // Sensor refers to the sensor object // It is a reference to the sensor object updated by some other process and now it is required // that the sensor context must update it's own object reference Sensor *v1alpha1.Sensor // NotificationType for event notification and state update notification NotificationType v1alpha1.NotificationType }
Notification to update event dependency's state or the sensor resource
Click to show internal directories.
Click to hide internal directories.