Skip to content

Commit 95aacfd

Browse files
feat(run): update the api
#### run:v1 The following keys were added: - schemas.TaskSpec.properties.nodeSelector (Total Keys: 2) #### run:v2 The following keys were added: - resources.projects.resources.locations.resources.workerPools.methods.create (Total Keys: 16) - resources.projects.resources.locations.resources.workerPools.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.workerPools.methods.get (Total Keys: 25) - resources.projects.resources.locations.resources.workerPools.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.workerPools.methods.patch (Total Keys: 19) - resources.projects.resources.locations.resources.workerPools.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.workerPools.methods.testIamPermissions (Total Keys: 12) - schemas.GoogleCloudRunV2InstanceSplit (Total Keys: 10) - schemas.GoogleCloudRunV2ListWorkerPoolsResponse (Total Keys: 5) - schemas.GoogleCloudRunV2WorkerPool (Total Keys: 66)
1 parent 70afb0f commit 95aacfd

File tree

6 files changed

+2071
-8
lines changed

6 files changed

+2071
-8
lines changed

docs/dyn/run_v1.namespaces.executions.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ <h3>Method Details</h3>
332332
},
333333
],
334334
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
335+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
336+
&quot;a_key&quot;: &quot;A String&quot;,
337+
},
335338
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
336339
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
337340
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -691,6 +694,9 @@ <h3>Method Details</h3>
691694
},
692695
],
693696
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
697+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
698+
&quot;a_key&quot;: &quot;A String&quot;,
699+
},
694700
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
695701
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
696702
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -1011,6 +1017,9 @@ <h3>Method Details</h3>
10111017
},
10121018
],
10131019
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
1020+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
1021+
&quot;a_key&quot;: &quot;A String&quot;,
1022+
},
10141023
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
10151024
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
10161025
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.

docs/dyn/run_v1.namespaces.jobs.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ <h3>Method Details</h3>
368368
},
369369
],
370370
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
371+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
372+
&quot;a_key&quot;: &quot;A String&quot;,
373+
},
371374
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
372375
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
373376
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -709,6 +712,9 @@ <h3>Method Details</h3>
709712
},
710713
],
711714
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
715+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
716+
&quot;a_key&quot;: &quot;A String&quot;,
717+
},
712718
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
713719
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
714720
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -1101,6 +1107,9 @@ <h3>Method Details</h3>
11011107
},
11021108
],
11031109
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
1110+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
1111+
&quot;a_key&quot;: &quot;A String&quot;,
1112+
},
11041113
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
11051114
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
11061115
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -1459,6 +1468,9 @@ <h3>Method Details</h3>
14591468
},
14601469
],
14611470
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
1471+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
1472+
&quot;a_key&quot;: &quot;A String&quot;,
1473+
},
14621474
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
14631475
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
14641476
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -1813,6 +1825,9 @@ <h3>Method Details</h3>
18131825
},
18141826
],
18151827
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
1828+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
1829+
&quot;a_key&quot;: &quot;A String&quot;,
1830+
},
18161831
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
18171832
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
18181833
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -2154,6 +2169,9 @@ <h3>Method Details</h3>
21542169
},
21552170
],
21562171
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
2172+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
2173+
&quot;a_key&quot;: &quot;A String&quot;,
2174+
},
21572175
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
21582176
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
21592177
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -2509,6 +2527,9 @@ <h3>Method Details</h3>
25092527
},
25102528
],
25112529
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
2530+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
2531+
&quot;a_key&quot;: &quot;A String&quot;,
2532+
},
25122533
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
25132534
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
25142535
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.

docs/dyn/run_v1.namespaces.tasks.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ <h3>Method Details</h3>
321321
},
322322
],
323323
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
324+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
325+
&quot;a_key&quot;: &quot;A String&quot;,
326+
},
324327
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
325328
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
326329
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.
@@ -644,6 +647,9 @@ <h3>Method Details</h3>
644647
},
645648
],
646649
&quot;maxRetries&quot;: 42, # Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3.
650+
&quot;nodeSelector&quot;: { # Optional. The Node Selector configuration. Map of selector key to a value which matches a node.
651+
&quot;a_key&quot;: &quot;A String&quot;,
652+
},
647653
&quot;serviceAccountName&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the task of a job execution. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
648654
&quot;timeoutSeconds&quot;: &quot;A String&quot;, # Optional. Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
649655
&quot;volumes&quot;: [ # Optional. List of volumes that can be mounted by containers belonging to the task.

0 commit comments

Comments
 (0)