@daocloud-proto/virtnest 0.19.0-dev3 → 0.19.0-dev5
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 +1 -1
- package/v1alpha1/vm.pb.ts +3 -0
package/package.json
CHANGED
package/v1alpha1/vm.pb.ts
CHANGED
|
@@ -149,6 +149,8 @@ export type ListClusterVMsRequest = {
|
|
|
149
149
|
sortDir?: SortDir
|
|
150
150
|
namespace?: string
|
|
151
151
|
ip?: string
|
|
152
|
+
osFamily?: string
|
|
153
|
+
status?: VMStatus
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
export type ListClusterVmsResponse = {
|
|
@@ -177,6 +179,7 @@ export type CreateVMRequest = {
|
|
|
177
179
|
annotations?: {[key: string]: string}
|
|
178
180
|
imageSource?: ImageSource
|
|
179
181
|
imageUrl?: string
|
|
182
|
+
imagePullMethod?: string
|
|
180
183
|
disks?: VMDisks
|
|
181
184
|
cpu?: number
|
|
182
185
|
memory?: string
|