name | string | Name of the DC | Yes | dc1 |
labels | map[string]string | Labels used to target Kubernetes nodes | No | |
rack | [ ]Rack | List of Racks defined in the Cassandra DC | Yes | - |
config | map | Configuration used by the config builder to generated cassandra.yaml and other configuration files | No | |
nodesPerRacks | int32 | Number of nodes to deploy for a Cassandra deployment in each Racks. | Optional, if not filled, used value define in CassandraClusterSpec | 1 |
dataCapacity | string | Define the Capacity for Persistent Volume Claims in the local storage. Check documentation for more informations | Optional, if not filled, used value define in CassandraClusterSpec | |
dataStorageClass | string | Define StorageClass for Persistent Volume Claims in the local storage. Check documentation for more informations | Optional, if not filled, used value define in CassandraClusterSpec | |