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