@daocloud-proto/baize 0.117.1 → 0.118.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,5 +138,6 @@ export type Node = {
138
138
  name?: string
139
139
  arch?: string
140
140
  labels?: {[key: string]: string}
141
+ gpuModel?: string
141
142
  status?: NodeStatus
142
143
  }
package/common/k8s.pb.ts CHANGED
@@ -104,7 +104,7 @@ export type HTTPHeader = {
104
104
  }
105
105
 
106
106
  export type TCPSocketAction = {
107
- port?: string
107
+ port?: number
108
108
  host?: string
109
109
  }
110
110
 
@@ -60,6 +60,7 @@ export type PersistentVolumeClaims = {
60
60
  export type ListClusterNodesRequest = {
61
61
  cluster?: string
62
62
  resourceFlavor?: string
63
+ gpuModel?: string
63
64
  page?: BaizeCommonCommon.Pagination
64
65
  }
65
66
 
@@ -41,6 +41,7 @@ export enum JobActionRequestAction {
41
41
  JOB_ACTION_UNSPECIFIED = "JOB_ACTION_UNSPECIFIED",
42
42
  RESTART = "RESTART",
43
43
  CHANGE_PRIORITY = "CHANGE_PRIORITY",
44
+ SUSPEND = "SUSPEND",
44
45
  }
45
46
 
46
47
  export enum JobSchedulersResponseSchedulerFeature {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.117.1",
3
+ "version": "v0.118.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"