K8s: use deprecatedInternalID label rather than SQL annotation (#99263)
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
"rv": 1234,
|
||||
"title": "Test AAA",
|
||||
"title_sort": "test aaa",
|
||||
"labels": {
|
||||
"grafana.app/deprecatedInternalID": "123"
|
||||
},
|
||||
"created": 1706690655000,
|
||||
"createdBy": "user:abc",
|
||||
"repo": {
|
||||
"name": "SQL"
|
||||
}
|
||||
"createdBy": "user:abc"
|
||||
}
|
||||
+4
-2
@@ -8,8 +8,10 @@
|
||||
"resourceVersion": "1706690655000",
|
||||
"creationTimestamp": "2024-01-31T08:44:15Z",
|
||||
"annotations": {
|
||||
"grafana.app/createdBy": "user:abc",
|
||||
"grafana.app/originName": "SQL"
|
||||
"grafana.app/createdBy": "user:abc"
|
||||
},
|
||||
"labels": {
|
||||
"grafana.app/deprecatedInternalID": "123"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
||||
Reference in New Issue
Block a user