@daocloud-proto/kpanda 0.22.0-dev-b8c327ea → 0.22.0-dev-8f16364d

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.
@@ -68,6 +68,8 @@ export type NodeStatus = {
68
68
  gpuAllocated?: string
69
69
  gpuMemoryTotal?: string
70
70
  gpuMemoryAllocated?: string
71
+ gpuCoreUsage?: number
72
+ gpuMemoryUsage?: number
71
73
  }
72
74
 
73
75
  export type NodeCondition = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-b8c327ea",
3
+ "version":"v0.22.0-dev-8f16364d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {