Skip to content

Commit 0f534b4

Browse files
committed
Add new generated docs
1 parent fc2acf2 commit 0f534b4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/backup_spec.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This Document documents the types introduced by the FoundationDB Operator to be
1414
* [FoundationDBBackupStatusBackupDetails](#foundationdbbackupstatusbackupdetails)
1515
* [FoundationDBLiveBackupStatus](#foundationdblivebackupstatus)
1616
* [FoundationDBLiveBackupStatusState](#foundationdblivebackupstatusstate)
17+
* [LatestRestorablePoint](#latestrestorablepoint)
1718
* [ImageConfig](#imageconfig)
1819

1920
## BackupGenerationStatus
@@ -149,6 +150,18 @@ FoundationDBLiveBackupStatusState provides the state of a backup in the backup s
149150
| Field | Description | Scheme | Required |
150151
| ----- | ----------- | ------ | -------- |
151152
| Running | Running determines whether the backup is currently running. | bool | false |
153+
| Restorable | Restorable if true, the backup can be restored | *bool | false |
154+
| LatestRestorablePoint | LatestRestorablePoint contains information about the latest restorable point if any exists. | *[LatestRestorablePoint](#latestrestorablepoint) | false |
155+
156+
[Back to TOC](#table-of-contents)
157+
158+
## LatestRestorablePoint
159+
160+
LatestRestorablePoint contains information about the latest restorable point if any exists.
161+
162+
| Field | Description | Scheme | Required |
163+
| ----- | ----------- | ------ | -------- |
164+
| Version | Version is the version that can be restored to. | *uint64 | false |
152165

153166
[Back to TOC](#table-of-contents)
154167

0 commit comments

Comments
 (0)