@daocloud-proto/baize 0.120.0 → 0.121.1
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.
package/common/common.pb.ts
CHANGED
package/common/k8s.pb.ts
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
import * as BaizeCommonCommon from "./common.pb"
|
|
8
|
+
|
|
7
9
|
type Absent<T, K extends keyof T> = { [k in Exclude<keyof T, K>]?: undefined };
|
|
8
10
|
type OneOf<T> =
|
|
9
11
|
| { [k in keyof T]?: undefined }
|
|
@@ -69,6 +71,7 @@ export type PodConfig = {
|
|
|
69
71
|
livenessProbe?: Probe
|
|
70
72
|
readinessProbe?: Probe
|
|
71
73
|
startupProbe?: Probe
|
|
74
|
+
tolerations?: BaizeCommonCommon.Toleration[]
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
|
|
@@ -18,6 +18,7 @@ export enum ClusterStatus {
|
|
|
18
18
|
export enum Prerequisite {
|
|
19
19
|
PREREQUISITE_UNSPECIFIED = "PREREQUISITE_UNSPECIFIED",
|
|
20
20
|
Dind = "Dind",
|
|
21
|
+
MxDcmd = "MxDcmd",
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
export type AICluster = {
|
|
@@ -90,6 +91,8 @@ export type GPUSetting = {
|
|
|
90
91
|
type?: string
|
|
91
92
|
alias?: string
|
|
92
93
|
resource?: GPUResourceSetting[]
|
|
94
|
+
resourceTemplate?: GPUResourceSetting
|
|
95
|
+
isDynamic?: boolean
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
export type GPUResourceSetting = {
|