This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
updated types
pull/487/head
tzwang
6 months ago
parent
c5d1cf0455
commit
712fa9da24
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
desc/schedule/pcm-schedule.api
+1
-0
internal/types/types.go
+ 1
- 0
desc/schedule/pcm-schedule.api
View File
@@ -154,6 +154,7 @@ type (
// 调度资源信息:/queryResources
QueryResourcesReq{
Type string `json:"type"`
ClusterIDs []string `json:"clusterIDs,optional"`
}
+ 1
- 0
internal/types/types.go
View File
@@ -6013,6 +6013,7 @@ type GetClusterBalanceByIdResp struct {
}
type QueryResourcesReq struct {
Type string `json:"type"`
ClusterIDs []string `json:"clusterIDs,optional"`
}
Write
Preview
Loading…
Cancel
Save