@maxim_mazurok/gapi.client.run-v1 0.0.20230917 → 0.0.20231001
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 +6 -6
- package/package.json +1 -1
- package/tests.ts +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: 20231001
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -357,7 +357,7 @@ declare namespace gapi.client {
|
|
|
357
357
|
SecretEnvSource;
|
|
358
358
|
}
|
|
359
359
|
interface EnvVar {
|
|
360
|
-
/** Required. Name of the environment variable.
|
|
360
|
+
/** Required. Name of the environment variable. */
|
|
361
361
|
name?:
|
|
362
362
|
string;
|
|
363
363
|
/** Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run. */
|
|
@@ -835,7 +835,7 @@ declare namespace gapi.client {
|
|
|
835
835
|
* resource type. * `autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/minScale`: Revision. * `run.googleapis.com/binary-authorization-breakglass`: Service, Job,
|
|
836
836
|
* * `run.googleapis.com/binary-authorization`: Service, Job, Execution. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.com/cloudsql-instances`: Revision,
|
|
837
837
|
* Execution. * `run.googleapis.com/container-dependencies`: Revision. * `run.googleapis.com/cpu-throttling`: Revision. * `run.googleapis.com/custom-audiences`: Service. *
|
|
838
|
-
* `run.googleapis.com/description`: Service. * `run.googleapis.com/disable-default-
|
|
838
|
+
* `run.googleapis.com/description`: Service. * `run.googleapis.com/disable-default-url`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision *
|
|
839
839
|
* `run.googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/execution-environment`: Revision, Execution. * `run.googleapis.com/gc-traffic-tags`: Service. *
|
|
840
840
|
* `run.googleapis.com/ingress`: Service. * `run.googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/network-interfaces`: Revision, Execution. *
|
|
841
841
|
* `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`: Revision. *
|
|
@@ -1240,7 +1240,7 @@ declare namespace gapi.client {
|
|
|
1240
1240
|
* Metadata associated with this Service, including name, namespace, labels, and annotations. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are
|
|
1241
1241
|
* restricted, and the accepted annotations will be different depending on the resource type. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations.
|
|
1242
1242
|
* * `run.googleapis.com/binary-authorization-breakglass` * `run.googleapis.com/binary-authorization` * `run.googleapis.com/client-name` * `run.googleapis.com/custom-audiences` *
|
|
1243
|
-
* `run.googleapis.com/description` * `run.googleapis.com/disable-default-
|
|
1243
|
+
* `run.googleapis.com/description` * `run.googleapis.com/disable-default-url` * `run.googleapis.com/gc-traffic-tags` * `run.googleapis.com/ingress` * `run.googleapis.com/ingress` sets
|
|
1244
1244
|
* the ingress settings for the Service. See [the ingress settings documentation](/run/docs/securing/ingress) for details on configuring ingress settings. *
|
|
1245
1245
|
* `run.googleapis.com/ingress-status` is output-only and contains the currently active ingress settings for the Service. `run.googleapis.com/ingress-status` may differ from
|
|
1246
1246
|
* `run.googleapis.com/ingress` while the system is processing a change to `run.googleapis.com/ingress` or if the system failed to process a change to `run.googleapis.com/ingress`.
|
|
@@ -1281,8 +1281,8 @@ declare namespace gapi.client {
|
|
|
1281
1281
|
latestReadyRevisionName?:
|
|
1282
1282
|
string;
|
|
1283
1283
|
/**
|
|
1284
|
-
* Returns the generation last
|
|
1285
|
-
*
|
|
1284
|
+
* Returns the generation last seen by the system. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's
|
|
1285
|
+
* status is True or False.
|
|
1286
1286
|
*/
|
|
1287
1287
|
observedGeneration?:
|
|
1288
1288
|
number;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231001
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|