@daocloud-proto/baize 0.104.2 → 0.104.3

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.
Files changed (2) hide show
  1. package/common/k8s.pb.ts +1 -0
  2. package/package.json +1 -1
package/common/k8s.pb.ts CHANGED
@@ -35,6 +35,7 @@ export type PodConfig = {
35
35
  schedulerName?: string
36
36
  priorityClass?: string
37
37
  queue?: string
38
+ tolerationSeconds?: string
38
39
  }
39
40
 
40
41
  export type Affinity = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.104.2",
3
+ "version": "v0.104.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"