@daocloud-proto/virtnest 0.17.0 → 0.18.0-rc2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/virtnest",
3
- "version":"0.17.0",
3
+ "version":"0.18.0-rc2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -148,6 +148,7 @@ export type ListClusterVMsRequest = {
148
148
  sortBy?: SortBy
149
149
  sortDir?: SortDir
150
150
  namespace?: string
151
+ ip?: string
151
152
  }
152
153
 
153
154
  export type ListClusterVmsResponse = {