
    C                     &   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)	z1The command group for cloud dataproc node groups.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)GceNodePoolsa_  Manage Dataproc node groups.

  Manage and modify Dataproc node groups created with a parent cluster.

  ## EXAMPLES

  To describe a node group:

    $ {command} describe NODE_GROUP_ID --cluster cluster_name --region region

  To resize a node group:

    $ {command} resize NODE_GROUP_ID --cluster cluster_name --region region
    --size new_size
  N)__name__
__module____qualname____doc__     ,lib/surface/dataproc/node_groups/__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{    8 &  ' ( T..33T5F5F5I5I4::  r   