Skip to content

Commit

Permalink
Add cancellation of ActionSet to docs (#5478)
Browse files Browse the repository at this point in the history
* Add cancellation of ActionSet to docs

* Change wording to maintain consistency
  • Loading branch information
DeepikaDixit authored and Ilya Kislenko committed Apr 25, 2019
1 parent 9e7c9fe commit cc07b9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,19 @@ Blueprint phase along with its state of execution and output.
Output map[string]interface{} `json:"output"`
}
Deleting an ActionSet will cause the controller to delete the ActionSet,
which will stop the execution of the actions.

.. code-block:: bash
$ kubectl --namespace kanister delete actionset s3backup-j4z6f
actionset.cr.kanister.io "s3backup-j4z6f" deleted
.. note::
Since ActionSets are `Custom Resources`, Kubernetes allows users to delete them like any other API objects.
Currently, `deleting` an ActionSet to stop execution is an **alpha** feature.

.. _profiles:

Profiles
Expand Down

0 comments on commit cc07b9b

Please sign in to comment.