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

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -0,0 +1,36 @@
NAME
gcloud container fleet identity-service delete - remove the Identity
Service Feature Spec for the given membership
SYNOPSIS
gcloud container fleet identity-service delete [--membership=MEMBERSHIP]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Removes the Identity Service Feature Spec for the given membership.
EXAMPLES
To delete an Identity Service configuration for a membership, run:
$ gcloud container fleet identity-service delete \
--membership=CLUSTER_NAME
FLAGS
--membership=MEMBERSHIP
Membership name provided during registration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
These variants are also available:
$ gcloud alpha container fleet identity-service delete
$ gcloud beta container fleet identity-service delete