mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-21 07:24:19 +00:00
Record backup completion time before uploading
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
@@ -179,6 +179,7 @@ type BackupStatus struct {
|
||||
|
||||
// CompletionTimestamp records the time a backup was completed.
|
||||
// Completion time is recorded even on failed backups.
|
||||
// Completion time is recorded before uploading the backup object.
|
||||
// The server's time is used for CompletionTimestamps
|
||||
CompletionTimestamp metav1.Time `json:"completionTimestamp"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user