Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InitCloneSucceeded = MOCOEvent{ Type: corev1.EventTypeNormal, Reason: "InitCloned", Message: "Clone from an external mysqld succeeded", } InitCloneFailed = MOCOEvent{ Type: corev1.EventTypeWarning, Reason: "InitCloneFailed", Message: "Clone from an external mysqld failed: %v", } SwitchOverSucceeded = MOCOEvent{ Type: corev1.EventTypeNormal, Reason: "SwitchOver", Message: "The primary was changed to instance %d due to a switchover", } SwitchOverFailed = MOCOEvent{ Type: corev1.EventTypeWarning, Reason: "SwitchOverFailed", Message: "The primary could not be changed: %v", } FailOverSucceeded = MOCOEvent{ Type: corev1.EventTypeNormal, Reason: "FailOver", Message: "The primary was changed to instance %d due to a failover", } FailOverFailed = MOCOEvent{ Type: corev1.EventTypeWarning, Reason: "FailOverFailed", Message: "The primary could not be changed: %v", } CloneSucceeded = MOCOEvent{ Type: corev1.EventTypeNormal, Reason: "Cloned", Message: "Clone from the primary succeeded for instance %d", } CloneFailed = MOCOEvent{ Type: corev1.EventTypeWarning, Reason: "CloneFailed", Message: "Clone from the primary failed for instance %d: %v", } SetWritable = MOCOEvent{ Type: corev1.EventTypeNormal, Reason: "Writable", Message: "The primary became writable", } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.