Record backup completion time before uploading

Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
Nolan Brubaker
2018-07-11 13:21:29 -04:00
parent 9ca76226e2
commit b71a37dbfc
3 changed files with 16 additions and 2 deletions
+1
View File
@@ -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"`
}