
    G                         d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 ddlm
Z
 ddlmZ d	Ze	j                   e	j                   e	j"                  j$                         G d
 de	j&                                      Zy)zNCommand to describe a node pool in an Anthos standalone cluster on bare metal.    )absolute_import)division)unicode_literals)standalone_node_pools)base)parser_arguments)standalone_node_pool_flagsz
To describe a node pool named ``my-node-pool'' in a cluster named
``my-cluster'' managed in location ``us-west1'', run:

$ {command} my-node-pool --standalone-cluster=my-cluster --location=us-west1
c                   H    e Zd ZdZdeiZedej                  fd       Z	d Z
y)DescribezCDescribe a node pool in an Anthos standalone cluster on bare metal.EXAMPLESparserc                 0    t        j                  | d       y )Nzto describe)flagsAddNodePoolResourceArg)r   s    Blib/surface/container/bare_metal/standalone_node_pools/describe.pyArgszDescribe.Args)   s    	  7    c                     |j                   j                  j                         }t        j                         }|j                  |      S )zRuns the describe command.)CONCEPTS	node_poolParseapisStandaloneNodePoolsClientr   )selfargsnode_pool_refclients       r   RunzDescribe.Run-   s7    MM++113M++-F??=))r   N)__name__
__module____qualname____doc__	_EXAMPLESdetailed_helpstaticmethodr   ArgumentInterceptorr   r    r   r   r   r   "   s7     Ly)-8#77 8 8*r   r   N)r"   
__future__r   r   r   *googlecloudsdk.api_lib.container.gkeonpremr   r   googlecloudsdk.callioper   r   /googlecloudsdk.command_lib.container.bare_metalr	   r   r#   HiddenReleaseTracksReleaseTrackALPHADescribeCommandr   r'   r   r   <module>r1      sm    U &  ' T ( 4 _	 D%%++,*t## * - *r   