@maxim_mazurok/gapi.client.run-v1 0.0.20250207 → 0.0.20250223

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +3 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://run.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250207
12
+ // Revision: 20250223
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1333,6 +1333,8 @@ declare namespace gapi.client {
1333
1333
  containers?: Container[];
1334
1334
  /** Optional. Number of retries allowed per task, before marking this job failed. Defaults to 3. */
1335
1335
  maxRetries?: number;
1336
+ /** Optional. The Node Selector configuration. Map of selector key to a value which matches a node. */
1337
+ nodeSelector?: {[P in string]: string};
1336
1338
  /** 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's default service account. */
1337
1339
  serviceAccountName?: string;
1338
1340
  /** 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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.run-v1",
3
- "version": "0.0.20250207",
3
+ "version": "0.0.20250223",
4
4
  "description": "TypeScript typings for Cloud Run Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",