@daocloud-proto/virtnest 0.19.0-dev3 → 0.19.0-dev4

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.19.0-dev3",
3
+ "version":"0.19.0-dev4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -177,6 +177,7 @@ export type CreateVMRequest = {
177
177
  annotations?: {[key: string]: string}
178
178
  imageSource?: ImageSource
179
179
  imageUrl?: string
180
+ imagePullMethod?: string
180
181
  disks?: VMDisks
181
182
  cpu?: number
182
183
  memory?: string