File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2887
2887
}
2888
2888
}
2889
2889
},
2890
- "revision" : " 20250606 " ,
2890
+ "revision" : " 20250704 " ,
2891
2891
"rootUrl" : " https://run.googleapis.com/" ,
2892
2892
"schemas" : {
2893
2893
"Addressable" : {
3207
3207
},
3208
3208
"readinessProbe" : {
3209
3209
"$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."
3211
3211
},
3212
3212
"resources" : {
3213
3213
"$ref" : " ResourceRequirements" ,
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ export namespace run_v1 {
347
347
*/
348
348
ports?: Schema$ContainerPort[];
349
349
/**
350
- * Readiness probe to be used for health checks. Not supported by Cloud Run.
350
+ * Readiness probe to be used for health checks.
351
351
*/
352
352
readinessProbe?: Schema$Probe;
353
353
/**
You can’t perform that action at this time.
0 commit comments