@daocloud-proto/kpanda 0.22.0-dev-a00dbc21 → 0.22.0-dev-62413fdb

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.
@@ -494,6 +494,7 @@ export type ListPodsRequest = {
494
494
  labelSelector?: string
495
495
  fieldSelector?: string
496
496
  fuzzyName?: string
497
+ status?: FilterPodStatus
497
498
  }
498
499
 
499
500
  export type ListClusterPodsRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-a00dbc21",
3
+ "version":"v0.22.0-dev-62413fdb",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {