Documentation ¶
Index ¶
Constants ¶
View Source
const ( // InfoTitleText is info header of notification InfoTitleText = "Jenkins Operator reconciliation info" // WarnTitleText is warning header of notification WarnTitleText = "Jenkins Operator reconciliation warning" // MessageFieldName is field title for message content MessageFieldName = "Message" // LevelFieldName is field title for level enum LevelFieldName = "Level" // CrNameFieldName is field title for CR Name string CrNameFieldName = "CR Name" // PhaseFieldName is field title for Phase enum PhaseFieldName = "Phase" // NamespaceFieldName is field title for Namespace string NamespaceFieldName = "Namespace" )
Variables ¶
This section is empty.
Functions ¶
func NotificationTitle ¶
NotificationTitle converts NotificationLevel enum to string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.