Missing mapstructure
tag in BackupTaskStatus
#1852
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
What happened?
Inlined BackupTaskSpec in BackupTaskStatus is missing a
mapstructure
tagscylla-operator/pkg/api/scylla/v1/types_cluster.go
Line 600 in 1520cf7
It causes the conversion between our and managerclient APIs to miss the task properties entirely.
/kind bug
What did you expect to happen?
It should have the
mapstructure:",squash"
tag.How can we reproduce it (as minimally and precisely as possible)?
n/a
Scylla Operator version
master
Kubernetes platform name and version
n/a
Please attach the must-gather archive.
n/a
Anything else we need to know?
One of the many issues behind #1827 and a prerequisite for #1752.
The text was updated successfully, but these errors were encountered: