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:
@@ -14,30 +14,41 @@
|
||||
|
||||
import * as runtime from "../runtime";
|
||||
import type {
|
||||
DtoAnnotationResponse,
|
||||
DtoAttachAnnotationsRequest,
|
||||
DtoAttachLabelsRequest,
|
||||
DtoAttachServersRequest,
|
||||
DtoAttachTaintsRequest,
|
||||
DtoCreateNodePoolRequest,
|
||||
DtoLabelResponse,
|
||||
DtoNodePoolResponse,
|
||||
DtoServerResponse,
|
||||
DtoTaintResponse,
|
||||
DtoUpdateNodePoolRequest,
|
||||
DtoAnnotationResponse,
|
||||
DtoAttachAnnotationsRequest,
|
||||
DtoAttachLabelsRequest,
|
||||
DtoAttachServersRequest,
|
||||
DtoAttachTaintsRequest,
|
||||
DtoCreateNodePoolRequest,
|
||||
DtoLabelResponse,
|
||||
DtoNodePoolResponse,
|
||||
DtoServerResponse,
|
||||
DtoTaintResponse,
|
||||
DtoUpdateNodePoolRequest,
|
||||
} from "../models/index";
|
||||
import {
|
||||
DtoAnnotationResponseFromJSON,
|
||||
DtoAttachAnnotationsRequestToJSON,
|
||||
DtoAttachLabelsRequestToJSON,
|
||||
DtoAttachServersRequestToJSON,
|
||||
DtoAttachTaintsRequestToJSON,
|
||||
DtoCreateNodePoolRequestToJSON,
|
||||
DtoLabelResponseFromJSON,
|
||||
DtoNodePoolResponseFromJSON,
|
||||
DtoServerResponseFromJSON,
|
||||
DtoTaintResponseFromJSON,
|
||||
DtoUpdateNodePoolRequestToJSON,
|
||||
DtoAnnotationResponseFromJSON,
|
||||
DtoAnnotationResponseToJSON,
|
||||
DtoAttachAnnotationsRequestFromJSON,
|
||||
DtoAttachAnnotationsRequestToJSON,
|
||||
DtoAttachLabelsRequestFromJSON,
|
||||
DtoAttachLabelsRequestToJSON,
|
||||
DtoAttachServersRequestFromJSON,
|
||||
DtoAttachServersRequestToJSON,
|
||||
DtoAttachTaintsRequestFromJSON,
|
||||
DtoAttachTaintsRequestToJSON,
|
||||
DtoCreateNodePoolRequestFromJSON,
|
||||
DtoCreateNodePoolRequestToJSON,
|
||||
DtoLabelResponseFromJSON,
|
||||
DtoLabelResponseToJSON,
|
||||
DtoNodePoolResponseFromJSON,
|
||||
DtoNodePoolResponseToJSON,
|
||||
DtoServerResponseFromJSON,
|
||||
DtoServerResponseToJSON,
|
||||
DtoTaintResponseFromJSON,
|
||||
DtoTaintResponseToJSON,
|
||||
DtoUpdateNodePoolRequestFromJSON,
|
||||
DtoUpdateNodePoolRequestToJSON,
|
||||
} from "../models/index";
|
||||
|
||||
export interface AttachNodePoolAnnotationsRequest {
|
||||
|
||||
Reference in New Issue
Block a user