
                         0   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                  j                   e	j                  j"                  e	j                  j$                         G d
 de	j&                               Zy)z6Command to describe an Anthos on VMware admin cluster.    )absolute_import)division)unicode_literals)vmware_admin_clusters)base)parser_arguments)flagsz
To describe an admin cluster named ``my-cluster'' managed in location ``us-west1'',
run:

$ {command} 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)Describez+Describe an Anthos on VMware admin cluster.EXAMPLESparserc                 0    t        j                  | d       y)z!Registers flags for this command.zto describeN)r	   AddAdminClusterResourceArg)r   s    7lib/surface/container/vmware/admin_clusters/describe.pyArgszDescribe.Args*   s     
$$V];    c                     |j                   j                  j                         }t        j                         }|j                  |      S )zRuns the describe command.)CONCEPTSadmin_clusterParseapisAdminClustersClientr   )selfargscluster_refclients       r   RunzDescribe.Run/   s7    ----335K%%'F??;''r   N)__name__
__module____qualname____doc__	_EXAMPLESdetailed_helpstaticmethodr   ArgumentInterceptorr   r    r   r   r   r   "   s6     4y)-<#77 < <(r   r   N)r!   
__future__r   r   r   *googlecloudsdk.api_lib.container.gkeonpremr   r   googlecloudsdk.callioper   r   +googlecloudsdk.command_lib.container.vmwarer	   r"   ReleaseTracksReleaseTrackALPHABETAGADescribeCommandr   r&   r   r   <module>r1      s    = &  ' T ( 4 =	 T..33T5F5F5I5I(t## ((r   