mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 6 08:36:53 UTC 2022
This commit is contained in:
parent
9bf28f1efe
commit
f88a614da8
221 changed files with 7174 additions and 449 deletions
53
gcloud/alpha/edge-cloud/container/zones/describe
Normal file
53
gcloud/alpha/edge-cloud/container/zones/describe
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
NAME
|
||||
gcloud alpha edge-cloud container zones describe - describe an Edge
|
||||
Container zone
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha edge-cloud container zones describe ZONE
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe an Edge Container zone.
|
||||
|
||||
EXAMPLES
|
||||
To display the metadata for the zone us-central1-edge-operator-a, run:
|
||||
|
||||
$ gcloud alpha edge-cloud container zones describe \
|
||||
us-central1-edge-operator-a
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Zone resource - The zone name. This represents a Cloud 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 zone 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.
|
||||
|
||||
ZONE
|
||||
ID of the zone or fully qualified identifier for the zone. To set the
|
||||
zone attribute:
|
||||
▸ provide the argument zone on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the edgecontainer/v1alpha API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/edge-cloud
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud edge-cloud container zones describe
|
||||
|
||||
31
gcloud/alpha/edge-cloud/container/zones/help
Normal file
31
gcloud/alpha/edge-cloud/container/zones/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud alpha edge-cloud container zones - inspect Edge Container zones
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha edge-cloud container zones COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Inspect Edge Container zones.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Describe an Edge Container zone.
|
||||
|
||||
list
|
||||
(ALPHA) List Edge Container zones.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud edge-cloud container zones
|
||||
|
||||
62
gcloud/alpha/edge-cloud/container/zones/list
Normal file
62
gcloud/alpha/edge-cloud/container/zones/list
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
NAME
|
||||
gcloud alpha edge-cloud container zones list - list Edge Container zones
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha edge-cloud container zones list [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List all zones where Edge Container node pools can be created.
|
||||
|
||||
EXAMPLES
|
||||
To list all the zones where Edge Container node pools can be created, run:
|
||||
|
||||
$ gcloud alpha edge-cloud container zones list
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the edgecontainer/v1alpha API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/edge-cloud
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud edge-cloud container zones list
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue