Skip to content

Commit f491f20

Browse files
Wording #2214
1 parent 713593d commit f491f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/operator/using-topology-operator.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@ Properties that cannot be updated is documented in the [Messaging Topology Opera
519519

520520
Deleting custom resources will delete the corresponding resources in the RabbitMQ cluster. Messaging Topology Operator sets kubernetes
521521
[finalizers](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#finalizers) on all custom
522-
resources.
522+
resources.
523523

524-
Starting from Messaging Topology Operator version `1.17`, you can control the deletion behavior for `Federation`, `Queue`, `Shovel`, and `Vhost` resources using the `deletionPolicy` field.
525-
This field determines what happens to the corresponding resource in RabbitMQ cluster when the custom resource is deleted. The deletionPolicy can be set to:
524+
Starting from Messaging Topology Operator version `1.17`, deletion behavior for `Federation`, `Queue`, `Shovel`, and `Vhost` resources can be controlled using the `deletionPolicy` field.
525+
This field determines what happens to the corresponding resource in RabbitMQ cluster when the custom resource is deleted. The deletionPolicy can be set to:
526526
* `delete`: The resource will be removed from RabbitMQ cluster when the custom resource deleted (default)
527527
* `retain`: The resource will remain in RabbitMQ cluster when the custom resource deleted
528528

0 commit comments

Comments
 (0)