mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-14 05:10:05 +01:00
feat: add docker_image and docker_tag to cluster api
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -12,8 +12,14 @@
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
import type {DtoJWK} from "./DtoJWK";
|
||||
import {DtoJWKFromJSON, DtoJWKToJSON,} from "./DtoJWK";
|
||||
import { mapValues } from "../runtime";
|
||||
import type { DtoJWK } from "./DtoJWK";
|
||||
import {
|
||||
DtoJWKFromJSON,
|
||||
DtoJWKFromJSONTyped,
|
||||
DtoJWKToJSON,
|
||||
DtoJWKToJSONTyped,
|
||||
} from "./DtoJWK";
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user