mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +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 alpha 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 alpha 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue