1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +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 hub fleetobservability describe - describes the
status of the Fleet Observability Feature resource
SYNOPSIS
gcloud beta container hub 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 hub 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 hub fleetobservability describe
$ gcloud alpha container hub fleetobservability describe

View file

@ -0,0 +1,37 @@
NAME
gcloud beta container hub fleetobservability disable - disables the Fleet
Observability Feature
SYNOPSIS
gcloud beta container hub 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 hub 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 hub fleetobservability disable
$ gcloud alpha container hub fleetobservability disable

View file

@ -0,0 +1,31 @@
NAME
gcloud beta container hub fleetobservability enable - enables the Fleet
Observability Feature
SYNOPSIS
gcloud beta container hub 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 hub 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 hub fleetobservability enable
$ gcloud alpha container hub fleetobservability enable

View file

@ -0,0 +1,39 @@
NAME
gcloud beta container hub fleetobservability - manage Fleet Observability
Feature
SYNOPSIS
gcloud beta container hub 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 hub fleetobservability
$ gcloud alpha container hub fleetobservability

View file

@ -0,0 +1,60 @@
NAME
gcloud beta container hub fleetobservability update - updates the Fleet
Observability Feature resource
SYNOPSIS
gcloud beta container hub 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 hub 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 hub fleetobservability update
$ gcloud alpha container hub fleetobservability update