
                             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)	z5The command to disable the Workload Identity Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZdZy)DisablezDisable Workload Identity Feature.

  Disable the Workload Identity Feature in a fleet.

  ## Examples

  To disable the Workload Identity Feature, run:

    $ {command}
  workloadidentityzWorkload IdentityN)__name__
__module____qualname____doc__feature_namefeature_display_name     8lib/surface/container/fleet/workload_identity/disable.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DisableCommandr   r   r   r   <module>r      sd    < &  ' ( U D%%++,-l)) - - -r   