Skip to content

Commit

Permalink
Upgrade CRD reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RachanKaur authored Sep 21, 2023
1 parent 31fb6cd commit 725d2c2
Show file tree
Hide file tree
Showing 2 changed files with 84,242 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71394,6 +71394,22 @@ MedusaBackupStatus defines the observed state of MedusaBackup
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>finishedNodes</b></td>
<td>integer</td>
<td>
<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#medusabackupstatusnodesindex">nodes</a></b></td>
<td>[]object</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>startTime</b></td>
<td>string</td>
Expand All @@ -71403,6 +71419,70 @@ MedusaBackupStatus defines the observed state of MedusaBackup
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>status</b></td>
<td>string</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>totalNodes</b></td>
<td>integer</td>
<td>
<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr></tbody>
</table>


#### MedusaBackup.status.nodes[index]
<sup><sup>[↩ Parent](#medusabackupstatus)</sup></sup>





<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b>datacenter</b></td>
<td>string</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>host</b></td>
<td>string</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>rack</b></td>
<td>string</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>tokens</b></td>
<td>[]integer</td>
<td>
<br/>
</td>
<td>false</td>
</tr></tbody>
</table>

Expand Down Expand Up @@ -71725,6 +71805,13 @@ MedusaRestoreJobStatus defines the observed state of MedusaRestoreJob
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>message</b></td>
<td>string</td>
<td>
Message gives the reason why restore operation failed<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#medusarestorejobstatusrestoremapping">restoreMapping</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -71769,19 +71856,19 @@ Mapping between source and target nodes for a restore
</tr>
</thead>
<tbody><tr>
<td><b>in_place</b></td>
<td>boolean</td>
<td>
Whether the restore is in-place or not<br/>
</td>
<td>true</td>
</tr><tr>
<td><b><a href="#medusarestorejobstatusrestoremappinghost_mapkey">host_map</a></b></td>
<td>map[string]object</td>
<td>
Mapping between source and target nodes for a restore<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>in_place</b></td>
<td>boolean</td>
<td>
Whether the restore is in-place or not<br/>
</td>
<td>false</td>
</tr></tbody>
</table>

Expand Down
Loading

0 comments on commit 725d2c2

Please sign in to comment.