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

gcloud: Wed Mar 9 08:39:30 UTC 2022

This commit is contained in:
Automated 2022-03-09 08:39:30 +00:00
parent 5829e94e90
commit 7d82d0fc32
210 changed files with 7192 additions and 887 deletions

View file

@ -0,0 +1,34 @@
NAME
gcloud alpha container fleet ingress describe - describe the status of
Multi-cluster Ingress Feature resource
SYNOPSIS
gcloud alpha container fleet ingress describe [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command describes the status of Multi-cluster Ingress Feature
resource in fleet.
EXAMPLES
To describe the Ingress Feature, run:
$ gcloud alpha container fleet ingress 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. These variants are also available:
$ gcloud container fleet ingress describe
$ gcloud beta container fleet ingress describe

View file

@ -0,0 +1,39 @@
NAME
gcloud alpha container fleet ingress disable - disable Multi-cluster
Ingress Feature
SYNOPSIS
gcloud alpha container fleet ingress disable [--force]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command disables Multi-cluster Ingress Feature in a fleet.
EXAMPLES
To disable the Ingress Feature, run:
$ gcloud alpha container fleet ingress disable
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. These variants are also available:
$ gcloud container fleet ingress disable
$ gcloud beta container fleet ingress disable

View file

@ -0,0 +1,40 @@
NAME
gcloud alpha container fleet ingress enable - enable Multi-cluster Ingress
Feature
SYNOPSIS
gcloud alpha container fleet ingress enable
[--config-membership=CONFIG_MEMBERSHIP] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command enables Multi-cluster Ingress Feature in a fleet.
EXAMPLES
To enable the Ingress Feature, run:
$ gcloud alpha container fleet ingress enable \
--config-membership=CONFIG_MEMBERSHIP
FLAGS
--config-membership=CONFIG_MEMBERSHIP
Membership resource representing the cluster which hosts the
MultiClusterIngress and MultiClusterService CustomResourceDefinitions.
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. These variants are also available:
$ gcloud container fleet ingress enable
$ gcloud beta container fleet ingress enable

View file

@ -0,0 +1,39 @@
NAME
gcloud alpha container fleet ingress - manage Multi-cluster Ingress Feature
SYNOPSIS
gcloud alpha container fleet ingress COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Multi-cluster Ingress Feature.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
describe
(ALPHA) Describe the status of Multi-cluster Ingress Feature resource.
disable
(ALPHA) Disable Multi-cluster Ingress Feature.
enable
(ALPHA) Enable Multi-cluster Ingress Feature.
update
(ALPHA) Update Multi-cluster Ingress 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. These variants are also available:
$ gcloud container fleet ingress
$ gcloud beta container fleet ingress

View file

@ -0,0 +1,40 @@
NAME
gcloud alpha container fleet ingress update - update Multi-cluster Ingress
Feature
SYNOPSIS
gcloud alpha container fleet ingress update
[--config-membership=CONFIG_MEMBERSHIP] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command updates Multi-cluster Ingress Feature in a fleet.
EXAMPLES
To update the Ingress Feature, run:
$ gcloud alpha container fleet ingress update \
--config-membership=CONFIG_MEMBERSHIP
FLAGS
--config-membership=CONFIG_MEMBERSHIP
Membership resource representing the cluster which hosts the
MultiClusterIngress and MultiClusterService CustomResourceDefinitions.
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. These variants are also available:
$ gcloud container fleet ingress update
$ gcloud beta container fleet ingress update