1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Jul 20 08:59:31 UTC 2022

This commit is contained in:
Automated 2022-07-20 08:59:31 +00:00
parent 879929cbc6
commit 380c3aa29f
Failed to extract signature
83 changed files with 1945 additions and 446 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha container hub memberships register
[[MEMBERSHIP_NAME] --location=LOCATION]
(MEMBERSHIP_NAME : --location=LOCATION)
(--gke-cluster=LOCATION/CLUSTER_NAME | --gke-uri=GKE_URI
| [--context=CONTEXT : --kubeconfig=KUBECONFIG])
(--service-account-key-file=SERVICE_ACCOUNT_KEY_FILE
@ -118,22 +118,25 @@ EXAMPLES
--service-account-key-file=/tmp/keyfile.json
POSITIONAL ARGUMENTS
Membership resource - Membership resource name. 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:
Membership resource - The group of arguments defining a membership
resource. 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 MEMBERSHIP_NAME on the command line with a fully
specified name;
◆ provide the argument --membership on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
[MEMBERSHIP_NAME]
This must be specified.
MEMBERSHIP_NAME
ID of the membership or fully qualified identifier for the
membership. To set the membership attribute:
▸ provide the argument MEMBERSHIP_NAME on the command line;
▸ provide the argument --membership on the command line.
▸ provide the argument MEMBERSHIP_NAME on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
The location for the membership resource, e.g. us-central1. If not
@ -143,8 +146,6 @@ POSITIONAL ARGUMENTS
To set the location attribute:
▸ provide the argument MEMBERSHIP_NAME on the command line with a
fully specified name;
▸ provide the argument --membership on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ set the property gkehub/location.

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha container hub memberships unregister
[[MEMBERSHIP_NAME] --location=LOCATION]
(MEMBERSHIP_NAME : --location=LOCATION)
(--gke-cluster=LOCATION/CLUSTER_NAME | --gke-uri=GKE_URI
| [--context=CONTEXT : --kubeconfig=KUBECONFIG])
[GCLOUD_WIDE_FLAG ...]
@ -59,22 +59,25 @@ EXAMPLES
--gke-cluster=my-cluster-region-or-zone/my-cluster
POSITIONAL ARGUMENTS
Membership resource - Membership resource name. 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:
Membership resource - The group of arguments defining a membership
resource. 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 MEMBERSHIP_NAME on the command line with a fully
specified name;
◆ provide the argument --membership on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
[MEMBERSHIP_NAME]
This must be specified.
MEMBERSHIP_NAME
ID of the membership or fully qualified identifier for the
membership. To set the membership attribute:
▸ provide the argument MEMBERSHIP_NAME on the command line;
▸ provide the argument --membership on the command line.
▸ provide the argument MEMBERSHIP_NAME on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
The location of the membership resource, e.g. us-central1. If not
@ -83,8 +86,6 @@ POSITIONAL ARGUMENTS
To set the location attribute:
▸ provide the argument MEMBERSHIP_NAME on the command line with a
fully specified name;
▸ provide the argument --membership on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ set the property gkehub/location.