mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 00:42:03 +08:00
Folders: Add k8s API client (#101862)
* Add folder k8s API * Betterer * Update index
This commit is contained in:
@ -58,6 +58,16 @@ const config: ConfigFile = {
|
||||
tag: true,
|
||||
hooks: true,
|
||||
},
|
||||
'../public/app/features/folders/api/endpoints.gen.ts': {
|
||||
apiFile: '../public/app/features/folders/api/baseAPI.ts',
|
||||
schemaFile: '../data/openapi/folder.grafana.app-v0alpha1.json',
|
||||
apiImport: 'baseAPI',
|
||||
filterEndpoints: ['getFolder'],
|
||||
argSuffix: 'Arg',
|
||||
responseSuffix: 'Response',
|
||||
tag: true,
|
||||
hooks: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user