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

  This command disables the Multi-cluster Services Feature in a fleet.

  ## EXAMPLES

  To disable the Multi-cluster Services Feature, run:

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