Skip to content

Commit

Permalink
Add constants for InitialBackupTriggered
Browse files Browse the repository at this point in the history
Signed-off-by: Anisur Rahman <[email protected]>
  • Loading branch information
anisurrahman75 committed Aug 29, 2024
1 parent 1295e35 commit 4755b1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apis/core/v1alpha1/backupconfiguration_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ const (
TypeSchedulerEnsured = "SchedulerEnsured"
ReasonSchedulerNotEnsured = "SchedulerNotEnsured"
ReasonSchedulerEnsured = "SchedulerEnsured"

// TypeInitialBackupTriggered indicates whether the backup is triggered or not.
TypeInitialBackupTriggered = "InitialBackupTriggered"
ReasonInitialBackupNotTriggered = "InitialBackupNotTriggered"
ReasonInitialBackupTriggered = "ReasonInitialBackupTriggered"
)

//+kubebuilder:object:root=true
Expand Down

0 comments on commit 4755b1b

Please sign in to comment.