@daocloud-proto/kpanda 0.30.0-dev-33e29f5f → 0.30.0-dev-34343eaa

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.
@@ -513,6 +513,7 @@ export type ListClusterPodsRequest = {
513
513
  fieldSelector?: string
514
514
  fuzzyName?: string
515
515
  status?: FilterPodStatus
516
+ excludeMetrics?: boolean
516
517
  }
517
518
 
518
519
  export type ListAllPodsRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.30.0-dev-33e29f5f",
3
+ "version":"v0.30.0-dev-34343eaa",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {