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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1221,6 +1221,22 @@ properties:
1221
1221
type: String
1222
1222
description: |-
1223
1223
Service account to be used for building the container. The format of this field is `projects/{projectId}/serviceAccounts/{serviceAccountEmail}`.
1224
+
- name: 'multiRegionSettings'
1225
+
type: NestedObject
1226
+
description: |-
1227
+
Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
1228
+
properties:
1229
+
- name: 'regions'
1230
+
type: Array
1231
+
item_type:
1232
+
type: String
1233
+
description: |-
1234
+
The list of regions to deploy the multi-region Service.
1235
+
- name: 'multiRegionId'
1236
+
type: String
1237
+
description: |-
1238
+
System-generated unique id for the multi-region Service.
0 commit comments