forked from JointCloud/pcm-coordinator
updated types
This commit is contained in:
parent
c5d1cf0455
commit
712fa9da24
|
@ -154,6 +154,7 @@ type (
|
|||
|
||||
// 调度资源信息:/queryResources
|
||||
QueryResourcesReq{
|
||||
Type string `json:"type"`
|
||||
ClusterIDs []string `json:"clusterIDs,optional"`
|
||||
}
|
||||
|
||||
|
|
|
@ -6013,6 +6013,7 @@ type GetClusterBalanceByIdResp struct {
|
|||
}
|
||||
|
||||
type QueryResourcesReq struct {
|
||||
Type string `json:"type"`
|
||||
ClusterIDs []string `json:"clusterIDs,optional"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue