updated types

This commit is contained in:
tzwang 2025-04-30 15:39:01 +08:00
parent c5d1cf0455
commit 712fa9da24
2 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ type (
// 调度资源信息:/queryResources
QueryResourcesReq{
Type string `json:"type"`
ClusterIDs []string `json:"clusterIDs,optional"`
}

View File

@ -6013,6 +6013,7 @@ type GetClusterBalanceByIdResp struct {
}
type QueryResourcesReq struct {
Type string `json:"type"`
ClusterIDs []string `json:"clusterIDs,optional"`
}