mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-15 05:40:05 +01:00
feat: adding taints, labels and annotations to terraform provider and ui all implementing the SDK
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { withRefresh } from "@/api/with-refresh.ts"
|
||||
import type { AdminListArcherJobsRequest } from "@/sdk"
|
||||
import { makeArcherAdminApi } from "@/sdkClient.ts"
|
||||
|
||||
const archerAdmin = makeArcherAdminApi()
|
||||
@@ -12,7 +13,7 @@ type ListParams = {
|
||||
}
|
||||
|
||||
export const archerAdminApi = {
|
||||
listJobs: (params: ListParams = {}) => {
|
||||
listJobs: (params: AdminListArcherJobsRequest = {}) => {
|
||||
return withRefresh(async () => {
|
||||
return await archerAdmin.adminListArcherJobs(params)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user