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

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -16,9 +16,15 @@ DESCRIPTION
container hub memberships unregister.
EXAMPLES
First retrieve the ID of the membership using the command below. The output
of this command lists all the fleet's members, with their unique IDs in the
Names column:
$ gcloud container hub memberships list
Delete a membership from Fleet:
$ gcloud container hub memberships delete a-membership
$ gcloud container hub memberships delete MEMBERSHIP_NAME
POSITIONAL ARGUMENTS
Membership resource - The cluster membership to delete. The arguments in

View file

@ -9,9 +9,15 @@ DESCRIPTION
Describe a membership in Fleet.
EXAMPLES
Describe a membership in Fleet:
First retrieve the ID of the membership using the command below. The output
of this command lists all the fleet's members, with their unique IDs in the
Names column:
$ gcloud container hub memberships describe a-membership
$ gcloud container hub memberships list
Then describe it:
$ gcloud container hub memberships describe MEMBERSHIP_NAME
POSITIONAL ARGUMENTS
Membership resource - The cluster membership to describe. The arguments in

View file

@ -10,9 +10,15 @@ DESCRIPTION
Update an existing membership in Fleet.
EXAMPLES
First retrieve the ID of the membership using the command below. The output
of this command lists all the fleet's members, with their unique IDs in the
Names column:
$ gcloud container hub memberships list
Update a membership for a cluster:
$ gcloud container hub memberships update a-membership
$ gcloud container hub memberships update MEMBERSHIP_ID
POSITIONAL ARGUMENTS
Membership resource - membership resource representing a cluster in Fleet.