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 6d053bee-72bf1e56 #1472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,7 @@ Example:
<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.
DatacenterName allows to override the name of the Cassandra datacenter. In Cassandra the DC name will be overridden by this value.
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>
Expand Down Expand Up @@ -1233,6 +1232,13 @@ The default is "mikefarah/yq:4".<br/>
<i>Default</i>: mikefarah/yq:4<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>podPriorityClassName</b></td>
<td>string</td>
<td>
PodPriorityClassName defines the priority class name for the Cassandra pods.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandrapodsecuritycontext">podSecurityContext</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -5405,8 +5411,7 @@ Example:
<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.
DatacenterName allows to override the name of the Cassandra datacenter. In Cassandra the DC name will be overridden by this value.
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>
Expand Down Expand Up @@ -5511,6 +5516,13 @@ started, the per-node ConfigMap is mounted and the contents of each entry corres
the pod are merged into their respective configuration files.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>podPriorityClassName</b></td>
<td>string</td>
<td>
PodPriorityClassName defines the priority class name for the Cassandra pods.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexpodsecuritycontext">podSecurityContext</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -63692,6 +63704,13 @@ K8ssandraStatus defines the observed of a k8ssandra instance
CassandraDatacenterStatus defines the observed state of CassandraDatacenter<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>contextName</b></td>
<td>string</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>decommissionProgress</b></td>
<td>string</td>
Expand Down Expand Up @@ -63774,6 +63793,15 @@ with the management API<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>metadataVersion</b></td>
<td>integer</td>
<td>
<br/>
<br/>
<i>Format</i>: int64<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>nodeReplacements</b></td>
<td>[]string</td>
Expand Down
Loading