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

gcloud: Wed Mar 26 10:55:24 UTC 2025

This commit is contained in:
Automated 2025-03-26 10:55:24 +00:00
parent e555fef0aa
commit be9483c980
310 changed files with 9868 additions and 540 deletions

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud alpha container fleet scopes rbacrolebindings create
(NAME : --location=LOCATION --scope=SCOPE) --role=ROLE
(--group=GROUP | --user=USER) [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
(NAME : --location=LOCATION --scope=SCOPE)
(--custom-role=CUSTOM_ROLE | --role=ROLE) (--group=GROUP | --user=USER)
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command can fail for the following reasons:
@ -68,9 +68,14 @@ POSITIONAL ARGUMENTS
▸ provide the argument --scope on the command line.
REQUIRED FLAGS
--role=ROLE
Predefined role to assign to principal (admin, edit, view). ROLE must
be one of: admin, edit, view.
Exactly one of these must be specified:
--custom-role=CUSTOM_ROLE
Custom role to assign to principal.
--role=ROLE
Predefined role to assign to principal (admin, edit, view). ROLE must
be one of: admin, edit, view.
Exactly one of these must be specified:

View file

@ -4,10 +4,11 @@ NAME
SYNOPSIS
gcloud alpha container fleet scopes rbacrolebindings update
(NAME : --location=LOCATION --scope=SCOPE) [--role=ROLE]
(NAME : --location=LOCATION --scope=SCOPE)
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--group=GROUP | --user=USER] [GCLOUD_WIDE_FLAG ...]
[--custom-role=CUSTOM_ROLE | --role=ROLE] [--group=GROUP | --user=USER]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command can fail for the following reasons:
@ -69,10 +70,6 @@ POSITIONAL ARGUMENTS
▸ provide the argument --scope on the command line.
FLAGS
--role=ROLE
Predefined role to assign to principal (admin, edit, view). ROLE must
be one of: admin, edit, view.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.
@ -103,6 +100,15 @@ FLAGS
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
At most one of these can be specified:
--custom-role=CUSTOM_ROLE
Custom role to assign to principal.
--role=ROLE
Predefined role to assign to principal (admin, edit, view). ROLE must
be one of: admin, edit, view.
At most one of these can be specified:
--group=GROUP