You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/cloudrunv2/Service.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -322,15 +322,18 @@ properties:
322
322
type: NestedObject
323
323
description: |
324
324
Scaling settings that apply to the whole service
325
+
default_from_api: true
325
326
properties:
326
327
- name: 'minInstanceCount'
327
328
type: Integer
328
329
description: |
329
330
Minimum number of instances for the service, to be divided among all revisions receiving traffic.
331
+
default_from_api: true
330
332
- name: 'maxInstanceCount'
331
333
type: Integer
332
334
description: |
333
335
Combined maximum number of instances for all revisions receiving traffic.
336
+
default_from_api: true
334
337
- name: 'scalingMode'
335
338
type: Enum
336
339
description: |
@@ -342,6 +345,7 @@ properties:
342
345
type: Integer
343
346
description: |
344
347
Total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
0 commit comments