From 16f16b8df9a0cef19bde610460f2b36a84e722c5 Mon Sep 17 00:00:00 2001 From: RachanKaur Date: Wed, 15 Jan 2025 02:12:08 +0000 Subject: [PATCH] Upgrade CRD reference --- .../k8ssandra-operator-crds-latest/_index.md | 36 ++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md b/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md index 83a653329..db26f7025 100644 --- a/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md +++ b/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md @@ -1140,8 +1140,7 @@ Example: datacenterName string - 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.
@@ -1233,6 +1232,13 @@ The default is "mikefarah/yq:4".
Default: mikefarah/yq:4
false + + podPriorityClassName + string + + PodPriorityClassName defines the priority class name for the Cassandra pods.
+ + false podSecurityContext object @@ -5405,8 +5411,7 @@ Example: datacenterName string - 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.
@@ -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.
false + + podPriorityClassName + string + + PodPriorityClassName defines the priority class name for the Cassandra pods.
+ + false podSecurityContext object @@ -63692,6 +63704,13 @@ K8ssandraStatus defines the observed of a k8ssandra instance CassandraDatacenterStatus defines the observed state of CassandraDatacenter
false + + contextName + string + +
+ + false decommissionProgress string @@ -63774,6 +63793,15 @@ with the management API
Format: date-time
false + + metadataVersion + integer + +
+
+ Format: int64
+ + false nodeReplacements []string