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
#### run:v2
The following keys were added:
- schemas.GoogleCloudRunV2Container.properties.source.description
- schemas.GoogleCloudRunV2Container.properties.source.type
Copy file name to clipboardExpand all lines: discovery/run-v2.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1942,7 +1942,7 @@
1942
1942
}
1943
1943
}
1944
1944
},
1945
-
"revision": "20251003",
1945
+
"revision": "20251019",
1946
1946
"rootUrl": "https://run.googleapis.com/",
1947
1947
"schemas": {
1948
1948
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2311,6 +2311,10 @@
2311
2311
"$ref": "GoogleCloudRunV2ResourceRequirements",
2312
2312
"description": "Compute Resource requirements by this container."
2313
2313
},
2314
+
"source": {
2315
+
"description": "Optional. Location of the source .tar.gz file in Cloud Storage. examples: - gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)",
2316
+
"type": "string"
2317
+
},
2314
2318
"startupProbe": {
2315
2319
"$ref": "GoogleCloudRunV2Probe",
2316
2320
"description": "Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails."
* Optional. Location of the source .tar.gz file in Cloud Storage. examples: - gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)
340
+
*/
341
+
source?: string|null;
338
342
/**
339
343
* Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
0 commit comments