@maxim_mazurok/gapi.client.run-v1 0.0.20240426 → 0.0.20240503
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.
- package/index.d.ts +4 -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:
|
|
12
|
+
// Revision: 20240503
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -610,7 +610,7 @@ declare namespace gapi.client {
|
|
|
610
610
|
artifactTiming?: GoogleDevtoolsCloudbuildV1TimeSpan;
|
|
611
611
|
/** List of build step digests, in the order corresponding to build step indices. */
|
|
612
612
|
buildStepImages?: string[];
|
|
613
|
-
/** List of build step outputs, produced by builder images, in the order corresponding to build step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is stored. */
|
|
613
|
+
/** List of build step outputs, produced by builder images, in the order corresponding to build step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is stored. Note that the `$BUILDER_OUTPUT` variable is read-only and can't be substituted. */
|
|
614
614
|
buildStepOutputs?: string[];
|
|
615
615
|
/** Container images that were built as a part of the build. */
|
|
616
616
|
images?: GoogleDevtoolsCloudbuildV1BuiltImage[];
|
|
@@ -1082,6 +1082,8 @@ declare namespace gapi.client {
|
|
|
1082
1082
|
imagePullSecrets?: LocalObjectReference[];
|
|
1083
1083
|
/** Optional. The Node Selector configuration. Map of selector key to a value which matches a node. */
|
|
1084
1084
|
nodeSelector?: {[P in string]: string};
|
|
1085
|
+
/** Runtime. Leave unset for default. */
|
|
1086
|
+
runtimeClassName?: string;
|
|
1085
1087
|
/** Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account. */
|
|
1086
1088
|
serviceAccountName?: string;
|
|
1087
1089
|
/** TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour). */
|