@daocloud-proto/ghippo 0.8.0 → 0.8.1
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/workspace.pb.ts +6 -7
package/package.json
CHANGED
package/v1alpha1/workspace.pb.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import * as fm from "../fetch.pb"
|
|
8
|
+
import * as GoogleProtobufWrappers from "../google/protobuf/wrappers.pb"
|
|
8
9
|
export type Pagination = {
|
|
9
10
|
total?: number
|
|
10
11
|
page?: number
|
|
@@ -270,13 +271,11 @@ export type Resource = {
|
|
|
270
271
|
}
|
|
271
272
|
|
|
272
273
|
export type QuotaHard = {
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
cpu?: string
|
|
279
|
-
memory?: string
|
|
274
|
+
requestsCpu?: GoogleProtobufWrappers.StringValue
|
|
275
|
+
limitsCpu?: GoogleProtobufWrappers.StringValue
|
|
276
|
+
requestsMemory?: GoogleProtobufWrappers.StringValue
|
|
277
|
+
limitsMemory?: GoogleProtobufWrappers.StringValue
|
|
278
|
+
persistentvolumeclaims?: GoogleProtobufWrappers.StringValue
|
|
280
279
|
}
|
|
281
280
|
|
|
282
281
|
export type BindResourceAndSetQuotaHardToWorkspaceRequest = {
|