ShortURL: Use the new k8s api in the frontend (#110537)

This commit is contained in:
Ezequiel Victorero
2025-09-12 20:23:50 -03:00
committed by GitHub
parent 211c0ca5c3
commit 135e9ef102
15 changed files with 2573 additions and 18 deletions
+4
View File
@@ -32,6 +32,7 @@ func TestIntegrationOpenAPIs(t *testing.T) {
featuremgmt.FlagGrafanaAdvisor,
featuremgmt.FlagKubernetesAlertingRules,
featuremgmt.FlagGrafanaAPIServerWithExperimentalAPIs, // all datasources
featuremgmt.FlagKubernetesShortURLs,
},
})
@@ -98,6 +99,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
}, {
Group: "rules.alerting.grafana.app",
Version: "v0alpha1",
}, {
Group: "shorturl.grafana.app",
Version: "v1alpha1",
}}
for _, gv := range groups {
VerifyOpenAPISnapshots(t, dir, gv, h)