mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
NAME
|
|
gcloud container fleet packages rollouts describe - describe Rollout
|
|
resource
|
|
|
|
SYNOPSIS
|
|
gcloud container fleet packages rollouts describe NAME
|
|
--fleet-package=FLEET_PACKAGE [--less] [--location=LOCATION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Describe Rollout resource.
|
|
|
|
EXAMPLES
|
|
To view Rollout 20240318 for cert-manager-app in us-central1, run:
|
|
|
|
$ gcloud container fleet packages rollouts describe 20240318 \
|
|
--fleet-package=cert-manager-app --location=us-central1
|
|
|
|
POSITIONAL ARGUMENTS
|
|
NAME
|
|
Resource name.
|
|
|
|
REQUIRED FLAGS
|
|
--fleet-package=FLEET_PACKAGE
|
|
Parent Fleet Package of the Rollout.
|
|
|
|
OPTIONAL FLAGS
|
|
--less
|
|
Show less verbose output.
|
|
|
|
--location=LOCATION
|
|
Google Cloud zone or region.
|
|
|
|
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 packages rollouts describe
|
|
|
|
$ gcloud beta container fleet packages rollouts describe
|
|
|