# Constants
Abort is the default deletion strategy: it will abort the deletion operation if operands are on-cluster.
Delete will delete the operands associated with the operator before deleting the operator, allowing finalizers to run.
Ignore will ignore the operands when deleting the operator, in effect orphaning them.
# Variables
No description provided by the author
# Type aliases
DeletionStrategy describes how to handle operands on-cluster when deleting the associated operator.