
                             d Z ddlmZ ddlmZ ddlmZ ddlmZ ej                   G d dej                               Z	y)	z@The command group for cloud dataproc GKE-based virtual clusters.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)GkeaT  Create Dataproc GKE-based virtual clusters.

  All interactions other than creation should be handled by
  "gcloud dataproc clusters" commands.

  ## EXAMPLES

  To create a cluster, run:

    $ {command} my-cluster --region='us-central1' --gke-cluster='my-gke-cluster'
    --spark-engine-version='latest' --pools='name=dp,roles=default'
  N)__name__
__module____qualname____doc__     -lib/surface/dataproc/clusters/gke/__init__.pyr   r      s    r   r   N)
r   
__future__r   r   r   googlecloudsdk.callioper   DefaultUniverseOnlyGroupr   r   r   r   <module>r      s<    G &  ' ( $**  r   