Chore: update kind annotation names to grafana.app/* (#77401)

* update kind annotation names to grafana.app/*
This commit is contained in:
Dan Cech
2023-10-30 17:08:31 -04:00
committed by GitHub
parent 48b830fc50
commit db6035a843
5 changed files with 39 additions and 31 deletions

View File

@@ -46,10 +46,10 @@ func TestLibaryPanelConversion(t *testing.T) {
"resourceVersion": "10",
"creationTimestamp": "2000-01-01T08:00:00Z",
"annotations": {
"grafana.com/createdBy": "user:11",
"grafana.com/folder": "TheFolderUID",
"grafana.com/updatedBy": "user:12",
"grafana.com/updatedTimestamp": "2010-01-01T08:00:00Z"
"grafana.app/createdBy": "user:11",
"grafana.app/folder": "TheFolderUID",
"grafana.app/updatedBy": "user:12",
"grafana.app/updatedTimestamp": "2010-01-01T08:00:00Z"
}
},
"spec": {}