@daocloud-proto/kpanda 0.26.0-dev-5f842e43 → 0.26.0-dev-8655c217

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.
@@ -49,6 +49,8 @@ export type NamespaceStatus = {
49
49
  totalPodNumber?: number
50
50
  conditions?: KpandaIoApiTypesObjectmeta.Condition[]
51
51
  podSecurityEnabled?: boolean
52
+ cpuUsage?: number
53
+ memoryUsage?: number
52
54
  }
53
55
 
54
56
  export type NamespaceCondition = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.26.0-dev-5f842e43",
3
+ "version":"v0.26.0-dev-8655c217",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {