organize models

This commit is contained in:
Ryan McKinley
2025-06-27 16:03:24 -07:00
parent 94eea040e2
commit 60981e813b
5 changed files with 12 additions and 81 deletions
@@ -1,25 +0,0 @@
{
"metadata": {
"name": "cejobd88i85j4d",
"namespace": "default",
"uid": "IGIUtEQS21DtLpBG2rSGfuDoUX8cwsGrtb5aXauYeA4X",
"resourceVersion": "1745320815000",
"generation": 2,
"creationTimestamp": "2025-04-22T11:20:11Z"
},
"spec": {
"title": "grafana-testdata-datasource",
"access": "proxy",
"isDefault": true,
"url": "http://something/",
"database": "db",
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
}
},
"secure": {
"password": { "input": "XXXX" }
}
}
@@ -1,23 +0,0 @@
{
"name": "grafana-testdata-datasource",
"type": "test-datasource",
"access": "proxy",
"url": "http://something/",
"database": "db",
"user": "",
"basicAuth": false,
"basicAuthUser": "",
"withCredentials": false,
"isDefault": true,
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
},
"secureJsonData": {
"password": "XXXX"
},
"uid": "cejobd88i85j4d",
"apiVersion": "",
"IsPrunable": false
}
@@ -1,24 +0,0 @@
{
"name": "grafana-testdata-datasource",
"type": "test-datasource",
"access": "proxy",
"url": "http://something/",
"user": "",
"database": "db",
"basicAuth": false,
"basicAuthUser": "",
"withCredentials": false,
"isDefault": true,
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
},
"secureJsonData": {
"password": "XXXX"
},
"version": 2,
"uid": "cejobd88i85j4d",
"apiVersion": "",
"IsPrunable": false
}