
    ^                     b    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zy)	z6The command to get the status of the CloudRun feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZy)DescribezDescribe the status of the CloudRun feature.

  ## EXAMPLES

  To get the detailed current status of the CloudRun Feature in Anthos clusters,
  run:

    $ {command}
  appdevexperienceN)__name__
__module____qualname____doc__feature_name     0lib/surface/container/fleet/cloudrun/describe.pyr   r      s     $,r   r   N)	r   
__future__r   r   r   3googlecloudsdk.command_lib.container.fleet.featuresr   DescribeCommandr   r   r   r   <module>r      s(    = &  ' D$t## $r   