Merge pull request 'fix' (#173) from zhouqunjie/pcm-coordinator:master into master
Former-commit-id: 4ba4128e94cab96a4c5d4a48e3bfb9402409f48d
This commit is contained in:
commit
91d27d99c4
|
@ -14,7 +14,7 @@ type (
|
|||
Description string `json:"description,optional"`
|
||||
TenantId int64 `json:"tenantId,optional"`
|
||||
TaskId int64 `json:"taskId,optional"`
|
||||
AdapterIds []string `json:"adapterId"`
|
||||
AdapterIds []string `json:"adapterIds"`
|
||||
MatchLabels map[string]string `json:"matchLabels,optional"`
|
||||
CardCount int64 `json:"cardCount,optional"`
|
||||
WorkDir string `json:"workDir,optional"` //paratera:workingDir
|
||||
|
|
|
@ -1164,7 +1164,7 @@ type CommitHpcTaskReq struct {
|
|||
Description string `json:"description,optional"`
|
||||
TenantId int64 `json:"tenantId,optional"`
|
||||
TaskId int64 `json:"taskId,optional"`
|
||||
AdapterIds []string `json:"adapterId"`
|
||||
AdapterIds []string `json:"adapterIds"`
|
||||
MatchLabels map[string]string `json:"matchLabels,optional"`
|
||||
CardCount int64 `json:"cardCount,optional"`
|
||||
WorkDir string `json:"workDir,optional"` //paratera:workingDir
|
||||
|
|
Loading…
Reference in New Issue