forked from JointCloud/pcm-coordinator
创建智算任务增加token
This commit is contained in:
parent
a458c85231
commit
640078bcf4
|
@ -157,7 +157,7 @@ type (
|
||||||
|
|
||||||
type (
|
type (
|
||||||
GeneralTaskReq {
|
GeneralTaskReq {
|
||||||
Token string `json:"token"`
|
Token string `json:"token,optional"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
AdapterIds []string `json:"adapterIds"`
|
AdapterIds []string `json:"adapterIds"`
|
||||||
ClusterIds []string `json:"clusterIds"`
|
ClusterIds []string `json:"clusterIds"`
|
||||||
|
|
Loading…
Reference in New Issue