mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 16 10:49:45 UTC 2023
This commit is contained in:
parent
19bfacfbed
commit
5f3d6bc974
165 changed files with 3881 additions and 596 deletions
|
|
@ -4,9 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container fleet memberships bindings create
|
||||
(BINDING : --location=LOCATION --membership=MEMBERSHIP)
|
||||
(--fleet=FLEET | --scope=SCOPE) [--labels=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
(BINDING : --location=LOCATION --membership=MEMBERSHIP) --scope=SCOPE
|
||||
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command can fail for the following reasons:
|
||||
|
|
@ -73,32 +72,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --membership on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
--scope=SCOPE
|
||||
ID of the scope or fully qualified identifier for the scope.
|
||||
|
||||
--fleet=FLEET
|
||||
Membership Binding is created for all the Scopes in the Fleet for
|
||||
given Membership.
|
||||
|
||||
Scope resource - The group of arguments defining the Fleet Scope. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --scope on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --scope on the command line with a fully
|
||||
specified name;
|
||||
▸ global is the only supported location.
|
||||
|
||||
--scope=SCOPE
|
||||
ID of the scope or fully qualified identifier for the scope.
|
||||
|
||||
To set the scope attribute:
|
||||
▫ provide the argument --scope on the command line.
|
||||
To set the scope attribute:
|
||||
◆ provide the argument --scope on the command line.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--labels=[KEY=VALUE,...]
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container fleet memberships bindings update
|
||||
(BINDING : --location=LOCATION --membership=MEMBERSHIP)
|
||||
(--fleet=FLEET | --scope=SCOPE) [--update-labels=[KEY=VALUE,...]]
|
||||
(BINDING : --location=LOCATION --membership=MEMBERSHIP) --scope=SCOPE
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -74,32 +74,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --membership on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
--scope=SCOPE
|
||||
ID of the scope or fully qualified identifier for the scope.
|
||||
|
||||
--fleet=FLEET
|
||||
Bindings for all the membership related scopes in the fleet would be
|
||||
updated.
|
||||
|
||||
Scope resource - The group of arguments defining the Fleet Scope. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --scope on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --scope on the command line with a fully
|
||||
specified name;
|
||||
▸ global is the only supported location.
|
||||
|
||||
--scope=SCOPE
|
||||
ID of the scope or fully qualified identifier for the scope.
|
||||
|
||||
To set the scope attribute:
|
||||
▫ provide the argument --scope on the command line.
|
||||
To set the scope attribute:
|
||||
◆ provide the argument --scope on the command line.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue