1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Thu Mar 26 12:11:21 UTC 2026

This commit is contained in:
Automated 2026-03-26 12:11:21 +00:00
parent c0febd2be1
commit 89a3bc9276
1093 changed files with 69108 additions and 2686 deletions

View file

@ -10,6 +10,11 @@ DESCRIPTION
(BETA) Describe the status of the Workload Identity Feature resource in a
fleet.
EXAMPLES
To describe the Workload Identity Feature, run:
$ gcloud beta container fleet workload-identity describe
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
@ -19,8 +24,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity describe
$ gcloud alpha container fleet workload-identity describe

View file

@ -9,6 +9,11 @@ SYNOPSIS
DESCRIPTION
(BETA) Disable the Workload Identity Feature in a fleet.
EXAMPLES
To disable the Workload Identity Feature, run:
$ gcloud beta container fleet workload-identity disable
FLAGS
--force
Force disablement. Bypasses any prompts for confirmation. When
@ -24,8 +29,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity disable
$ gcloud alpha container fleet workload-identity disable

View file

@ -8,6 +8,11 @@ SYNOPSIS
DESCRIPTION
(BETA) Enable the Workload Identity Feature in a fleet.
EXAMPLES
To enable Workload Identity Feature, run:
$ gcloud beta container fleet workload-identity enable
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
@ -17,8 +22,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity enable
$ gcloud alpha container fleet workload-identity enable

View file

@ -33,8 +33,10 @@ COMMANDS
(BETA) Enable Workload Identity Feature.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity
$ gcloud alpha container fleet workload-identity

View file

@ -24,8 +24,10 @@ COMMANDS
(BETA) Unset Scope Tenancy Pool.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity scope-tenancy-pool
$ gcloud alpha container fleet workload-identity scope-tenancy-pool

View file

@ -9,6 +9,21 @@ SYNOPSIS
DESCRIPTION
(BETA) Set the scope tenancy pool for a fleet.
EXAMPLES
To set the scope tenancy pool using a fully qualified identifier for the
Workload Identity Pool:
$ gcloud beta container fleet workload-identity scope-tenancy-pool \
set \
projects/my-project/locations/global/workloadIdentityPools/\
test-pool
To set the scope tenancy pool using a Workload Identity Pool ID and
project:
$ gcloud beta container fleet workload-identity scope-tenancy-pool \
set test-pool --project=my-project
POSITIONAL ARGUMENTS
Workloadidentitypool resource - The group of arguments defining a Workload
Identity Pool. This represents a Cloud resource. (NOTE) Some attributes
@ -44,8 +59,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity scope-tenancy-pool set
$ gcloud alpha container fleet workload-identity \
scope-tenancy-pool set

View file

@ -9,6 +9,12 @@ SYNOPSIS
DESCRIPTION
(BETA) Unset the scope tenancy pool for a fleet.
EXAMPLES
To unset the scope tenancy pool, run:
$ gcloud beta container fleet workload-identity scope-tenancy-pool \
unset
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
@ -18,8 +24,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet workload-identity scope-tenancy-pool unset
$ gcloud alpha container fleet workload-identity \
scope-tenancy-pool unset