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: docs/dyn/run_v1.namespaces.configurations.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ <h3>Method Details</h3>
174
174
},
175
175
"spec": { # RevisionSpec holds the desired state of the Revision (from the client). # RevisionSpec holds the desired state of the Revision (from the client).
176
176
"containerConcurrency": 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
177
-
"containers": [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
177
+
"containers": [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
178
178
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
179
179
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
180
180
"A String",
@@ -528,7 +528,7 @@ <h3>Method Details</h3>
528
528
},
529
529
"spec": { # RevisionSpec holds the desired state of the Revision (from the client). # RevisionSpec holds the desired state of the Revision (from the client).
530
530
"containerConcurrency": 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
531
-
"containers": [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
531
+
"containers": [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
532
532
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
533
533
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
Copy file name to clipboardExpand all lines: docs/dyn/run_v1.namespaces.jobs.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -433,8 +433,10 @@ <h3>Method Details</h3>
433
433
],
434
434
"executionCount": 42, # Number of executions created for this job.
435
435
"latestCreatedExecution": { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
436
+
"completionStatus": "A String", # Optional. Status for the execution completion.
436
437
"completionTimestamp": "A String", # Optional. Completion timestamp of the execution.
437
438
"creationTimestamp": "A String", # Optional. Creation timestamp of the execution.
439
+
"deletionTimestamp": "A String", # Optional. The read-only soft deletion timestamp of the execution.
438
440
"name": "A String", # Optional. Name of the execution.
439
441
},
440
442
"observedGeneration": 42, # The 'generation' of the job that was last processed by the controller.
@@ -772,8 +774,10 @@ <h3>Method Details</h3>
772
774
],
773
775
"executionCount": 42, # Number of executions created for this job.
774
776
"latestCreatedExecution": { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
777
+
"completionStatus": "A String", # Optional. Status for the execution completion.
775
778
"completionTimestamp": "A String", # Optional. Completion timestamp of the execution.
776
779
"creationTimestamp": "A String", # Optional. Creation timestamp of the execution.
780
+
"deletionTimestamp": "A String", # Optional. The read-only soft deletion timestamp of the execution.
777
781
"name": "A String", # Optional. Name of the execution.
778
782
},
779
783
"observedGeneration": 42, # The 'generation' of the job that was last processed by the controller.
@@ -1162,8 +1166,10 @@ <h3>Method Details</h3>
1162
1166
],
1163
1167
"executionCount": 42, # Number of executions created for this job.
1164
1168
"latestCreatedExecution": { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
1169
+
"completionStatus": "A String", # Optional. Status for the execution completion.
1165
1170
"completionTimestamp": "A String", # Optional. Completion timestamp of the execution.
1166
1171
"creationTimestamp": "A String", # Optional. Creation timestamp of the execution.
1172
+
"deletionTimestamp": "A String", # Optional. The read-only soft deletion timestamp of the execution.
1167
1173
"name": "A String", # Optional. Name of the execution.
1168
1174
},
1169
1175
"observedGeneration": 42, # The 'generation' of the job that was last processed by the controller.
@@ -1518,8 +1524,10 @@ <h3>Method Details</h3>
1518
1524
],
1519
1525
"executionCount": 42, # Number of executions created for this job.
1520
1526
"latestCreatedExecution": { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
1527
+
"completionStatus": "A String", # Optional. Status for the execution completion.
1521
1528
"completionTimestamp": "A String", # Optional. Completion timestamp of the execution.
1522
1529
"creationTimestamp": "A String", # Optional. Creation timestamp of the execution.
1530
+
"deletionTimestamp": "A String", # Optional. The read-only soft deletion timestamp of the execution.
1523
1531
"name": "A String", # Optional. Name of the execution.
1524
1532
},
1525
1533
"observedGeneration": 42, # The 'generation' of the job that was last processed by the controller.
@@ -1870,8 +1878,10 @@ <h3>Method Details</h3>
1870
1878
],
1871
1879
"executionCount": 42, # Number of executions created for this job.
1872
1880
"latestCreatedExecution": { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
1881
+
"completionStatus": "A String", # Optional. Status for the execution completion.
1873
1882
"completionTimestamp": "A String", # Optional. Completion timestamp of the execution.
1874
1883
"creationTimestamp": "A String", # Optional. Creation timestamp of the execution.
1884
+
"deletionTimestamp": "A String", # Optional. The read-only soft deletion timestamp of the execution.
1875
1885
"name": "A String", # Optional. Name of the execution.
1876
1886
},
1877
1887
"observedGeneration": 42, # The 'generation' of the job that was last processed by the controller.
@@ -2209,8 +2219,10 @@ <h3>Method Details</h3>
2209
2219
],
2210
2220
"executionCount": 42, # Number of executions created for this job.
2211
2221
"latestCreatedExecution": { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
2222
+
"completionStatus": "A String", # Optional. Status for the execution completion.
2212
2223
"completionTimestamp": "A String", # Optional. Completion timestamp of the execution.
2213
2224
"creationTimestamp": "A String", # Optional. Creation timestamp of the execution.
2225
+
"deletionTimestamp": "A String", # Optional. The read-only soft deletion timestamp of the execution.
2214
2226
"name": "A String", # Optional. Name of the execution.
2215
2227
},
2216
2228
"observedGeneration": 42, # The 'generation' of the job that was last processed by the controller.
Copy file name to clipboardExpand all lines: docs/dyn/run_v1.namespaces.revisions.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ <h3>Method Details</h3>
188
188
},
189
189
"spec": { # RevisionSpec holds the desired state of the Revision (from the client). # Spec holds the desired state of the Revision (from the client).
190
190
"containerConcurrency": 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
191
-
"containers": [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
191
+
"containers": [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
192
192
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
193
193
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
194
194
"A String",
@@ -508,7 +508,7 @@ <h3>Method Details</h3>
508
508
},
509
509
"spec": { # RevisionSpec holds the desired state of the Revision (from the client). # Spec holds the desired state of the Revision (from the client).
510
510
"containerConcurrency": 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
511
-
"containers": [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
511
+
"containers": [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
512
512
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
513
513
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
0 commit comments