mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
feat: move jobs to action based
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { orgStore } from "@/auth/org.ts"
|
||||
import { authStore } from "@/auth/store.ts"
|
||||
import {
|
||||
ActionsApi,
|
||||
AnnotationsApi,
|
||||
ArcherAdminApi,
|
||||
AuthApi,
|
||||
ClusterRunsApi,
|
||||
ClustersApi,
|
||||
Configuration,
|
||||
CredentialsApi,
|
||||
@@ -133,3 +135,11 @@ export function makeLoadBalancerApi() {
|
||||
export function makeClusterApi() {
|
||||
return makeApiClient(ClustersApi)
|
||||
}
|
||||
|
||||
export function makeActionsApi() {
|
||||
return makeApiClient(ActionsApi)
|
||||
}
|
||||
|
||||
export function makeClusterRunsApi() {
|
||||
return makeApiClient(ClusterRunsApi)
|
||||
}
|
||||
Reference in New Issue
Block a user