@daocloud-proto/virtnest 0.14.0-dev3 → 0.14.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 +1 -1
- package/v1alpha1/cluster.pb.ts +0 -3
- package/v1alpha1/vm.pb.ts +0 -4
- package/v1alpha1/vmtemplate.pb.ts +0 -3
package/package.json
CHANGED
package/v1alpha1/cluster.pb.ts
CHANGED
package/v1alpha1/vm.pb.ts
CHANGED
|
@@ -38,9 +38,6 @@ export enum ImageSource {
|
|
|
38
38
|
export enum GPUType {
|
|
39
39
|
Nvidia_GPU = "Nvidia_GPU",
|
|
40
40
|
Nvidia_vGPU = "Nvidia_vGPU",
|
|
41
|
-
Metax_GPU = "Metax_GPU",
|
|
42
|
-
Unknown_GPU = "Unknown_GPU",
|
|
43
|
-
Unknown_vGPU = "Unknown_vGPU",
|
|
44
41
|
}
|
|
45
42
|
|
|
46
43
|
export enum DiskOperation {
|
|
@@ -575,7 +572,6 @@ export type CreateVMWithVMTemplateRequest = {
|
|
|
575
572
|
secret?: string
|
|
576
573
|
network?: MultusNetwork
|
|
577
574
|
createPowerOn?: boolean
|
|
578
|
-
gpus?: GPU[]
|
|
579
575
|
}
|
|
580
576
|
|
|
581
577
|
export type CreateVMWithVMTemplateResponse = {
|
|
@@ -21,9 +21,6 @@ export enum PersistentVolumeAccessMode {
|
|
|
21
21
|
export enum GPUType {
|
|
22
22
|
Nvidia_GPU = "Nvidia_GPU",
|
|
23
23
|
Nvidia_vGPU = "Nvidia_vGPU",
|
|
24
|
-
Metax_GPU = "Metax_GPU",
|
|
25
|
-
Unknown_GPU = "Unknown_GPU",
|
|
26
|
-
Unknown_vGPU = "Unknown_vGPU",
|
|
27
24
|
}
|
|
28
25
|
|
|
29
26
|
export enum ImageSource {
|