mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:12:59 +08:00
Alerting: Conditionally use k8s API for simplified routing contact points selector (#90901)
This commit is contained in:
@ -39,6 +39,13 @@ const config: ConfigFile = {
|
||||
exportName: 'generatedTimeIntervalsApi',
|
||||
flattenArg: false,
|
||||
},
|
||||
'../public/app/features/alerting/unified/openapi/receiversApi.gen.ts': {
|
||||
apiFile: '../public/app/features/alerting/unified/api/alertingApi.ts',
|
||||
apiImport: 'alertingApi',
|
||||
filterEndpoints: ['listNamespacedReceiver'],
|
||||
exportName: 'generatedReceiversApi',
|
||||
flattenArg: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user