Browse Source

updated types

pull/487/head
tzwang 6 months ago
parent
commit
712fa9da24
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      desc/schedule/pcm-schedule.api
  2. +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"`
}



Loading…
Cancel
Save