mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04: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,6 +1,7 @@
|
||||
import { orgStore } from "@/auth/org.ts"
|
||||
import { authStore } from "@/auth/store.ts"
|
||||
import {
|
||||
AnnotationsApi,
|
||||
ArcherAdminApi,
|
||||
AuthApi,
|
||||
Configuration,
|
||||
@@ -95,6 +96,9 @@ export function makeLabelsApi() {
|
||||
return makeApiClient(LabelsApi)
|
||||
}
|
||||
|
||||
export function makeAnnotationsApi() {
|
||||
return makeApiClient(AnnotationsApi)
|
||||
}
|
||||
export function makeArcherAdminApi() {
|
||||
return makeApiClient(ArcherAdminApi)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user