Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller string
Phase defines the context where notification has been generated: base or user.
const ( // JenkinsController points to the events sent by the Jenkins Controller JenkinsController Controller = "jenkins" BackupController Controller = "backup" )
type Event ¶
type Event struct { Jenkins v1alpha2.Jenkins Controller Controller Level v1alpha2.NotificationLevel Reason reason.Reason }
Event contains event details which will be sent as a notification.
Click to show internal directories.
Click to hide internal directories.