mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-14 13:20: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:
@@ -13,8 +13,11 @@
|
||||
*/
|
||||
|
||||
import * as runtime from "../runtime";
|
||||
import type {HandlersHealthStatus} from "../models/index";
|
||||
import {HandlersHealthStatusFromJSON,} from "../models/index";
|
||||
import type { HandlersHealthStatus } from "../models/index";
|
||||
import {
|
||||
HandlersHealthStatusFromJSON,
|
||||
HandlersHealthStatusToJSON,
|
||||
} from "../models/index";
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user