1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Nov 9 11:45:52 UTC 2023

This commit is contained in:
Automated 2023-11-09 11:45:52 +00:00
parent f2c5d1d45f
commit 03f0979970
300 changed files with 8569 additions and 1319 deletions

View file

@ -12,9 +12,8 @@ SYNOPSIS
--keyversion-project=KEYVERSION_PROJECT)
[--dsse-type=DSSE_TYPE;
default="application/vnd.dev.cosign.simplesigning.v1+json"]
[--pae-encode-payload]
[--public-key-id-override=PUBLIC_KEY_ID_OVERRIDE] [--validate]
[GCLOUD_WIDE_FLAG ...]
[--public-key-id-override=PUBLIC_KEY_ID_OVERRIDE]
[--pae-encode-payload | --validate] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command signs and creates a Binary Authorization attestation
@ -123,9 +122,6 @@ OPTIONAL FLAGS
--dsse-type=DSSE_TYPE; default="application/vnd.dev.cosign.simplesigning.v1+json"
DSSE type used for pae encoding.
--pae-encode-payload
Whether to pae-encode the payload before signing.
--public-key-id-override=PUBLIC_KEY_ID_OVERRIDE
If provided, the ID of the public key that will be used to verify the
Attestation instead of the default generated one. This ID should match
@ -135,9 +131,18 @@ OPTIONAL FLAGS
This parameter is only necessary if the --public-key-id-override flag
was provided when this KMS key was added to the Attestor.
--validate
Whether to validate that the Attestation can be verified by the
provided Attestor.
exclusive flags
At most one of these can be specified:
--pae-encode-payload
Whether to pae-encode the payload before signing. Note: currently
validation is not supported for attestations with pae-encoded
payload.
--validate
Whether to validate that the Attestation can be verified by the
provided Attestor.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -17,12 +17,12 @@ SYNOPSIS
[--enable-google-cloud-access]
[--enable-kubernetes-unstable-apis=API,[API,...]]
[--enable-master-global-access] [--fleet-project=PROJECT_ID_OR_NUMBER]
[--logging=[COMPONENT,...]] [--monitoring=[COMPONENT,...]]
[--network=NETWORK] [--private-endpoint-subnetwork=NAME]
[--release-channel=CHANNEL] [--security-group=SECURITY_GROUP]
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
[--workload-policies=WORKLOAD_POLICIES]
[--labels=[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
[--monitoring=[COMPONENT,...]] [--network=NETWORK]
[--private-endpoint-subnetwork=NAME] [--release-channel=CHANNEL]
[--security-group=SECURITY_GROUP] [--security-posture=SECURITY_POSTURE]
[--services-ipv4-cidr=CIDR] [--services-secondary-range-name=NAME]
[--subnetwork=SUBNETWORK] [--workload-policies=WORKLOAD_POLICIES]
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]]
@ -246,6 +246,15 @@ FLAGS
Example: $ gcloud alpha container clusters create-auto \
--fleet-project=my-project
--labels=[KEY=VALUE,...]
Labels to apply to the Google Cloud resources in use by the Kubernetes
Engine cluster. These are unrelated to Kubernetes labels.
Examples:
$ gcloud alpha container clusters create-auto example-cluster \
--labels=label_a=value1,label_b=,label_c=value3
--logging=[COMPONENT,...]
Set the components that have logging enabled. Valid component values
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE

View file

@ -76,6 +76,9 @@ GROUPS
multi-cluster-services
(ALPHA) Manage Multi-cluster Services Feature.
namespaceactuation
(ALPHA) Manage Namespace Actuation Feature.
operations
(ALPHA) Manage Anthos fleet long-running operations.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container fleet namespaceactuation create - create Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container fleet namespaceactuation create
[--actuation-mode=ACTUATION_MODE; default="unspecified"]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command creates Namespace Actuation Feature in a fleet.
EXAMPLES
To create the Namespace Actuation Feature, run:
$ gcloud alpha container fleet namespaceactuation create
FLAGS
--actuation-mode=ACTUATION_MODE; default="unspecified"
The actuation mode that can the feature will use. ACTUATION_MODE must
be one of: unspecified, create-and-delete-if-created,
add-and-remove-fleet-labels.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container fleet namespaceactuation delete - delete Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container fleet namespaceactuation delete [--force]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command deletes Namespace Actuation Feature in a fleet.
Deleting the feature object doesn't delete the Namespace actuation as it is
an opt-out feature, it only removes any configuration.
EXAMPLES
To delete the Namespace Actuation Feature, run:
$ gcloud alpha container fleet namespaceactuation delete
FLAGS
--force
Disable this feature, even if it is currently in use. Force disablement
may result in unexpected behavior.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,31 @@
NAME
gcloud alpha container fleet namespaceactuation describe - describe the
status of Namespace Actuation Feature resource
SYNOPSIS
gcloud alpha container fleet namespaceactuation describe
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command describes the status of Namespace Actuation Feature
resource in fleet.
EXAMPLES
To describe the Namespace Actuation Feature, run:
$ gcloud alpha container fleet namespaceactuation describe
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container fleet namespaceactuation - manage Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container fleet namespaceactuation COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Namespace Actuation Feature.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create Namespace Actuation Feature.
delete
(ALPHA) Delete Namespace Actuation Feature.
describe
(ALPHA) Describe the status of Namespace Actuation Feature resource.
update
(ALPHA) Update Namespace Actuation Feature.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container fleet namespaceactuation update - update Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container fleet namespaceactuation update
[--actuation-mode=ACTUATION_MODE; default="unspecified"]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command updates Namespace Actuation Feature in a fleet.
EXAMPLES
To update the Namespace Actuation Feature, run:
$ gcloud alpha container fleet namespaceactuation update
FLAGS
--actuation-mode=ACTUATION_MODE; default="unspecified"
The actuation mode that can the feature will use. ACTUATION_MODE must
be one of: unspecified, create-and-delete-if-created,
add-and-remove-fleet-labels.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -27,7 +27,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content bundles
$ gcloud beta container fleet policycontroller content bundles

View file

@ -74,7 +74,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content bundles remove
$ gcloud beta container fleet policycontroller content bundles remove

View file

@ -106,7 +106,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content bundles set
$ gcloud beta container fleet policycontroller content bundles set

View file

@ -27,7 +27,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content
$ gcloud beta container fleet policycontroller content

View file

@ -69,7 +69,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content templates disable
$ gcloud beta container fleet policycontroller content templates \
disable

View file

@ -70,7 +70,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content templates enable
$ gcloud beta container fleet policycontroller content templates \
enable

View file

@ -27,7 +27,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller content templates
$ gcloud beta container fleet policycontroller content templates

View file

@ -28,7 +28,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller deployment
$ gcloud beta container fleet policycontroller deployment

View file

@ -132,7 +132,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller deployment remove
$ gcloud beta container fleet policycontroller deployment remove

View file

@ -139,7 +139,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller deployment set
$ gcloud beta container fleet policycontroller deployment set

View file

@ -64,7 +64,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller describe
$ gcloud beta container fleet policycontroller describe

View file

@ -74,7 +74,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller detach
$ gcloud beta container fleet policycontroller detach

View file

@ -77,7 +77,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller disable
$ gcloud beta container fleet policycontroller disable

View file

@ -175,7 +175,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller enable
$ gcloud beta container fleet policycontroller enable

View file

@ -48,7 +48,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller
$ gcloud beta container fleet policycontroller

View file

@ -73,7 +73,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller suspend
$ gcloud beta container fleet policycontroller suspend

View file

@ -158,7 +158,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet policycontroller update
$ gcloud beta container fleet policycontroller update

View file

@ -76,6 +76,9 @@ GROUPS
multi-cluster-services
(ALPHA) Manage Multi-cluster Services Feature.
namespaceactuation
(ALPHA) Manage Namespace Actuation Feature.
operations
(ALPHA) Manage Anthos fleet long-running operations.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container hub namespaceactuation create - create Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container hub namespaceactuation create
[--actuation-mode=ACTUATION_MODE; default="unspecified"]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command creates Namespace Actuation Feature in a fleet.
EXAMPLES
To create the Namespace Actuation Feature, run:
$ gcloud alpha container hub namespaceactuation create
FLAGS
--actuation-mode=ACTUATION_MODE; default="unspecified"
The actuation mode that can the feature will use. ACTUATION_MODE must
be one of: unspecified, create-and-delete-if-created,
add-and-remove-fleet-labels.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container hub namespaceactuation delete - delete Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container hub namespaceactuation delete [--force]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command deletes Namespace Actuation Feature in a fleet.
Deleting the feature object doesn't delete the Namespace actuation as it is
an opt-out feature, it only removes any configuration.
EXAMPLES
To delete the Namespace Actuation Feature, run:
$ gcloud alpha container hub namespaceactuation delete
FLAGS
--force
Disable this feature, even if it is currently in use. Force disablement
may result in unexpected behavior.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,31 @@
NAME
gcloud alpha container hub namespaceactuation describe - describe the
status of Namespace Actuation Feature resource
SYNOPSIS
gcloud alpha container hub namespaceactuation describe
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command describes the status of Namespace Actuation Feature
resource in fleet.
EXAMPLES
To describe the Namespace Actuation Feature, run:
$ gcloud alpha container hub namespaceactuation describe
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container hub namespaceactuation - manage Namespace Actuation
Feature
SYNOPSIS
gcloud alpha container hub namespaceactuation COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Namespace Actuation Feature.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create Namespace Actuation Feature.
delete
(ALPHA) Delete Namespace Actuation Feature.
describe
(ALPHA) Describe the status of Namespace Actuation Feature resource.
update
(ALPHA) Update Namespace Actuation Feature.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha container hub namespaceactuation update - update Namespace
Actuation Feature
SYNOPSIS
gcloud alpha container hub namespaceactuation update
[--actuation-mode=ACTUATION_MODE; default="unspecified"]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command updates Namespace Actuation Feature in a fleet.
EXAMPLES
To update the Namespace Actuation Feature, run:
$ gcloud alpha container hub namespaceactuation update
FLAGS
--actuation-mode=ACTUATION_MODE; default="unspecified"
The actuation mode that can the feature will use. ACTUATION_MODE must
be one of: unspecified, create-and-delete-if-created,
add-and-remove-fleet-labels.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -27,7 +27,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content bundles
$ gcloud beta container hub policycontroller content bundles

View file

@ -74,7 +74,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content bundles remove
$ gcloud beta container hub policycontroller content bundles remove

View file

@ -105,7 +105,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content bundles set
$ gcloud beta container hub policycontroller content bundles set

View file

@ -27,7 +27,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content
$ gcloud beta container hub policycontroller content

View file

@ -69,7 +69,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content templates disable
$ gcloud beta container hub policycontroller content templates \
disable

View file

@ -70,7 +70,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content templates enable
$ gcloud beta container hub policycontroller content templates enable

View file

@ -27,7 +27,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller content templates
$ gcloud beta container hub policycontroller content templates

View file

@ -28,7 +28,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller deployment
$ gcloud beta container hub policycontroller deployment

View file

@ -132,7 +132,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller deployment remove
$ gcloud beta container hub policycontroller deployment remove

View file

@ -139,7 +139,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller deployment set
$ gcloud beta container hub policycontroller deployment set

View file

@ -64,7 +64,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller describe
$ gcloud beta container hub policycontroller describe

View file

@ -74,7 +74,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller detach
$ gcloud beta container hub policycontroller detach

View file

@ -77,7 +77,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller disable
$ gcloud beta container hub policycontroller disable

View file

@ -175,7 +175,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller enable
$ gcloud beta container hub policycontroller enable

View file

@ -48,7 +48,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller
$ gcloud beta container hub policycontroller

View file

@ -73,7 +73,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller suspend
$ gcloud beta container hub policycontroller suspend

View file

@ -158,7 +158,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub policycontroller update
$ gcloud beta container hub policycontroller update