mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 17:35:31 +00:00
gcloud: Wed Aug 27 10:57:46 UTC 2025
This commit is contained in:
parent
470b35e498
commit
93c043aaa0
176 changed files with 5452 additions and 264 deletions
|
|
@ -65,9 +65,10 @@ SYNOPSIS
|
|||
| --binauthz-policy-bindings=[name=BINAUTHZ_POLICY,
|
||||
enforcement-mode=ENFORCEMENT_MODE,...]
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
| --enable-binauthz | --clear-fleet-project
|
||||
--enable-fleet --fleet-project=PROJECT_ID_OR_NUMBER
|
||||
| --clear-maintenance-window | --remove-maintenance-exclusion=NAME
|
||||
| --enable-binauthz | --clear-fleet-project --enable-fleet
|
||||
--fleet-project=PROJECT_ID_OR_NUMBER
|
||||
--membership-type=MEMBERSHIP_TYPE | --clear-maintenance-window
|
||||
| --remove-maintenance-exclusion=NAME
|
||||
| [--add-maintenance-exclusion-end=TIME_STAMP
|
||||
: --add-maintenance-exclusion-name=NAME
|
||||
--add-maintenance-exclusion-scope=SCOPE
|
||||
|
|
@ -1043,6 +1044,15 @@ REQUIRED FLAGS
|
|||
Example: $ gcloud alpha container clusters update
|
||||
--fleet-project=my-project
|
||||
|
||||
--membership-type=MEMBERSHIP_TYPE
|
||||
Specify a membership type for the cluster's fleet membership.
|
||||
Example: $ gcloud alpha container clusters update \
|
||||
--membership-type=LIGHTWEIGHT. MEMBERSHIP_TYPE must be (only \ one
|
||||
value is supported):
|
||||
|
||||
LIGHTWEIGHT
|
||||
Fleet membership representing this cluster will be lightweight.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-maintenance-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue