Files
grafana/pkg/storage/unified/resource/testdata/playlist-resource.json
T
2025-03-10 19:48:53 +03:00

22 lines
736 B
JSON

{
"kind": "Playlist",
"apiVersion": "playlist.grafana.app/v0alpha1",
"metadata": {
"name": "ae2ntrqxefvnke",
"namespace": "default",
"uid": "playlist-1",
"creationTimestamp": "2024-06-01T10:11:12Z",
"annotations": {
"grafana.app/createdBy": "user:ABC",
"grafana.app/updatedBy": "user:XYZ",
"grafana.app/repoName": "something",
"grafana.app/repoPath": "path/in/system.json",
"grafana.app/repoHash": "xyz",
"grafana.app/updatedTimestamp": "2024-07-01T10:11:12Z"
}
},
"spec": {
"title": "Test Playlist from Unified Storage",
"description": "description for the test playlist"
}
}