@daocloud-proto/baize 0.129.1 → 0.130.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.
@@ -18,8 +18,8 @@ export enum ClusterStatus {
18
18
  export enum Prerequisite {
19
19
  PREREQUISITE_UNSPECIFIED = "PREREQUISITE_UNSPECIFIED",
20
20
  Dind = "Dind",
21
- MxDcmd = "MxDcmd",
22
21
  Kueue = "Kueue",
22
+ Preflight = "Preflight",
23
23
  }
24
24
 
25
25
  export type AICluster = {
@@ -95,6 +95,7 @@ export type GPUSetting = {
95
95
  resource?: GPUResourceSetting[]
96
96
  resourceTemplate?: GPUResourceSetting
97
97
  isDynamic?: boolean
98
+ provider?: string
98
99
  }
99
100
 
100
101
  export type GPUResourceSetting = {
@@ -104,6 +105,14 @@ export type GPUResourceSetting = {
104
105
  description?: string
105
106
  aliasZh?: string
106
107
  range?: ResourceRange
108
+ available?: AvailableResource
109
+ type?: string
110
+ descriptionZh?: string
111
+ }
112
+
113
+ export type AvailableResource = {
114
+ available?: string
115
+ errorMessage?: string
107
116
  }
108
117
 
109
118
  export type ResourceRange = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.129.1",
3
+ "version": "v0.130.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"