@daocloud-proto/kpanda 0.31.0-dev-dfee20ff → 0.31.0-dev-081a9516

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.
@@ -92,6 +92,7 @@ export type PodStatus = {
92
92
  podStatus?: string
93
93
  cpuUsage?: number
94
94
  memoryUsage?: number
95
+ podFilterStatus?: FilterPodStatus
95
96
  }
96
97
 
97
98
  export type ContainerStatus = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.31.0-dev-dfee20ff",
3
+ "version":"v0.31.0-dev-081a9516",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {