mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Support k8s templates API (#92112)
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com> Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com> Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
This commit is contained in:
@@ -50,6 +50,19 @@ const config: ConfigFile = {
|
||||
exportName: 'generatedReceiversApi',
|
||||
flattenArg: false,
|
||||
},
|
||||
'../public/app/features/alerting/unified/openapi/templatesApi.gen.ts': {
|
||||
apiFile: '../public/app/features/alerting/unified/api/alertingApi.ts',
|
||||
apiImport: 'alertingApi',
|
||||
filterEndpoints: [
|
||||
'listNamespacedTemplateGroup',
|
||||
'createNamespacedTemplateGroup',
|
||||
'readNamespacedTemplateGroup',
|
||||
'replaceNamespacedTemplateGroup',
|
||||
'deleteNamespacedTemplateGroup',
|
||||
],
|
||||
exportName: 'generatedTemplatesApi',
|
||||
flattenArg: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user