1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +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,31 @@
NAME
gcloud container fleet ingress describe - describe the status of
Multi-cluster Ingress Feature resource
SYNOPSIS
gcloud container fleet ingress describe [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command describes the status of Multi-cluster Ingress Feature resource
in fleet.
EXAMPLES
To describe the Ingress Feature, run:
$ gcloud 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
These variants are also available:
$ gcloud alpha container fleet ingress describe
$ gcloud beta container fleet ingress describe

View file

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

View file

@ -0,0 +1,37 @@
NAME
gcloud container fleet ingress enable - enable Multi-cluster Ingress
Feature
SYNOPSIS
gcloud container fleet ingress enable
[--config-membership=CONFIG_MEMBERSHIP] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command enables Multi-cluster Ingress Feature in a fleet.
EXAMPLES
To enable the Ingress Feature, run:
$ gcloud 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
These variants are also available:
$ gcloud alpha container fleet ingress enable
$ gcloud beta container fleet ingress enable

View file

@ -0,0 +1,36 @@
NAME
gcloud container fleet ingress - manage Multi-cluster Ingress Feature
SYNOPSIS
gcloud container fleet ingress COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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
Describe the status of Multi-cluster Ingress Feature resource.
disable
Disable Multi-cluster Ingress Feature.
enable
Enable Multi-cluster Ingress Feature.
update
Update Multi-cluster Ingress Feature.
NOTES
These variants are also available:
$ gcloud alpha container fleet ingress
$ gcloud beta container fleet ingress

View file

@ -0,0 +1,37 @@
NAME
gcloud container fleet ingress update - update Multi-cluster Ingress
Feature
SYNOPSIS
gcloud container fleet ingress update
[--config-membership=CONFIG_MEMBERSHIP] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command updates Multi-cluster Ingress Feature in a fleet.
EXAMPLES
To update the Ingress Feature, run:
$ gcloud 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
These variants are also available:
$ gcloud alpha container fleet ingress update
$ gcloud beta container fleet ingress update