Type Alias CreateDeploymentRequest
CreateDeploymentRequest: { action: "START" | "STOP" | "RESTART" | "DEPLOY"; apiVersion: string; imageUrl: string; kind: string; metadata?: { [key: string]: object }; runtimeId: number; sourceId: string; sourceType: string; spec: SpecDto; ulid?: string;} Type declaration
action: "START" | "STOP" | "RESTART" | "DEPLOY"
apiVersion: string
imageUrl: string
kind: string
Optionalmetadata?: { [key: string]: object }
runtimeId: number
sourceId: string
sourceType: string
Optionalulid?: string