K8s/Folders: Add folders api service (with legacy storage) (#79413)
This commit is contained in:
@@ -600,31 +600,26 @@
|
||||
},
|
||||
"folder": {
|
||||
"category": "core",
|
||||
"codeowners": [
|
||||
"grafana/grafana-as-code",
|
||||
"grafana/grafana-frontend-platform",
|
||||
"grafana/plugins-platform-frontend"
|
||||
],
|
||||
"codeowners": [],
|
||||
"crd": {
|
||||
"dummySchema": false,
|
||||
"group": "folder.core.grafana.com",
|
||||
"scope": "Namespaced"
|
||||
"group": "",
|
||||
"scope": ""
|
||||
},
|
||||
"currentVersion": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"description": "A folder is a collection of resources that are grouped together and can share permissions.",
|
||||
"grafanaMaturityCount": 0,
|
||||
"lineageIsGroup": false,
|
||||
"links": {
|
||||
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/core/folder/schema-reference",
|
||||
"go": "https://github.com/grafana/grafana/tree/main/pkg/kinds/folder",
|
||||
"schema": "https://github.com/grafana/grafana/tree/main/kinds/folder/folder_kind.cue",
|
||||
"ts": "https://github.com/grafana/grafana/tree/main/packages/grafana-schema/src/raw/folder/x/folder_types.gen.ts"
|
||||
"docs": "n/a",
|
||||
"go": "n/a",
|
||||
"schema": "n/a",
|
||||
"ts": "n/a"
|
||||
},
|
||||
"machineName": "folder",
|
||||
"maturity": "merged",
|
||||
"maturity": "planned",
|
||||
"name": "Folder",
|
||||
"pluralMachineName": "folders",
|
||||
"pluralName": "Folders"
|
||||
@@ -2270,7 +2265,6 @@
|
||||
"accesspolicy",
|
||||
"alertgroupspanelcfg",
|
||||
"azuremonitordataquery",
|
||||
"folder",
|
||||
"googlecloudmonitoringdataquery",
|
||||
"heatmappanelcfg",
|
||||
"preferences",
|
||||
@@ -2281,7 +2275,7 @@
|
||||
"timeseriespanelcfg",
|
||||
"trendpanelcfg"
|
||||
],
|
||||
"count": 13
|
||||
"count": 12
|
||||
},
|
||||
"planned": {
|
||||
"name": "planned",
|
||||
@@ -2297,6 +2291,7 @@
|
||||
"datasource",
|
||||
"elasticsearchdatasourcecfg",
|
||||
"flamegraphpanelcfg",
|
||||
"folder",
|
||||
"gettingstartedpanelcfg",
|
||||
"googlecloudmonitoringdatasourcecfg",
|
||||
"grafanadataquery",
|
||||
@@ -2331,7 +2326,7 @@
|
||||
"zipkindataquery",
|
||||
"zipkindatasourcecfg"
|
||||
],
|
||||
"count": 44
|
||||
"count": 45
|
||||
},
|
||||
"stable": {
|
||||
"name": "stable",
|
||||
|
||||
Reference in New Issue
Block a user