LibraryPanels: Expose library panels in dashboard apiserver (#92213)

This commit is contained in:
Ryan McKinley
2024-08-27 12:12:22 +03:00
committed by GitHub
parent 7ad3d9bf76
commit 419edef4dc
24 changed files with 867 additions and 5 deletions
@@ -159,6 +159,20 @@ func TestIntegrationDashboardsApp(t *testing.T) {
"update",
"watch"
]
},
{
"resource": "librarypanels",
"responseKind": {
"group": "",
"kind": "LibraryPanel",
"version": ""
},
"scope": "Namespaced",
"singularResource": "librarypanel",
"verbs": [
"get",
"list"
]
}
],
"version": "v0alpha1"