
                         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)	z=The command to get the status of Fleet Observability Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZy)DescribezDescribes the status of the Fleet Observability Feature resource.

  This command gets the detailed status of the Fleet Observability Feature
  in a fleet.

  ## EXAMPLES

  To describe the Fleet Observability Feature, run:

    $ {command}
  fleetobservabilityN)__name__
__module____qualname____doc__feature_name     :lib/surface/container/fleet/fleetobservability/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 &  ' D&t## &r   