22
33## Spec
44
5- ### .spec.backoff.iterations: int
5+ ### .spec.backoff.iterations: integer
66
77Iterations defines number of iterations before reaching MaxDelay. Default to 5
88
99[ Code Reference] ( /pkg/apis/backup/v1/backup_spec_backoff.go#L31 )
1010
11- ### .spec.backoff.max_delay: int
11+ ### .spec.backoff.max_delay: integer
1212
1313MaxDelay defines maximum delay in seconds. Default to 600
1414
1515[ Code Reference] ( /pkg/apis/backup/v1/backup_spec_backoff.go#L29 )
1616
17- ### .spec.backoff.max_iterations: int
17+ ### .spec.backoff.max_iterations: integer
1818
1919MaxIterations defines maximum number of iterations after backoff will be disabled. Default to nil (no limit)
2020
2121[ Code Reference] ( /pkg/apis/backup/v1/backup_spec_backoff.go#L33 )
2222
23- ### .spec.backoff.min_delay: int
23+ ### .spec.backoff.min_delay: integer
2424
2525MinDelay defines minimum delay in seconds. Default to 30
2626
@@ -72,13 +72,13 @@ This field is **immutable**: can't be changed after backup creation
7272
7373[ Code Reference] ( /pkg/apis/backup/v1/backup_spec.go#L77 )
7474
75- ### .spec.lifetime: int64
75+ ### .spec.lifetime: integer
7676
7777Lifetime is the time after which the backup will be deleted. Format: "1.5h" or "2h45m".
7878
7979[ Code Reference] ( /pkg/apis/backup/v1/backup_spec.go#L47 )
8080
81- ### .spec.options.allowInconsistent: bool
81+ ### .spec.options.allowInconsistent: boolean
8282
8383AllowInconsistent flag for Backup creation request.
8484If this value is set to true, backup is taken even if we are not able to acquire lock.
@@ -89,7 +89,7 @@ This field is **immutable**: can't be changed after backup creation
8989
9090[ Code Reference] ( /pkg/apis/backup/v1/backup_spec.go#L66 )
9191
92- ### .spec.options.timeout: float32
92+ ### .spec.options.timeout: number
9393
9494Timeout for Backup creation request in seconds.
9595
@@ -139,17 +139,17 @@ This field is **immutable**: can't be changed after backup creation
139139
140140## Status
141141
142- ### .status.available: bool
142+ ### .status.available: boolean
143143
144144Available Determines if we can restore from ArangoBackup
145145
146146[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L36 )
147147
148- ### .status.backoff.iterations: int
148+ ### .status.backoff.iterations: integer
149149
150150[ Code Reference] ( /pkg/apis/backup/v1/backup_status_backoff.go#L30 )
151151
152- ### .status.backup.downloaded: bool
152+ ### .status.backup.downloaded: boolean
153153
154154Downloaded Determines if ArangoBackup has been downloaded.
155155
@@ -159,31 +159,31 @@ Downloaded Determines if ArangoBackup has been downloaded.
159159
160160[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L56 )
161161
162- ### .status.backup.imported: bool
162+ ### .status.backup.imported: boolean
163163
164164[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L67 )
165165
166- ### .status.backup.keys: [ ] string
166+ ### .status.backup.keys: array
167167
168168[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L70 )
169169
170- ### .status.backup.numberOfDBServers: uint
170+ ### .status.backup.numberOfDBServers: integer
171171
172172NumberOfDBServers Cluster size of the Backup in ArangoDB
173173
174174[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L62 )
175175
176- ### .status.backup.potentiallyInconsistent: bool
176+ ### .status.backup.potentiallyInconsistent: boolean
177177
178178[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L58 )
179179
180- ### .status.backup.sizeInBytes: uint64
180+ ### .status.backup.sizeInBytes: integer
181181
182182SizeInBytes Size of the Backup in ArangoDB.
183183
184184[ Code Reference] ( /pkg/apis/backup/v1/backup_status.go#L60 )
185185
186- ### .status.backup.uploaded: bool
186+ ### .status.backup.uploaded: boolean
187187
188188Uploaded Determines if ArangoBackup has been uploaded
189189
0 commit comments