Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 850f8bb

Browse files
committedFeb 14, 2023
feat(run): update the api
#### run:v1 The following keys were added: - schemas.HTTPGetAction.properties.port (Total Keys: 2) #### run:v2 The following keys were added: - schemas.GoogleCloudRunV2HTTPGetAction.properties.port (Total Keys: 2)
1 parent b942ec8 commit 850f8bb

16 files changed

+136
-2
lines changed
 

‎docs/dyn/run_v1.namespaces.configurations.html

+6
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ <h3>Method Details</h3>
247247
},
248248
],
249249
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
250+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
250251
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
251252
},
252253
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -286,6 +287,7 @@ <h3>Method Details</h3>
286287
},
287288
],
288289
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
290+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
289291
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
290292
},
291293
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -328,6 +330,7 @@ <h3>Method Details</h3>
328330
},
329331
],
330332
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
333+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
331334
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
332335
},
333336
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -578,6 +581,7 @@ <h3>Method Details</h3>
578581
},
579582
],
580583
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
584+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
581585
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
582586
},
583587
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -617,6 +621,7 @@ <h3>Method Details</h3>
617621
},
618622
],
619623
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
624+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
620625
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
621626
},
622627
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -659,6 +664,7 @@ <h3>Method Details</h3>
659664
},
660665
],
661666
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
667+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
662668
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
663669
},
664670
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

‎docs/dyn/run_v1.namespaces.executions.html

+9
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ <h3>Method Details</h3>
223223
},
224224
],
225225
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
226+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
226227
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
227228
},
228229
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -262,6 +263,7 @@ <h3>Method Details</h3>
262263
},
263264
],
264265
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
266+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
265267
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
266268
},
267269
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -304,6 +306,7 @@ <h3>Method Details</h3>
304306
},
305307
],
306308
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
309+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
307310
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
308311
},
309312
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -563,6 +566,7 @@ <h3>Method Details</h3>
563566
},
564567
],
565568
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
569+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
566570
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
567571
},
568572
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -602,6 +606,7 @@ <h3>Method Details</h3>
602606
},
603607
],
604608
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
609+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
605610
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
606611
},
607612
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -644,6 +649,7 @@ <h3>Method Details</h3>
644649
},
645650
],
646651
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
652+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
647653
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
648654
},
649655
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -864,6 +870,7 @@ <h3>Method Details</h3>
864870
},
865871
],
866872
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
873+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
867874
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
868875
},
869876
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -903,6 +910,7 @@ <h3>Method Details</h3>
903910
},
904911
],
905912
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
913+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
906914
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
907915
},
908916
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
@@ -945,6 +953,7 @@ <h3>Method Details</h3>
945953
},
946954
],
947955
&quot;path&quot;: &quot;A String&quot;, # Path to access on the HTTP server.
956+
&quot;port&quot;: 42, # Port number to access on the container. Number must be in the range 1 to 65535.
948957
&quot;scheme&quot;: &quot;A String&quot;, # Not supported by Cloud Run.
949958
},
950959
&quot;initialDelaySeconds&quot;: 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

0 commit comments

Comments
 (0)
Please sign in to comment.