zarf
zarf copied to clipboard
v1 deprecation, `.maxRetries` -> `retries`
Is your feature request related to a problem? Please describe.
Within all of the .components.x.actions
we will change .maxRetries
-> .retries
. We will make this change both on the defaults
and on the regular actions
.
Example paths this affects.
.components.x.actions.OnDeploy.Before.MaxRetries
-> .components.x.actions.OnDeploy.Before.retries
.components.x.actions.OnRemove.Default.MaxRetries
-> .components.x.actions.OnRemove.Default.retries
...
.components.x.actions.[OnAny].[AnyTimeOrDefault].MaxRetries
-> .components.x.actions.[OnAny].[AnyTimeOrDefault].retries