22 lines
485 B
JSON
22 lines
485 B
JSON
{
|
|
"kind": "Dashboard",
|
|
"apiVersion": "dashboard.grafana.app/v0alpha1",
|
|
"metadata": {
|
|
"name": "test-v2alpha1-complete",
|
|
"creationTimestamp": null,
|
|
"labels": {
|
|
"category": "test"
|
|
},
|
|
"annotations": {
|
|
"description": "Complete example of v2alpha1 dashboard features"
|
|
}
|
|
},
|
|
"spec": null,
|
|
"status": {
|
|
"conversion": {
|
|
"failed": true,
|
|
"error": "backend conversion not yet implemented",
|
|
"storedVersion": "v2alpha1"
|
|
}
|
|
}
|
|
} |