mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -16,9 +16,15 @@ DESCRIPTION
|
|||
container fleet 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 fleet memberships list
|
||||
|
||||
Delete a membership from Fleet:
|
||||
|
||||
$ gcloud container fleet memberships delete a-membership
|
||||
$ gcloud container fleet memberships delete MEMBERSHIP_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Membership resource - The cluster membership to delete. The arguments in
|
||||
|
|
|
|||
|
|
@ -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 fleet memberships describe a-membership
|
||||
$ gcloud container fleet memberships list
|
||||
|
||||
Then describe it:
|
||||
|
||||
$ gcloud container fleet memberships describe MEMBERSHIP_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Membership resource - The cluster membership to describe. The arguments in
|
||||
|
|
|
|||
|
|
@ -11,9 +11,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 fleet memberships list
|
||||
|
||||
Update a membership for a cluster:
|
||||
|
||||
$ gcloud container fleet memberships update a-membership
|
||||
$ gcloud container fleet memberships update MEMBERSHIP_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Membership resource - membership resource representing a cluster in Fleet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue