K8s/OpenAPI: Render openapi into a static file (#99561)

This commit is contained in:
Ryan McKinley
2025-01-28 10:30:53 +03:00
committed by GitHub
parent 61c5b4a25e
commit 4e703576b0
8 changed files with 7181 additions and 33 deletions
-3
View File
@@ -49,9 +49,6 @@ func TestIntegrationPlaylist(t *testing.T) {
EnableFeatureToggles: []string{},
}))
// Ensure the k8s version is valid
_ = h.GetVersionInfo()
// The accepted verbs will change when dual write is enabled
disco := h.GetGroupVersionInfoJSON("playlist.grafana.app")
// fmt.Printf("%s", disco)