1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 30 09:07:09 UTC 2022

This commit is contained in:
Automated 2022-03-30 09:07:09 +00:00
parent cd34e797ae
commit 9bf28f1efe
90 changed files with 1554 additions and 258 deletions

View file

@ -3,8 +3,9 @@ NAME
SYNOPSIS
gcloud alpha functions deploy (NAME : --region=REGION)
[--allow-unauthenticated] [--egress-settings=EGRESS_SETTINGS]
[--entry-point=ENTRY_POINT] [--gen2] [--ignore-file=IGNORE_FILE]
[--allow-unauthenticated] [--docker-registry=DOCKER_REGISTRY]
[--egress-settings=EGRESS_SETTINGS] [--entry-point=ENTRY_POINT]
[--gen2] [--ignore-file=IGNORE_FILE]
[--ingress-settings=INGRESS_SETTINGS] [--memory=MEMORY] [--retry]
[--run-service-account=RUN_SERVICE_ACCOUNT] [--runtime=RUNTIME]
[--security-level=SECURITY_LEVEL; default="secure-always"]
@ -93,6 +94,16 @@ FLAGS
If set, makes this a public function. This will allow all callers,
without checking authentication.
--docker-registry=DOCKER_REGISTRY
Docker Registry to use for storing the function's Docker images. The
option container-registry is used by default.
Warning: Artifact Registry and Container Registry have different image
storage costs. For more details, please see
https://cloud.google.com/functions/pricing#deployment_costs.
DOCKER_REGISTRY must be one of: artifact-registry, container-registry.
--egress-settings=EGRESS_SETTINGS
Egress settings controls what traffic is diverted through the VPC
Access Connector resource. By default private-ranges-only will be used.