Schema: Create PublicDashboard core kind (#62155)
This commit is contained in:
+30
-2
@@ -1281,6 +1281,32 @@
|
||||
"pluralName": "PrometheusDataSourceCfgs",
|
||||
"schemaInterface": "DataSourceCfg"
|
||||
},
|
||||
"publicdashboard": {
|
||||
"category": "core",
|
||||
"codeowners": [
|
||||
"grafana/grafana-as-code",
|
||||
"grafana/grafana-bi-squad",
|
||||
"grafana/plugins-platform-frontend",
|
||||
"grafana/user-essentials"
|
||||
],
|
||||
"currentVersion": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"grafanaMaturityCount": 0,
|
||||
"lineageIsGroup": false,
|
||||
"links": {
|
||||
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/core/publicdashboard/schema-reference",
|
||||
"go": "https://github.com/grafana/grafana/tree/main/pkg/kinds/publicdashboard",
|
||||
"schema": "https://github.com/grafana/grafana/tree/main/kinds/publicdashboard/publicdashboard_kind.cue",
|
||||
"ts": "https://github.com/grafana/grafana/tree/main/packages/grafana-schema/src/raw/publicdashboard/x/publicdashboard_types.gen.ts"
|
||||
},
|
||||
"machineName": "publicdashboard",
|
||||
"maturity": "merged",
|
||||
"name": "PublicDashboard",
|
||||
"pluralMachineName": "publicdashboards",
|
||||
"pluralName": "PublicDashboards"
|
||||
},
|
||||
"query": {
|
||||
"category": "core",
|
||||
"codeowners": [],
|
||||
@@ -1818,6 +1844,7 @@
|
||||
"folder",
|
||||
"playlist",
|
||||
"preferences",
|
||||
"publicdashboard",
|
||||
"query",
|
||||
"queryhistory",
|
||||
"serviceaccount",
|
||||
@@ -1825,7 +1852,7 @@
|
||||
"thumb",
|
||||
"user"
|
||||
],
|
||||
"count": 12
|
||||
"count": 13
|
||||
}
|
||||
},
|
||||
"maturity": {
|
||||
@@ -1860,10 +1887,11 @@
|
||||
"alertgroupspanelcfg",
|
||||
"playlist",
|
||||
"preferences",
|
||||
"publicdashboard",
|
||||
"serviceaccount",
|
||||
"team"
|
||||
],
|
||||
"count": 5
|
||||
"count": 6
|
||||
},
|
||||
"planned": {
|
||||
"name": "planned",
|
||||
|
||||
Reference in New Issue
Block a user