1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -138,8 +138,9 @@ FLAGS
Allowed values for v1 are: 128MB, 256MB, 512MB, 1024MB, 2048MB, 4096MB,
and 8192MB.
Allowed values for v2 are in the format: <number><unit> with allowed
units of "k", "M", "G", "Ki", "Mi", "Gi". Ending 'b' or 'B' is allowed.
Allowed values for GCF 2nd gen are in the format: <number><unit> with
allowed units of "k", "M", "G", "Ki", "Mi", "Gi". Ending 'b' or 'B' is
allowed.
Examples: 100000k, 128M, 10Mb, 1024Mi, 750K, 4Gi.
@ -288,9 +289,9 @@ FLAGS
The function execution timeout, e.g. 30s for 30 seconds. Defaults to
original value for existing function or 60 seconds for new functions.
For GCF first generation functions, cannot be more than 540s.
For GCF 1st gen functions, cannot be more than 540s.
For GCF second generation functions, cannot be more than 3600s.
For GCF 2nd gen functions, cannot be more than 3600s.
See $ gcloud topic datetimes for information on duration formats.