@daocloud-proto/zestu 0.1.0-dev-a9f7555d → 0.1.0-dev-040d91c6
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
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
import * as ZestuIoApiResourcesV1alpha1Resources from "../../resources/v1alpha1/resources.pb"
|
|
7
8
|
import * as ZestuIoApiTypesPage from "../../types/page.pb"
|
|
8
9
|
import * as ZestuIoApiTypesTypes from "../../types/types.pb"
|
|
9
10
|
|
|
@@ -91,8 +92,10 @@ export type Hardware = {
|
|
|
91
92
|
gpuMemory?: string
|
|
92
93
|
cpuNum?: number
|
|
93
94
|
memory?: string
|
|
94
|
-
|
|
95
|
+
gpuModel?: string
|
|
95
96
|
gpuNum?: number
|
|
97
|
+
gpuType?: ZestuIoApiResourcesV1alpha1Resources.GpuType
|
|
98
|
+
gpuVendor?: string
|
|
96
99
|
}
|
|
97
100
|
|
|
98
101
|
export type CreateContainerInstanceRequest = {
|