File: //snap/google-cloud-cli/394/lib/surface/edge_cloud/container/clusters/node_pools/describe.yaml
release_tracks: [ALPHA, GA]
help_text:
  brief: Show details about the nodePool.
  description: Show details about the nodePool.
  examples: |
    To show details about a node pool called 'my-nodePool' in region us-central1, run:
      $ {command} my-nodePool --location=us-central1 --cluster=<my-cluster>
request:
  collection: edgecontainer.projects.locations.clusters.nodePools
  ALPHA:
    api_version: v1alpha
  GA:
    api_version: v1
arguments:
  resource:
    help_text: The nodePool you want to describe.
    spec: !REF googlecloudsdk.command_lib.edge_cloud.container.resources:nodePool