Skip to content

Commit

Permalink
Upgrade CRD reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RachanKaur authored Oct 11, 2023
1 parent 948883f commit eb4b656
Show file tree
Hide file tree
Showing 2 changed files with 84,254 additions and 19 deletions.
125 changes: 106 additions & 19 deletions docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45205,9 +45205,9 @@ Reaper defines the desired deployment characteristics for Reaper in this K8ssand
<td><b><a href="#k8ssandraclusterspecreapercontainerimage">containerImage</a></b></td>
<td>object</td>
<td>
The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.2.1".<br/>
The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.3.4".<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.2.1]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.3.4]<br/>
</td>
<td>false</td>
</tr><tr>
Expand All @@ -45233,9 +45233,9 @@ Reaper defines the desired deployment characteristics for Reaper in this K8ssand
<td><b><a href="#k8ssandraclusterspecreaperinitcontainerimage">initContainerImage</a></b></td>
<td>object</td>
<td>
The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.2.1".<br/>
The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.3.4".<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.2.1]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.3.4]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -46779,7 +46779,7 @@ Defines the username and password that Reaper will use to authenticate CQL conne



The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.2.1".
The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.3.4".

<table>
<thead>
Expand Down Expand Up @@ -46874,7 +46874,7 @@ The secret to use when pulling the image from private repositories. If specified



The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.2.1".
The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.3.4".

<table>
<thead>
Expand Down 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 Expand Up @@ -72750,9 +72837,9 @@ ReaperSpec defines the desired state of Reaper
<td><b><a href="#reaperspeccontainerimage">containerImage</a></b></td>
<td>object</td>
<td>
The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.2.1".<br/>
The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.3.4".<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.2.1]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.3.4]<br/>
</td>
<td>false</td>
</tr><tr>
Expand All @@ -72778,9 +72865,9 @@ ReaperSpec defines the desired state of Reaper
<td><b><a href="#reaperspecinitcontainerimage">initContainerImage</a></b></td>
<td>object</td>
<td>
The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.2.1".<br/>
The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.3.4".<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.2.1]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.3.4]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -74551,7 +74638,7 @@ ref to the secret that contains the truststore password if password stored in di



The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.2.1".
The image to use for the Reaper pod main container. The default is "thelastpickle/cassandra-reaper:3.3.4".

<table>
<thead>
Expand Down Expand Up @@ -74646,7 +74733,7 @@ The secret to use when pulling the image from private repositories. If specified



The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.2.1".
The image to use for the Reaper pod init container (that performs schema migrations). The default is "thelastpickle/cassandra-reaper:3.3.4".

<table>
<thead>
Expand Down
Loading

0 comments on commit eb4b656

Please sign in to comment.