Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 142 additions & 4 deletions docs/content/en/reference/crd/cass-operator-crds-latest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ either 0 or greater than the rack size, then all nodes in the rack will get upda
<td><b><a href="#cassandradatacenterspeccdc">cdc</a></b></td>
<td>object</td>
<td>
CDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.<br/>
Deprecated this field is deprecated and will be removed in the future. DeprecatedCDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -5431,7 +5431,7 @@ ServiceConfigAdditions exposes additional options for each service



CDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.
Deprecated this field is deprecated and will be removed in the future. DeprecatedCDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.

<table>
<thead>
Expand Down Expand Up @@ -24699,11 +24699,28 @@ can access<br/>
Jobs defines the jobs this task will execute (and their order)<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>maxConcurrentPods</b></td>
<td>integer</td>
<td>
MaxConcurrentPods specifies the maximum number of pods to process concurrently in a rack.
If not set or set to 0 defaults to 1.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>restartPolicy</b></td>
<td>string</td>
<td>
RestartPolicy indicates the behavior n case of failure. Default is Never.<br/>
RestartPolicy indicates the behavior n case of failure. Default is OnFailure.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>retries</b></td>
<td>integer</td>
<td>
Retries specifies the maximum number of times a failed pod operation can be retried.
This is only relevant if the RestartPolicy is set to OnFailure. If not set,
the default value is 1.<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -24876,6 +24893,21 @@ Arguments are additional parameters for the command
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>fast</b></td>
<td>boolean</td>
<td>
Fast modifies the behavior of rolling restart to restart multiple nodes (or entire rack) at the same time.
If the cluster is degraded in availability, the fast path isn't used<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>force</b></td>
<td>boolean</td>
<td>
Force is used to force the execution of a command even if the operator thinks it is unsafe<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>jobs</b></td>
<td>integer</td>
Expand Down Expand Up @@ -25021,6 +25053,14 @@ More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to
The number of pods which reached phase Failed.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#cassandrataskstatuspodstatuseskey">podStatuses</a></b></td>
<td>map[string]object</td>
<td>
PodStatuses tracks the processing status of each pod for bookkeeping.
Keys are pod names (not including pod UID to handle recreation scenarios).<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>startTime</b></td>
<td>string</td>
Expand Down Expand Up @@ -25120,6 +25160,72 @@ with respect to the current state of the instance.<br/>
</tr></tbody>
</table>


#### CassandraTask.status.podStatuses[key]
<sup><sup>[↩ Parent](#cassandrataskstatus)</sup></sup>



PodProcessingStatus represents the status of a pod being processed by a CassandraTask.

<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b>status</b></td>
<td>string</td>
<td>
Status of the pod processing.<br/>
</td>
<td>true</td>
</tr><tr>
<td><b>completionTime</b></td>
<td>string</td>
<td>
Represents time when the pod was completed (success or fail).<br/>
<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>error</b></td>
<td>string</td>
<td>
Error message if failed.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>jobId</b></td>
<td>string</td>
<td>
JobID for async operations (mgmt-api).<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>retries</b></td>
<td>integer</td>
<td>
Retry count<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>startTime</b></td>
<td>string</td>
<td>
Represents time when the job controller started processing this pod.<br/>
<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr></tbody>
</table>

### ScheduledTask
<sup><sup>[↩ Parent](#controlk8ssandraiov1alpha1 )</sup></sup>

Expand Down Expand Up @@ -25249,6 +25355,14 @@ can access<br/>
Jobs defines the jobs this task will execute (and their order)<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>maxConcurrentPods</b></td>
<td>integer</td>
<td>
MaxConcurrentPods specifies the maximum number of pods to process concurrently in a rack.
If not set or set to 0 defaults to 1.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>name</b></td>
<td>string</td>
Expand All @@ -25260,7 +25374,16 @@ can access<br/>
<td><b>restartPolicy</b></td>
<td>string</td>
<td>
RestartPolicy indicates the behavior n case of failure. Default is Never.<br/>
RestartPolicy indicates the behavior n case of failure. Default is OnFailure.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>retries</b></td>
<td>integer</td>
<td>
Retries specifies the maximum number of times a failed pod operation can be retried.
This is only relevant if the RestartPolicy is set to OnFailure. If not set,
the default value is 1.<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -25433,6 +25556,21 @@ Arguments are additional parameters for the command
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>fast</b></td>
<td>boolean</td>
<td>
Fast modifies the behavior of rolling restart to restart multiple nodes (or entire rack) at the same time.
If the cluster is degraded in availability, the fast path isn't used<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>force</b></td>
<td>boolean</td>
<td>
Force is used to force the execution of a command even if the operator thinks it is unsafe<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>jobs</b></td>
<td>integer</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28881,6 +28881,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -30009,6 +30017,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -35269,6 +35285,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -54362,6 +54386,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -62471,6 +62503,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -66069,6 +66109,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -93285,6 +93333,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -100315,6 +100371,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -101443,6 +101507,14 @@ Setting it to an empty list will result in all metrics being extracted.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>config</b></td>
<td>string</td>
<td>
Config is raw TOML merged into the generated Vector configuration.
This can be used to set global Vector options or anything that does not fit the components model.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>enabled</b></td>
<td>boolean</td>
Expand Down
Loading
Loading