
    k                         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                  j                         G d dej                               Zy)	z3The command to disable Namespace Actuation Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZy)Deletea@  Delete Namespace Actuation Feature.

  This command deletes Namespace Actuation Feature in a fleet.
  Deleting the feature object doesn't delete the Namespace actuation as it is an
  opt-out feature, it only removes any configuration.

  ## EXAMPLES

  To delete the Namespace Actuation Feature, run:

    $ {command}
  namespaceactuationN)__name__
__module____qualname____doc__feature_name     8lib/surface/container/fleet/namespaceactuation/delete.pyr   r      s     &,r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   calliope_base3googlecloudsdk.command_lib.container.fleet.featuresReleaseTracksReleaseTrackALPHADisableCommandr   r   r   r   <module>r      sS    : &  ' 9 D ]77==>&T   & ?&r   