Dashboards: Make conversion data optional (#109965)

This commit is contained in:
Ryan McKinley
2025-08-25 13:47:42 +03:00
committed by GitHub
parent da5209be1e
commit 27c92a6644
61 changed files with 200 additions and 203 deletions
@@ -1,4 +1,6 @@
{
"kind": "Dashboard",
"apiVersion": "dashboard.grafana.app/v1beta1",
"metadata": {
"name": "test-v2alpha1-annotations",
"creationTimestamp": null
@@ -7,8 +9,8 @@
"status": {
"conversion": {
"failed": true,
"storedVersion": "v2alpha1",
"error": "backend conversion not yet implemented"
"error": "backend conversion not yet implemented",
"storedVersion": "v2alpha1"
}
}
}