@daocloud-proto/baize 0.113.0 → 0.114.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.
package/common/k8s.pb.ts CHANGED
@@ -56,6 +56,7 @@ export type PodConfig = {
56
56
  queue?: string
57
57
  tolerationSeconds?: string
58
58
  resourceAffinities?: ResourceAffinity[]
59
+ shmSize?: number
59
60
  }
60
61
 
61
62
  export type Affinity = {
@@ -80,6 +80,7 @@ export type NotebookConfig = {
80
80
  affinity?: BaizeCommonK8s.Affinity
81
81
  tolerationSeconds?: string
82
82
  imageConfig?: BaizeManagement_apiImageV1alpha1Image.ImageConfig
83
+ shmSize?: number
83
84
  }
84
85
 
85
86
  export type NotebookStatus = {
@@ -83,6 +83,7 @@ export type Queue = {
83
83
  workspaceAlias?: string
84
84
  preemptionWithinClusterQueue?: QueuePreemptionWithinClusterQueuePolicy
85
85
  flavors?: FlavorQuota[]
86
+ tasEnabled?: boolean
86
87
  }
87
88
 
88
89
  export type ListQueueRequest = {
@@ -201,6 +202,7 @@ export type ListQueueWorkloadResponse = {
201
202
 
202
203
  export type ResourceFlavor = {
203
204
  name?: string
205
+ topologyName?: string
204
206
  }
205
207
 
206
208
  export type ListKueueResourceFlavorsRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "0.113.0",
3
+ "version": "v0.114.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"