forked from JointCloud/pcm-coordinator
update types
This commit is contained in:
parent
abef2aec34
commit
400e947405
|
@ -153,7 +153,7 @@ type (
|
|||
|
||||
// 调度资源信息:/queryResources
|
||||
QueryResourcesReq{
|
||||
ClusterIDs []int64 `form:"clusterIDs"`
|
||||
ClusterIDs []int64 `form:"clusterIDs,optional"`
|
||||
}
|
||||
|
||||
QueryResourcesResp{
|
||||
|
|
|
@ -5871,7 +5871,7 @@ type GetClusterBalanceByIdResp struct {
|
|||
}
|
||||
|
||||
type QueryResourcesReq struct {
|
||||
ClusterIDs []int64 `form:"clusterIDs"`
|
||||
ClusterIDs []int64 `form:"clusterIDs,optional"`
|
||||
}
|
||||
|
||||
type QueryResourcesResp struct {
|
||||
|
|
Loading…
Reference in New Issue