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

  This command disables the CloudRun feature in Anthos clusters.

  ## EXAMPLES

  To disable the CloudRun Feature, run:

    $ {command}
  appdevexperienceN)__name__
__module____qualname____doc__feature_name     /lib/surface/container/fleet/cloudrun/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(    3 &  ' D$d!! $r   