@maxim_mazurok/gapi.client.run-v1 0.0.20250718 → 0.0.20250808
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 -4
- 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: 20250808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -844,9 +844,9 @@ declare namespace gapi.client {
|
|
|
844
844
|
value?: string;
|
|
845
845
|
}
|
|
846
846
|
interface InstanceSplit {
|
|
847
|
-
/** Uses the "status.latestReadyRevisionName" to determine the
|
|
847
|
+
/** Uses the "status.latestReadyRevisionName" to determine the instance split target. When it changes, workloads will automatically migrate from the prior "latest ready" revision to the new one. */
|
|
848
848
|
latestRevision?: boolean;
|
|
849
|
-
/** Specifies percent of the instance split to this Revision. This defaults to zero if unspecified. */
|
|
849
|
+
/** Optional. Specifies percent of the instance split to this Revision. This defaults to zero if unspecified. */
|
|
850
850
|
percent?: number;
|
|
851
851
|
/** Revision to which to assign this portion of instances. */
|
|
852
852
|
revisionName?: string;
|
|
@@ -1458,7 +1458,7 @@ declare namespace gapi.client {
|
|
|
1458
1458
|
interface WorkerPoolStatus {
|
|
1459
1459
|
/** Conditions communicate information about ongoing/complete reconciliation processes that bring the `spec` inline with the observed state of the world. * `Ready`: `True` when all underlying resources are ready. */
|
|
1460
1460
|
conditions?: GoogleCloudRunV1Condition[];
|
|
1461
|
-
/** Holds the configured
|
|
1461
|
+
/** Holds the configured workload distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed. */
|
|
1462
1462
|
instanceSplits?: InstanceSplit[];
|
|
1463
1463
|
/** Name of the last revision that was created from this WorkerPool's template. It might not be ready yet, for that use LatestReadyRevisionName. */
|
|
1464
1464
|
latestCreatedRevisionName?: string;
|