feat: complete node pool api, sdk and ui

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-08 10:22:45 +00:00
parent c478a8d10f
commit 334df457ce
130 changed files with 19675 additions and 187 deletions

View File

@@ -8,6 +8,7 @@ import {
LabelsApi,
MeApi,
MeAPIKeysApi,
NodePoolsApi,
OrgsApi,
ServersApi,
SshApi,
@@ -99,6 +100,11 @@ export function makeLabelsApi() {
export function makeAnnotationsApi() {
return makeApiClient(AnnotationsApi)
}
export function makeArcherAdminApi() {
return makeApiClient(ArcherAdminApi)
}
export function makeNodePoolApi() {
return makeApiClient(NodePoolsApi)
}