1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00

gcloud: Wed Feb 7 10:26:58 UTC 2024

This commit is contained in:
Automated 2024-02-07 10:26:58 +00:00
parent 40bc27506b
commit 3efce28165
109 changed files with 4100 additions and 399 deletions

View file

@ -25,7 +25,8 @@ SYNOPSIS
--update-config-maps=[KEY=VALUE,...]]
[--[no-]allow-unauthenticated --breakglass=JUSTIFICATION
--clear-vpc-connector --[no-]cpu-boost --[no-]cpu-throttling
--[no-]default-url --description=DESCRIPTION
--[no-]default-url --[no-]deploy-health-check
--description=DESCRIPTION
--execution-environment=EXECUTION_ENVIRONMENT
--[no-]invoker-iam-check --remove-containers=[CONTAINER,...]
--revision-suffix=REVISION_SUFFIX
@ -436,9 +437,15 @@ FLAGS
--no-cpu-throttling to disable.
--[no-]default-url
enables the default url for a run service. Use --default-url to
toggles the default url for a run service. Use --default-url to
enable and --no-default-url to disable.
--[no-]deploy-health-check
Schedules a single instance of the Revision and waits for it to start
listening on its port for the deployment to succeed. This check is
enabled by default if unspecified. Use --deploy-health-check to
enable and --no-deploy-health-check to disable.
--description=DESCRIPTION
Provides an optional, human-readable description of the service.