HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //usr/lib/google-cloud-sdk/lib/surface/edge_cloud/container/clusters/list.yaml
# TODO(b/331978625): Unify GA in python after validating Alpha.
- release_tracks: [GA]

  help_text:
    brief: List Edge Container clusters.
    description: |
      List Edge Container clusters.
    examples: |
      To list the clusters in region us-central1, run:

        $ {command} --location=us-central1

  request:
    collection: edgecontainer.projects.locations.clusters
    GA:
      api_version: v1

  response:
    id_field: name

  arguments:
    resource:
      help_text: Parent Edge Container location to list all contained Edge Container clusters.
      spec: !REF googlecloudsdk.command_lib.edge_cloud.container.resources:location

  output:
    format: |
      table(
        name.basename():label=NAME,
        endpoint:label=ENDPOINT,
        labels:label=LABELS,
        controlPlaneVersion:label=CONTROL_PLANE_VERSION,
        nodeVersion:label=NODE_VERSION,
        createTime.date():label=CREATED
      )