@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
|
@@ -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 = {
|