Skip to content

Commit

Permalink
Upgrade CRD reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RachanKaur committed Jul 20, 2024
1 parent 4c6da55 commit 579c34d
Show file tree
Hide file tree
Showing 4 changed files with 120,892 additions and 11 deletions.
22 changes: 20 additions & 2 deletions docs/content/en/reference/crd/cass-operator-crds-latest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ they will join together in a multi-datacenter cluster.<br/>
<td><b>serverType</b></td>
<td>enum</td>
<td>
Server type: "cassandra" or "dse"<br/>
Server type: "cassandra", "dse" or "hcd"<br/>
<br/>
<i>Enum</i>: cassandra, dse<br/>
<i>Enum</i>: cassandra, dse, hcd<br/>
</td>
<td>true</td>
</tr><tr>
Expand Down Expand Up @@ -291,6 +291,16 @@ roll out.<br/>
Config for the Management API certificates<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
MinReadySeconds sets the minimum number of seconds for which a newly created pod should be ready without any of its containers crashing, for it to be considered available. Defaults to 5 seconds and is set in the StatefulSet spec.
Setting to 0 might cause multiple Cassandra pods to restart at the same time despite PodDisruptionBudget settings.<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#cassandradatacenterspecnetworking">networking</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -330,6 +340,14 @@ number of racks should match the replication factor in the keyspaces you plan to
the number of racks cannot easily be changed once a datacenter is deployed.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>readOnlyRootFilesystem</b></td>
<td>boolean</td>
<td>
ReadOnlyRootFilesystem makes the cassandra container to be run with a read-only root filesystem. Currently only functional when used with the
new k8ssandra-client config builder (Cassandra 4.1 and newer and HCD)<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>replaceNodes</b></td>
<td>[]string</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ on ServerVersion.<br/>
<td>
Server type: "cassandra" or "dse".<br/>
<br/>
<i>Enum</i>: cassandra, dse<br/>
<i>Enum</i>: cassandra, dse, hcd<br/>
<i>Default</i>: cassandra<br/>
</td>
<td>false</td>
Expand All @@ -1285,7 +1285,8 @@ on ServerVersion.<br/>
<td>
ServerVersion is the Cassandra or DSE version. The following versions are supported:
- Cassandra: 3.11.X, 4.X.X and 5.X.X
- DSE: 6.8.X, 7.x.x<br/>
- DSE: 6.8.X, 7.x.x
- HCD: 1.0.x<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -5537,7 +5538,8 @@ on ServerVersion.<br/>
<td>
ServerVersion is the Cassandra or DSE version. The following versions are supported:
- Cassandra: 3.11.X, 4.X.X and 5.X.X
- DSE: 6.8.X, 7.x.x<br/>
- DSE: 6.8.X, 7.x.x
- HCD: 1.0.x<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -52977,6 +52979,16 @@ The purpose is to allow shared default settings across several clusters.
StorageProperties override the settings from MedusaConfiguration object to allow customization.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>purgeBackups</b></td>
<td>boolean</td>
<td>
PurgeBackups toggles if the medusa backups should be purged nightly or not
Defaults to true.<br/>
<br/>
<i>Default</i>: true<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspecmedusareadinessprobe">readinessProbe</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -54688,10 +54700,10 @@ and must contain two keys: "username" and "password".<br/>
<td>object</td>
<td>
The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.0]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.1]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -56624,7 +56636,7 @@ TODO: Add other useful fields. apiVersion, kind, uid?<br/>


The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.

<table>
Expand Down Expand Up @@ -82430,6 +82442,16 @@ The "Allow" property is only valid if all the other active Tasks have "Allow" as
Disabled if set ensures this job is not scheduling anything<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>operationType</b></td>
<td>enum</td>
<td>
Specifies the type of operation to be performed<br/>
<br/>
<i>Enum</i>: backup, purge<br/>
<i>Default</i>: backup<br/>
</td>
<td>false</td>
</tr></tbody>
</table>

Expand Down Expand Up @@ -84150,10 +84172,10 @@ and must contain two keys: "username" and "password".<br/>
<td>object</td>
<td>
The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.0]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.1]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -86343,7 +86365,7 @@ TODO: Add other useful fields. apiVersion, kind, uid?<br/>


The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.

<table>
Expand Down
Loading

0 comments on commit 579c34d

Please sign in to comment.