
                         &   d Z ddlmZ ddlmZ ddlmZ ddlmZ ej                   ej                  ej                  j                  ej                  j                  ej                  j                         G d dej                                      Zy)	z.The command group for cloud dataproc clusters.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)Clustersa  Create and manage Dataproc clusters.

  Create and manage Dataproc clusters.

  ## EXAMPLES

  To create a cluster, run:

    $ {command} create my-cluster --region=us-central1

  To resize a cluster, run:

    $ {command} update my-cluster --region=us-central1 --num-workers 5

  To delete a cluster, run:

    $ {command} delete my-cluster --region=us-central1

  To view the details of a cluster, run:

    $ {command} describe my-cluster --region=us-central1

  To see the list of all clusters, run:

    $ {command} list
  N)__name__
__module____qualname____doc__     )lib/surface/dataproc/clusters/__init__.pyr   r      s    
r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   UniverseCompatibleReleaseTracksReleaseTrackALPHABETAGAGroupr   r   r   r   <module>r      s{    5 &  ' ( T..33T5F5F5I5Itzz  r   