Skip to content

Commit

Permalink
Update pkg/apis/pingcap/v1alpha1/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: WangLe1321 <[email protected]>
  • Loading branch information
RidRisR and WangLe1321 committed Sep 19, 2024
1 parent cac450c commit 9635b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ const (
// BackupPrepare means the backup prepare backup process
BackupPrepare BackupConditionType = "Prepare"
// BackupPaused means the backup was paused
BackupPaused BackupConditionType = "Paused"
BackupLogPaused BackupConditionType = "LogPaused"
// BackupStopped means the backup was stopped, just log backup has this condition
BackupStopped BackupConditionType = "Stopped"
// BackupRestart means the backup was restarted, now just support snapshot backup
Expand Down

0 comments on commit 9635b64

Please sign in to comment.