@daocloud-proto/kpanda 0.31.0-dev-e7039ba8 → 0.31.0-dev-d38d53b7

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