24 lines
501 B
YAML
24 lines
501 B
YAML
release_tracks: [GA, ALPHA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a mesh.
|
|
description: Show details of a mesh.
|
|
|
|
examples: |
|
|
Show details about a mesh named 'my-mesh'.
|
|
|
|
$ {command} my-mesh --location=global
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_services.resources:mesh
|
|
help_text: Name of the mesh to be described.
|
|
|
|
request: &request
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
collection: networkservices.projects.locations.meshes
|