
    N                         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 ej                   ej                  ej                  j                         G d dej                                      Zy)	z;The command to get the status of Workload Identity Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZdZy)DescribezDescribe the status of Workload Identity Feature resource.

  Describe the status of the Workload Identity Feature resource in a fleet.

  ## Examples

  To describe the Workload Identity Feature, run:

    $ {command}
  workloadidentityzWorkload IdentityN)__name__
__module____qualname____doc__feature_namefeature_display_name     9lib/surface/container/fleet/workload_identity/describe.pyr   r      s    	 $,,r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   3googlecloudsdk.command_lib.container.fleet.featuresfeature_baseDefaultUniverseOnlyReleaseTracksReleaseTrackALPHADescribeCommandr   r   r   r   <module>r      se    B &  ' ( U D%%++,-|++ - - -r   