22 lines
593 B
YAML
22 lines
593 B
YAML
- release_tracks: [ALPHA, GA]
|
|
|
|
help_text:
|
|
brief: Show details about the cluster.
|
|
description: Show details about the cluster.
|
|
examples: |
|
|
To show details about a cluster called 'my-cluster' in region us-central1, run:
|
|
|
|
$ {command} my-cluster --location=us-central1
|
|
|
|
request:
|
|
collection: edgecontainer.projects.locations.clusters
|
|
ALPHA:
|
|
api_version: v1alpha
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The cluster you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.edge_cloud.container.resources:cluster
|