Stars: Manage from apiserver (#111368)

This commit is contained in:
Ryan McKinley
2025-09-23 17:13:05 +03:00
committed by GitHub
parent 8317188570
commit 94b82b0e5e
25 changed files with 4678 additions and 83 deletions
+6
View File
@@ -100,6 +100,12 @@ const config: ConfigFile = {
schemaFile: '../data/openapi/rules.alerting.grafana.app-v0alpha1.json',
tag: true,
},
'../public/app/api/clients/preferences/v1alpha1/endpoints.gen.ts': {
apiFile: '../public/app/api/clients/preferences/v1alpha1/baseAPI.ts',
schemaFile: '../data/openapi/preferences.grafana.app-v1alpha1.json',
tag: true,
hooks: true,
},
// PLOP_INJECT_API_CLIENT - Used by the API client generator
},
};