Folders: Add k8s API client (#101862)

* Add folder k8s API

* Betterer

* Update index
This commit is contained in:
Alex Khomenko
2025-03-10 12:19:14 +01:00
committed by GitHub
parent e6fdb746f2
commit 607d39b573
7 changed files with 163 additions and 0 deletions

View File

@ -74,6 +74,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
}, {
Group: "investigations.grafana.app",
Version: "v0alpha1",
}, {
Group: "folder.grafana.app",
Version: "v0alpha1",
}}
for _, gv := range groups {
VerifyOpenAPISnapshots(t, dir, gv, h)