|
|
|
@@ -1307,14 +1307,15 @@ type ResourceCostRecord struct { |
|
|
|
} |
|
|
|
|
|
|
|
type CommitHpcTaskReq struct { |
|
|
|
Name string `json:"name"` |
|
|
|
Backend string `json:"backend"` |
|
|
|
ClusterId string `json:"clusterId"` |
|
|
|
App string `json:"app"` |
|
|
|
Description string `json:"description,optional"` |
|
|
|
OperateType string `json:"operateType,optional"` |
|
|
|
Parameters map[string]string `json:"parameters"` |
|
|
|
CustomParams map[string]string `json:"customParams"` |
|
|
|
Name string `json:"name"` |
|
|
|
Backend string `json:"backend"` |
|
|
|
ClusterId string `json:"clusterId"` |
|
|
|
App string `json:"app"` |
|
|
|
Description string `json:"description,optional"` |
|
|
|
OperateType string `json:"operateType,optional"` |
|
|
|
Parameters map[string]string `json:"parameters"` |
|
|
|
CustomParams map[string]string `json:"customParams"` |
|
|
|
ScriptContent string `json:"scriptContent,optional"` |
|
|
|
} |
|
|
|
|
|
|
|
type CommitHpcTaskResp struct { |
|
|
|
|