@daocloud-proto/kpanda 0.32.0-dev-bcd61f37 → 0.32.0-dev-f7333f66

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.
@@ -499,6 +499,7 @@ export type ListPodsRequest = {
499
499
  fieldSelector?: string
500
500
  fuzzyName?: string
501
501
  status?: FilterPodStatus
502
+ gpuType?: string
502
503
  }
503
504
 
504
505
  export type ListClusterPodsRequest = {
@@ -530,6 +531,7 @@ export type ListAllPodsRequest = {
530
531
  labelSelector?: string
531
532
  fieldSelector?: string
532
533
  fuzzyName?: string
534
+ gpuType?: string
533
535
  }
534
536
 
535
537
  export type ListPodsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.32.0-dev-bcd61f37",
3
+ "version":"v0.32.0-dev-f7333f66",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {