mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -1,21 +1,37 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service delete - remove the Identity
|
||||
Service Feature Spec for the given membership
|
||||
gcloud container fleet identity-service delete - delete a resource from the
|
||||
Identity Service Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service delete
|
||||
[--fleet-default-member-config]
|
||||
[--membership=MEMBERSHIP : --location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Removes the Identity Service Feature Spec for the given membership.
|
||||
Deletes a resource from the Identity Service Feature.
|
||||
|
||||
EXAMPLES
|
||||
To delete an Identity Service configuration for a membership, run:
|
||||
To delete the Identity Service configuration from a membership, run:
|
||||
|
||||
$ gcloud container fleet identity-service delete \
|
||||
--membership=MEMBERSHIP_NAME
|
||||
|
||||
To delete the fleet-level default membership configuration, run:
|
||||
|
||||
$ gcloud container fleet identity-service delete \
|
||||
--fleet-default-member-config
|
||||
|
||||
FLAGS
|
||||
--fleet-default-member-config
|
||||
If specified, deletes the default membership configuration present in
|
||||
your fleet.
|
||||
|
||||
To delete the default membership configuration present in your
|
||||
fleet, run:
|
||||
|
||||
$ gcloud container fleet identity-service delete \
|
||||
--fleet-default-member-config
|
||||
|
||||
Membership resource - The group of arguments defining a membership. 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue