mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-19 23:50:06 +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,13 +12,19 @@
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
import type {DtoSshResponse} from "./DtoSshResponse";
|
||||
import {DtoSshResponseFromJSONTyped, DtoSshResponseToJSON, instanceOfDtoSshResponse,} from "./DtoSshResponse";
|
||||
import type {DtoSshRevealResponse} from "./DtoSshRevealResponse";
|
||||
import type { DtoSshResponse } from "./DtoSshResponse";
|
||||
import {
|
||||
DtoSshRevealResponseFromJSONTyped,
|
||||
DtoSshRevealResponseToJSON,
|
||||
instanceOfDtoSshRevealResponse,
|
||||
instanceOfDtoSshResponse,
|
||||
DtoSshResponseFromJSON,
|
||||
DtoSshResponseFromJSONTyped,
|
||||
DtoSshResponseToJSON,
|
||||
} from "./DtoSshResponse";
|
||||
import type { DtoSshRevealResponse } from "./DtoSshRevealResponse";
|
||||
import {
|
||||
instanceOfDtoSshRevealResponse,
|
||||
DtoSshRevealResponseFromJSON,
|
||||
DtoSshRevealResponseFromJSONTyped,
|
||||
DtoSshRevealResponseToJSON,
|
||||
} from "./DtoSshRevealResponse";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user