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

  Disables the Service Directory Feature in a fleet.

  ## EXAMPLES

  To disable the Service Directory Feature, run:

    $ {command}
  servicedirectoryN)__name__
__module____qualname____doc__feature_name     8lib/surface/container/fleet/service_directory/disable.pyr   r      s    	 $,r   r   N)	r   
__future__r   r   r   3googlecloudsdk.command_lib.container.fleet.featuresr   DisableCommandr   r   r   r   <module>r      s(    < &  ' D$d!! $r   