Documentation ¶
Index ¶
- Constants
- func CreateEvent(client kubernetes.Interface, component string, obj runtime.Object, ...) (*core.Event, error)
- func CreateEventWithLog(client kubernetes.Interface, component string, obj runtime.Object, ...)
- func NewEventRecorder(client kubernetes.Interface, component string) record.EventRecorder
Constants ¶
View Source
const ( EventReasonInvalidRestic = "InvalidRestic" EventReasonInvalidRecovery = "InvalidRecovery" EventReasonInvalidCronExpression = "InvalidCronExpression" EventReasonSuccessfulCronExpressionReset = "SuccessfulCronExpressionReset" EventReasonSuccessfulBackup = "SuccessfulBackup" EventReasonFailedToBackup = "FailedBackup" EventReasonSuccessfulRecovery = "SuccessfulRecovery" EventReasonFailedToRecover = "FailedRecovery" EventReasonSuccessfulCheck = "SuccessfulCheck" EventReasonFailedToCheck = "FailedCheck" EventReasonFailedToRetention = "FailedRetention" EventReasonFailedToStart = "FailedToStart" EventReasonFailedToUpdate = "FailedToUpdate" EventReasonFailedCronJob = "FailedCronJob" EventReasonFailedToDelete = "FailedToDelete" EventReasonJobCreated = "RecoveryJobCreated" EventReasonJobFailedToCreate = "RecoveryJobFailedToCreate" EventReasonCheckJobCreated = "CheckJobCreated" EventReasonFailedSetup = "SetupFailed" EventReasonAdmissionWebhookNotActivated string = "AdmissionWebhookNotActivated" EventReasonStatsServiceDeleteSuccessful = "StatsServiceDeleteSuccessful" EventReasonStatsServiceReconcileFailed = "StatsServiceReconcileFailed" EventReasonStatsServiceReconcileSuccessful = "StatsServiceReconcileSuccessful" )
Variables ¶
This section is empty.
Functions ¶
func CreateEvent ¶
func CreateEventWithLog ¶
func NewEventRecorder ¶
func NewEventRecorder(client kubernetes.Interface, component string) record.EventRecorder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.