mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Oct 30 11:14:52 UTC 2025
This commit is contained in:
parent
a763c0bf0a
commit
4b21ae6795
132 changed files with 2511 additions and 503 deletions
|
|
@ -66,7 +66,8 @@ SYNOPSIS
|
|||
--fleet-project=PROJECT_ID_OR_NUMBER
|
||||
--membership-type=MEMBERSHIP_TYPE --unset-membership-type
|
||||
| --clear-maintenance-window | --remove-maintenance-exclusion=NAME
|
||||
| [--add-maintenance-exclusion-end=TIME_STAMP
|
||||
| [(--add-maintenance-exclusion-end=TIME_STAMP
|
||||
| --add-maintenance-exclusion-until-end-of-support)
|
||||
: --add-maintenance-exclusion-name=NAME
|
||||
--add-maintenance-exclusion-scope=SCOPE
|
||||
--add-maintenance-exclusion-start=TIME_STAMP]
|
||||
|
|
@ -1009,14 +1010,6 @@ REQUIRED FLAGS
|
|||
--add-maintenance-exclusion-end=2000-12-31T23:59:59 \
|
||||
--add-maintenance-exclusion-scope=no_upgrades
|
||||
|
||||
--add-maintenance-exclusion-end=TIME_STAMP
|
||||
End time of the exclusion window. Must take place after the start
|
||||
time. See $ gcloud topic datetimes for information on time
|
||||
formats.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--add-maintenance-exclusion-name=NAME
|
||||
A descriptor for the exclusion that can be used to remove it. If
|
||||
not specified, it will be autogenerated.
|
||||
|
|
@ -1032,6 +1025,17 @@ REQUIRED FLAGS
|
|||
not specified, the current time will be used. See $ gcloud topic
|
||||
datetimes for information on time formats.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--add-maintenance-exclusion-end=TIME_STAMP
|
||||
End time of the exclusion window. Must take place after the
|
||||
start time. See $ gcloud topic datetimes for information on
|
||||
time formats.
|
||||
|
||||
--add-maintenance-exclusion-until-end-of-support
|
||||
End time of the exclusion window is the end of the cluster's
|
||||
support.
|
||||
|
||||
Set a flexible maintenance window by specifying a window that recurs
|
||||
per an RFC 5545 RRULE. Non-emergency maintenance will occur in the
|
||||
recurring windows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue