diff --git a/docs/content/en/reference/crd/cass-operator-crds-latest/_index.md b/docs/content/en/reference/crd/cass-operator-crds-latest/_index.md
index 3a226d51c..90a048d6b 100644
--- a/docs/content/en/reference/crd/cass-operator-crds-latest/_index.md
+++ b/docs/content/en/reference/crd/cass-operator-crds-latest/_index.md
@@ -24699,11 +24699,28 @@ can access
Jobs defines the jobs this task will execute (and their order)
false |
+
+ | maxConcurrentPods |
+ integer |
+
+ MaxConcurrentPods specifies the maximum number of pods to process concurrently in a rack.
+If not set or set to 0 defaults to 1.
+ |
+ false |
| restartPolicy |
string |
- RestartPolicy indicates the behavior n case of failure. Default is Never.
+ RestartPolicy indicates the behavior n case of failure. Default is OnFailure.
+ |
+ false |
+
+ | retries |
+ integer |
+
+ 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.
|
false |
@@ -24876,6 +24893,21 @@ Arguments are additional parameters for the command
false |
+
+ | fast |
+ boolean |
+
+ 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
+ |
+ false |
+
+ | force |
+ boolean |
+
+ Force is used to force the execution of a command even if the operator thinks it is unsafe
+ |
+ false |
| jobs |
integer |
@@ -25021,6 +25053,14 @@ More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to
The number of pods which reached phase Failed.
false |
+
+ | podStatuses |
+ map[string]object |
+
+ PodStatuses tracks the processing status of each pod for bookkeeping.
+Keys are pod names (not including pod UID to handle recreation scenarios).
+ |
+ false |
| startTime |
string |
@@ -25120,6 +25160,72 @@ with respect to the current state of the instance.
+
+#### CassandraTask.status.podStatuses[key]
+[↩ Parent](#cassandrataskstatus)
+
+
+
+PodProcessingStatus represents the status of a pod being processed by a CassandraTask.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | status |
+ string |
+
+ Status of the pod processing.
+ |
+ true |
+
+ | completionTime |
+ string |
+
+ Represents time when the pod was completed (success or fail).
+
+ Format: date-time
+ |
+ false |
+
+ | error |
+ string |
+
+ Error message if failed.
+ |
+ false |
+
+ | jobId |
+ string |
+
+ JobID for async operations (mgmt-api).
+ |
+ false |
+
+ | retries |
+ integer |
+
+ Retry count
+ |
+ false |
+
+ | startTime |
+ string |
+
+ Represents time when the job controller started processing this pod.
+
+ Format: date-time
+ |
+ false |
+
+
+
### ScheduledTask
[↩ Parent](#controlk8ssandraiov1alpha1 )
@@ -25249,6 +25355,14 @@ can access
Jobs defines the jobs this task will execute (and their order)
false |
+
+ | maxConcurrentPods |
+ integer |
+
+ MaxConcurrentPods specifies the maximum number of pods to process concurrently in a rack.
+If not set or set to 0 defaults to 1.
+ |
+ false |
| name |
string |
@@ -25260,7 +25374,16 @@ can access
restartPolicy |
string |
- RestartPolicy indicates the behavior n case of failure. Default is Never.
+ RestartPolicy indicates the behavior n case of failure. Default is OnFailure.
+ |
+ false |
+
+ | retries |
+ integer |
+
+ 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.
|
false |
@@ -25433,6 +25556,21 @@ Arguments are additional parameters for the command
false |
+
+ | fast |
+ boolean |
+
+ 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
+ |
+ false |
+
+ | force |
+ boolean |
+
+ Force is used to force the execution of a command even if the operator thinks it is unsafe
+ |
+ false |
| jobs |
integer |