1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu Jul 20 11:47:24 UTC 2023

This commit is contained in:
Automated 2023-07-20 11:47:25 +00:00
parent b4c2508b12
commit 64e67b443c
325 changed files with 10090 additions and 1806 deletions

View file

@ -0,0 +1,33 @@
NAME
gcloud beta container fleet fleetobservability describe - describes the
status of the Fleet Observability Feature resource
SYNOPSIS
gcloud beta container fleet fleetobservability describe
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command gets the detailed status of the Fleet Observability
Feature in a fleet.
EXAMPLES
To describe the Fleet Observability Feature, run:
$ gcloud beta container fleet fleetobservability 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 beta and might change without notice. These
variants are also available:
$ gcloud container fleet fleetobservability describe
$ gcloud alpha container fleet fleetobservability describe

View file

@ -0,0 +1,37 @@
NAME
gcloud beta container fleet fleetobservability disable - disables the Fleet
Observability Feature
SYNOPSIS
gcloud beta container fleet fleetobservability disable [--force]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command disables Fleet Observability Feature in a fleet.
EXAMPLES
To disable the Fleet Observability Feature, run:
$ gcloud beta container fleet fleetobservability 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 beta and might change without notice. These
variants are also available:
$ gcloud container fleet fleetobservability disable
$ gcloud alpha container fleet fleetobservability disable

View file

@ -0,0 +1,32 @@
NAME
gcloud beta container fleet fleetobservability enable - enables the Fleet
Observability Feature
SYNOPSIS
gcloud beta container fleet fleetobservability enable
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command enables Fleet Observability Feature in a fleet.
EXAMPLES
To enable the Fleet Observability Feature, run:
$ gcloud beta container fleet fleetobservability enable
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 beta and might change without notice. These
variants are also available:
$ gcloud container fleet fleetobservability enable
$ gcloud alpha container fleet fleetobservability enable

View file

@ -0,0 +1,40 @@
NAME
gcloud beta container fleet fleetobservability - manage Fleet Observability
Feature
SYNOPSIS
gcloud beta container fleet fleetobservability COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage Fleet Observability 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
(BETA) Describes the status of the Fleet Observability Feature
resource.
disable
(BETA) Disables the Fleet Observability Feature.
enable
(BETA) Enables the Fleet Observability Feature.
update
(BETA) Updates the Fleet Observability Feature resource.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet fleetobservability
$ gcloud alpha container fleet fleetobservability

View file

@ -0,0 +1,60 @@
NAME
gcloud beta container fleet fleetobservability update - updates the Fleet
Observability Feature resource
SYNOPSIS
gcloud beta container fleet fleetobservability update
[--logging-config=LOGGING_CONFIG] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command updates the Fleet Observability Feature in a fleet.
EXAMPLES
To describe the Fleet Observability Feature, run:
$ gcloud beta container fleet fleetobservability update \
--logging-config=LOGGING-CONFIG
FLAGS
--logging-config=LOGGING_CONFIG
Path of the YAML(or JSON) file that contains the logging
configurations.
The JSON file is formatted as follows, with camelCase field naming:
{
"loggingConfig": {
"defaultConfig": {
"mode": "COPY"
},
"fleetScopeLogsConfig": {
"mode": "MOVE"
}
}
}
The YAML file is formatted as follows, with camelCase field naming:
---
loggingConfig:
defaultConfig:
mode: COPY
fleetScopeLogsConfig:
mode: MOVE
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 beta and might change without notice. These
variants are also available:
$ gcloud container fleet fleetobservability update
$ gcloud alpha container fleet fleetobservability update

View file

@ -54,6 +54,9 @@ GROUPS
features
(BETA) Manage Hub Feature resources.
fleetobservability
(BETA) Manage Fleet Observability Feature.
identity-service
(BETA) Manage Identity Service Feature.