Skip to content

Commit

Permalink
Upgrade CRD reference (#1177)
Browse files Browse the repository at this point in the history
Co-authored-by: RachanKaur <[email protected]>
  • Loading branch information
adejanovski and RachanKaur authored Jan 22, 2024
1 parent 8c32ae3 commit ff37de8
Show file tree
Hide file tree
Showing 11 changed files with 144 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ CassandraDatacenterSpec defines the desired state of a CassandraDatacenter
StorageConfig describes the persistent storage request of each server node<br/>
</td>
<td>true</td>
</tr><tr>
<td><b>additionalAnnotations</b></td>
<td>map[string]string</td>
<td>
Additional Annotations allows to define additional labels that will be included in all objects created by the operator. Note, user can override values set by default from the cass-operator and doing so could break cass-operator functionality.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>additionalLabels</b></td>
<td>map[string]string</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16405,11 +16405,18 @@ ManagementApiAuth defines the authentication settings for the management API in
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>commonAnnotations</b></td>
<td>map[string]string</td>
<td>
annotations that will be applied to all components created by the CRD<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>commonLabels</b></td>
<td>map[string]string</td>
<td>
labels/annotations that will be applied to all components created by the CRD<br/>
labels that will be applied to all components created by the CRD<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -37345,11 +37352,18 @@ Struct to hold labels and annotations for the top-level Cassandra cluster defini
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>commonAnnotations</b></td>
<td>map[string]string</td>
<td>
annotations that will be applied to all components created by the CRD<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>commonLabels</b></td>
<td>map[string]string</td>
<td>
labels/annotations that will be applied to all components created by the CRD<br/>
labels that will be applied to all components created by the CRD<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -45122,6 +45136,13 @@ Provides all storage backend related properties for backups.
Whether to use SSL for the storage backend.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>sslVerify</b></td>
<td>boolean</td>
<td>
When using SSL, whether to also verify the certificate.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>storageProvider</b></td>
<td>enum</td>
Expand Down Expand Up @@ -45413,7 +45434,7 @@ Reaper defines the desired deployment characteristics for Reaper in this K8ssand
<td><b><a href="#k8ssandraclusterspecreaperuiusersecretref">uiUserSecretRef</a></b></td>
<td>object</td>
<td>
Defines the secret which contains the username and password for the Reaper UI and REST API authentication.<br/>
Defines the secret which contains the username and password for the Reaper UI and REST API authentication. When UiUserSecretRef.Name == "", authentication is turned off in the front-end only.<br/>
</td>
<td>false</td>
</tr></tbody>
Expand Down Expand Up @@ -49351,7 +49372,7 @@ The pod this Toleration is attached to tolerates any taint that matches the trip



Defines the secret which contains the username and password for the Reaper UI and REST API authentication.
Defines the secret which contains the username and password for the Reaper UI and REST API authentication. When UiUserSecretRef.Name == "", authentication is turned off in the front-end only.

<table>
<thead>
Expand Down Expand Up @@ -73108,7 +73129,7 @@ ReaperSpec defines the desired state of Reaper
<td><b><a href="#reaperspecuiusersecretref">uiUserSecretRef</a></b></td>
<td>object</td>
<td>
Defines the secret which contains the username and password for the Reaper UI and REST API authentication.<br/>
Defines the secret which contains the username and password for the Reaper UI and REST API authentication. When UiUserSecretRef.Name == "", authentication is turned off in the front-end only.<br/>
</td>
<td>false</td>
</tr></tbody>
Expand Down Expand Up @@ -77264,7 +77285,7 @@ The pod this Toleration is attached to tolerates any taint that matches the trip



Defines the secret which contains the username and password for the Reaper UI and REST API authentication.
Defines the secret which contains the username and password for the Reaper UI and REST API authentication. When UiUserSecretRef.Name == "", authentication is turned off in the front-end only.

<table>
<thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6122,7 +6122,7 @@ Stargate defines the desired deployment characteristics for Stargate in this dat
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexstargatetelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -7910,7 +7910,7 @@ StargateRackTemplate defines custom rules for Stargate pods in a given rack. The
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexstargateracksindextelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -9877,7 +9877,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -10274,7 +10274,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -15930,7 +15930,7 @@ Stargate defines the desired deployment characteristics for Stargate in this K8s
<td><b><a href="#k8ssandraclusterspecstargatetelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -17897,7 +17897,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -36548,7 +36548,7 @@ Specification of the desired behavior of this Stargate resource.
<td><b><a href="#stargatespectelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -38573,7 +38573,7 @@ StargateRackTemplate defines custom rules for Stargate pods in a given rack. The
<td><b><a href="#stargatespecracksindextelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -40540,7 +40540,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -40937,7 +40937,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6117,7 +6117,7 @@ Stargate defines the desired deployment characteristics for Stargate in this dat
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexstargatetelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -7905,7 +7905,7 @@ StargateRackTemplate defines custom rules for Stargate pods in a given rack. The
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexstargateracksindextelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -9872,7 +9872,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -10269,7 +10269,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -15857,7 +15857,7 @@ Stargate defines the desired deployment characteristics for Stargate in this K8s
<td><b><a href="#k8ssandraclusterspecstargatetelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -17824,7 +17824,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -36484,7 +36484,7 @@ Specification of the desired behavior of this Stargate resource.
<td><b><a href="#stargatespectelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -38509,7 +38509,7 @@ StargateRackTemplate defines custom rules for Stargate pods in a given rack. The
<td><b><a href="#stargatespecracksindextelemetry">telemetry</a></b></td>
<td>object</td>
<td>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)<br/>
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -40476,7 +40476,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down Expand Up @@ -40873,7 +40873,7 @@ Resources is the Kubernetes resource requests and limits to apply, per Stargate



Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overridden by DC specific settings)
Telemetry defines the desired telemetry integrations to deploy targeting the Stargate pods for all DCs in this cluster (unless overriden by DC specific settings)

<table>
<thead>
Expand Down
Loading

0 comments on commit ff37de8

Please sign in to comment.