@daocloud-proto/kpanda 0.35.1-dev-dbe051b7 → 0.36.0-rc1

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.
@@ -119,6 +119,7 @@ export type ListPodsByNodeRequest = {
119
119
  fieldSelector?: string
120
120
  status?: KpandaIoApiCoreV1alpha1Pod.FilterPodStatus
121
121
  gpuType?: string
122
+ podIp?: string
122
123
  }
123
124
 
124
125
  export type ListPodsByNodeResponse = {
@@ -500,6 +500,7 @@ export type ListPodsRequest = {
500
500
  fuzzyName?: string
501
501
  status?: FilterPodStatus
502
502
  gpuType?: string
503
+ podIp?: string
503
504
  }
504
505
 
505
506
  export type ListClusterPodsRequest = {
@@ -517,6 +518,7 @@ export type ListClusterPodsRequest = {
517
518
  status?: FilterPodStatus
518
519
  excludeMetrics?: boolean
519
520
  gpuType?: string
521
+ podIp?: string
520
522
  }
521
523
 
522
524
  export type ListAllPodsRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.35.1-dev-dbe051b7",
3
+ "version":"v0.36.0-rc1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {