@daocloud-proto/virtnest 0.14.0-dev1 → 0.14.0-dev2

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.14.0-dev1",
3
+ "version":"0.14.0-dev2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -267,6 +267,7 @@ export type GetVMResponse = {
267
267
  secret?: string
268
268
  network?: MultusNetworkInfo
269
269
  gpus?: GPU[]
270
+ migNodeSelector?: string
270
271
  }
271
272
 
272
273
  export type MultusNetworkInfoItem = {