Skip to content

Commit 0b88b86

Browse files
yoshi-automationsofisl
authored andcommitted
fix(run): update the API
#### run:v1 The following keys were changed: - schemas.Container.properties.readinessProbe.description
1 parent 9f030b0 commit 0b88b86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/run-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@
28872887
}
28882888
}
28892889
},
2890-
"revision": "20250606",
2890+
"revision": "20250704",
28912891
"rootUrl": "https://run.googleapis.com/",
28922892
"schemas": {
28932893
"Addressable": {
@@ -3207,7 +3207,7 @@
32073207
},
32083208
"readinessProbe": {
32093209
"$ref": "Probe",
3210-
"description": "Readiness probe to be used for health checks. Not supported by Cloud Run."
3210+
"description": "Readiness probe to be used for health checks."
32113211
},
32123212
"resources": {
32133213
"$ref": "ResourceRequirements",

src/apis/run/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export namespace run_v1 {
347347
*/
348348
ports?: Schema$ContainerPort[];
349349
/**
350-
* Readiness probe to be used for health checks. Not supported by Cloud Run.
350+
* Readiness probe to be used for health checks.
351351
*/
352352
readinessProbe?: Schema$Probe;
353353
/**

0 commit comments

Comments
 (0)