HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/lib/googlecloudsdk/command_lib/edge_cloud/container/resources.yaml
project:
  name: project
  collection: edgecontainer.projects
  attributes:
  - &project
    parameter_name: projectsId
    attribute_name: project
    help: The project name.
    property: core/project

location:
  name: location
  collection: edgecontainer.projects.locations
  attributes:
  - *project
  - &location
    parameter_name: locationsId
    attribute_name: location
    help: The global location name.
    property: edge_container/location
  disable_auto_completers: false

zone:
  name: zone
  collection: edgecontainer.projects.locations
  attributes:
  - *project
  - &zone
    parameter_name: locationsId
    attribute_name: zone
    help: The name of the Edge Container zone.
  disable_auto_completers: false

cluster:
  name: cluster
  collection: edgecontainer.projects.locations.clusters
  attributes:
  - *project
  - *location
  - &cluster
    parameter_name: clustersId
    attribute_name: cluster
    help: Kubernetes cluster.
  disable_auto_completers: false

cluster_with_default:
  name: cluster
  collection: edgecontainer.projects.locations.clusters
  request_id_field: clusterId
  attributes:
  - *project
  - *location
  - &cluster_with_default
    parameter_name: clustersId
    attribute_name: cluster
    help: Kubernetes cluster.
    fallthroughs:
    # TODO(b/231638586): figure out a solution to prevent duplicate help text.
    - hook: googlecloudsdk.command_lib.edge_cloud.container.fallthrough:GetClusterFallthrough
      hint: |-
        provide the argument --cluster on the command line
  disable_auto_completers: false

nodePool:
  name: node pool
  collection: edgecontainer.projects.locations.clusters.nodePools
  request_id_field: nodePoolId
  attributes:
  - *project
  - *location
  - *cluster
  - &nodePool
    parameter_name: nodePoolsId
    attribute_name: node_pool
    help: Pool of Kubernetes nodes with similar properties.
  disable_auto_completers: false

machine:
  name: machine
  collection: edgecontainer.projects.locations.machines
  request_id_field: machineId
  attributes:
  - *project
  - *location
  - &machine
    parameter_name: machinesId
    attribute_name: machine
    help: Machines represent compute entities which can assume the role of a node in a cluster.
  disable_auto_completers: false

vpnConnection:
  name: vpn connection
  collection: edgecontainer.projects.locations.vpnConnections
  request_id_field: vpnConnectionId
  attributes:
  - *project
  - *location
  - &vpnConnection
    parameter_name: vpnConnectionsId
    attribute_name: vpn_connection
    help: VPN connection between cluster and GCP VPC.
  disable_auto_completers: false

operation:
  name: operation
  collection: edgecontainer.projects.locations.operations
  attributes:
  - *project
  - *location
  - parameter_name: operationsId
    attribute_name: operation
    help: Edge-container long running operation.
  disable_auto_completers: false