mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters node-pools list
|
||||
(--cluster=CLUSTER : --location=LOCATION) [--filter=EXPRESSION]
|
||||
[--cluster=CLUSTER --location=LOCATION] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -17,29 +17,29 @@ EXAMPLES
|
|||
$ gcloud edge-cloud container clusters node-pools list \
|
||||
--location=us-central1 --cluster=<my-cluster>
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Cluster resource - Parent Edge Container location to list all contained
|
||||
Edge Container nodePools. The arguments in this group can be used to
|
||||
specify the attributes of this resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways. To set the
|
||||
project attribute:
|
||||
◆ provide the argument --cluster on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --cluster on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--cluster=CLUSTER
|
||||
ID of the cluster or fully qualified identifier for the cluster. To
|
||||
set the cluster attribute:
|
||||
▸ provide the argument --cluster on the command line;
|
||||
▸ provide the argument --cluster on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The global location name. To set the location attribute:
|
||||
▸ provide the argument --cluster on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --cluster on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters update (CLUSTER : --location=LOCATION)
|
||||
[--async] [--maintenance-window-end=MAINTENANCE_WINDOW_END]
|
||||
[--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE]
|
||||
[--maintenance-window-start=MAINTENANCE_WINDOW_START]
|
||||
[--async]
|
||||
[--clear-maintenance-window
|
||||
| --maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -52,20 +54,28 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
End time of the recurring cluster maintenance window in the RFC 3339
|
||||
(https://www.ietf.org/rfc/rfc3339.txt) format. E.g.
|
||||
"2021-01-01T00:00:00Z" or "2021-01-01T00:00:00-05:00"
|
||||
At most one of these can be specified:
|
||||
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
An RFC 5545 (https://tools.ietf.org/html/rfc5545#section-3.8.5.3)
|
||||
recurrence rule for how the cluster maintenance window recurs. They go
|
||||
on for the span of time between the start and the end time.
|
||||
--clear-maintenance-window
|
||||
If set, removes the maintenance window setting from the cluster.
|
||||
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START
|
||||
Start time of the recurring cluster maintenance window in the RFC 3339
|
||||
(https://www.ietf.org/rfc/rfc3339.txt) format. E.g.
|
||||
"2021-01-01T00:00:00Z" or "2021-01-01T00:00:00-05:00"
|
||||
Updates cluster maintenance window setting (more than one flags can be
|
||||
specified from this group)
|
||||
|
||||
--maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
End time of the recurring cluster maintenance window in the RFC
|
||||
3339 (https://www.ietf.org/rfc/rfc3339.txt) format. E.g.
|
||||
"2021-01-01T00:00:00Z" or "2021-01-01T00:00:00-05:00"
|
||||
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
An RFC 5545 (https://tools.ietf.org/html/rfc5545#section-3.8.5.3)
|
||||
recurrence rule for how the cluster maintenance window recurs. They
|
||||
go on for the span of time between the start and the end time.
|
||||
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START
|
||||
Start time of the recurring cluster maintenance window in the RFC
|
||||
3339 (https://www.ietf.org/rfc/rfc3339.txt) format. E.g.
|
||||
"2021-01-01T00:00:00Z" or "2021-01-01T00:00:00-05:00"
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue