@daocloud-proto/kpanda 0.35.0-dev-c12beab7 → 0.35.0-dev-7541f684

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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.35.0-dev-c12beab7",
3
+ "version":"v0.35.0-dev-7541f684",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {