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

gcloud: Wed Apr 23 10:54:24 UTC 2025

This commit is contained in:
Automated 2025-04-23 10:54:24 +00:00
parent b589c4c4ad
commit 4d8dd33b3e
138 changed files with 4506 additions and 597 deletions

View file

@ -4,7 +4,10 @@ NAME
SYNOPSIS
gcloud alpha container hub rbacrolebindingactuation update
--allowed-custom-roles=ROLES,[ROLES,...] [GCLOUD_WIDE_FLAG ...]
(--add-allowed-custom-role=ADD_ALLOWED_CUSTOM_ROLE
| --allowed-custom-roles=[ROLES,...]
| --remove-allowed-custom-role=REMOVE_ALLOWED_CUSTOM_ROLE)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command updates RbacRoleBinding Actuation Feature in a fleet.
@ -14,11 +17,23 @@ EXAMPLES
$ gcloud container fleet rbacrolebinding-actuation update \
--allowed-custom-roles=role1,role2
$ gcloud container fleet rbacrolebinding-actuation update \
--add-allowed-custom-role=role1
$ gcloud container fleet rbacrolebinding-actuation update \
--remove-allowed-custom-role=role2
REQUIRED FLAGS
--allowed-custom-roles=ROLES,[ROLES,...]
The list of allowed custom roles that can be used in scope
RBACRoleBindings.
Exactly one of these must be specified:
--add-allowed-custom-role=ADD_ALLOWED_CUSTOM_ROLE
Add a single custom role to the allowed custom roles list.
--allowed-custom-roles=[ROLES,...]
The list of allowed custom roles that can be used in scope
RBACRoleBindings.
--remove-allowed-custom-role=REMOVE_ALLOWED_CUSTOM_ROLE
Remove a single custom role from the allowed custom roles list.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,