Folders: Add k8s API client (#101862)

* Add folder k8s API

* Betterer

* Update index
This commit is contained in:
Alex Khomenko
2025-03-10 12:19:14 +01:00
committed by GitHub
parent e6fdb746f2
commit 607d39b573
7 changed files with 163 additions and 0 deletions

View File

@ -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,
},
},
};