You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec part is almost identical to CassandraTask, except that it won't have a datacenter field. It would be nice to have a struct that we can reuse, instead of duplicating all the required fields.
Why do we need it?
Code reuse, maintainability.
Environment
Any.
Cass Operator version: > 1.13.1
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
What is missing?
In k8ssandra/k8ssandra-operator#739 we will introduce a
K8ssandraTask
resource, that triggers aCassandraTask
for each datacenter in the cluster:The
spec
part is almost identical toCassandraTask
, except that it won't have adatacenter
field. It would be nice to have a struct that we can reuse, instead of duplicating all the required fields.Why do we need it?
Code reuse, maintainability.
Environment
Any.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: