1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Apr 26 10:24:37 UTC 2023

This commit is contained in:
Automated 2023-04-26 10:24:37 +00:00
parent b33a8a3e6e
commit 2ae1bc2b12
276 changed files with 6093 additions and 833 deletions

View file

@ -3,10 +3,10 @@ NAME
for a Container cluster
SYNOPSIS
gcloud alpha container clusters config export
([CLUSTER : --location=LOCATION] --all) [--path=PATH; default="-"]
[--resource-format=RESOURCE_FORMAT]
[--region=REGION | --zone=ZONE, -z ZONE] [GCLOUD_WIDE_FLAG ...]
gcloud alpha container clusters config export ([CLUSTER]] --all)
[--path=PATH; default="-"] [--resource-format=RESOURCE_FORMAT]
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha container clusters config export exports the
@ -43,28 +43,10 @@ EXAMPLES
POSITIONAL ARGUMENTS
Exactly one of these must be specified:
Cluster resource - Cluster to export the configuration for. 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;
▸ set the property core/project;
▸ provide the argument --project on the command line.
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.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location name To set the location attribute:
▫ provide the argument cluster on the command line with a fully
specified name;
▫ provide the argument --location on the command line.
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.
--all
Retrieve all resources within the project. If --path is specified and
@ -85,6 +67,10 @@ FLAGS
At most one of these can be specified:
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster.
--region=REGION
Compute region (e.g. us-central1) for the cluster.