View Source Bonny.Pluggable.ApplyDescendants (bonny v1.4.0)
Applies all the descendants added to the %Bonny.Axn{}
struct.
Options
:events_for_actions
- List of actions for which events will be created upon successful apply. Defaults to[:add, :modify]
(Reconcile actions are triggered regularly which would create lots of events for no actions.):force
and:field_manager
- Options forwarded toK8s.Client.apply()
.
Examples
step Bonny.Pluggable.ApplyDescendants,
events_for_actions: [:add, :modify, :reconcile],
field_manager: "MyOperator",
force: true