Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade CRD reference 401ce59b-f5d18b47 #1588

Open
wants to merge 1 commit into
base: docs-v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,13 @@ Cassandra is a specification of the Cassandra cluster. This includes everything
Containers defines containers to be deployed in each Cassandra pod. K8ssandra-operator and cass-operator will create their own containers, which can be referenced here to override specific settings, such as mounts or resources request/limits for example. Example: containers: - name: server-system-logger - name: custom-container image: busybox - name: cassandra<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>datacenterName</b></td>
<td>string</td>
<td>
DatacenterName allows to override the name of the Cassandra datacenter. Kubernetes objects will be named after a sanitized version of it if set, and if not metadata.name. In Cassandra the DC name will be overridden by this value. It may generate some confusion as objects created for the DC will have a different name than the CasandraDatacenter object itself. This setting can create conflicts if multiple DCs coexist in the same namespace if metadata.name for a DC with no override is set to the same value as the override name of another DC. Use cautiously.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindex">datacenters</a></b></td>
<td>[]object</td>
Expand Down Expand Up @@ -4376,6 +4383,13 @@ VolumeMount describes a mounting of a Volume within a container.
Containers defines containers to be deployed in each Cassandra pod. K8ssandra-operator and cass-operator will create their own containers, which can be referenced here to override specific settings, such as mounts or resources request/limits for example. Example: containers: - name: server-system-logger - name: custom-container image: busybox - name: cassandra<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>datacenterName</b></td>
<td>string</td>
<td>
DatacenterName allows to override the name of the Cassandra datacenter. Kubernetes objects will be named after a sanitized version of it if set, and if not metadata.name. In Cassandra the DC name will be overridden by this value. It may generate some confusion as objects created for the DC will have a different name than the CasandraDatacenter object itself. This setting can create conflicts if multiple DCs coexist in the same namespace if metadata.name for a DC with no override is set to the same value as the override name of another DC. Use cautiously.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexdseworkloads">dseWorkloads</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -69678,7 +69692,7 @@ MedusaBackupScheduleSpec defines the desired state of MedusaBackupSchedule
<td><b><a href="#medusabackupschedulespecbackupspec">backupSpec</a></b></td>
<td>object</td>
<td>
BackupSpec defines the CassandraBackup to be created for this job<br/>
BackupSpec defines the MedusaBackup to be created for this job<br/>
</td>
<td>true</td>
</tr><tr>
Expand All @@ -69704,7 +69718,7 @@ MedusaBackupScheduleSpec defines the desired state of MedusaBackupSchedule



BackupSpec defines the CassandraBackup to be created for this job
BackupSpec defines the MedusaBackup to be created for this job

<table>
<thead>
Expand Down Expand Up @@ -69847,7 +69861,7 @@ MedusaRestoreJobSpec defines the desired state of MedusaRestoreJob
<td><b>backup</b></td>
<td>string</td>
<td>
The name of the CassandraBackup to restore.<br/>
The name of the MedusaBackup to restore.<br/>
</td>
<td>true</td>
</tr><tr>
Expand Down