You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger the after-sleep handling cycles via the progress storage, the same way as it is triggered for the no-sleep handlers.
Description
This aspect was unintentionally forgotten in #331, where the handlers' persistence was made configurable.
If the resource would have no arbitrary field preservation (e.g. for built-in resources), the dummy patching would be silently ignored by K8s API.
With this PR, the dummy patches are made the same way as the regular handlers are patched, so the handling cycles are always provoked after the sleeps.
What do these changes do?
Trigger the after-sleep handling cycles via the progress storage, the same way as it is triggered for the no-sleep handlers.
Description
This aspect was unintentionally forgotten in #331, where the handlers' persistence was made configurable.
If the resource would have no arbitrary field preservation (e.g. for built-in resources), the dummy patching would be silently ignored by K8s API.
With this PR, the dummy patches are made the same way as the regular handlers are patched, so the handling cycles are always provoked after the sleeps.
Issues/PRs
Type of changes
Checklist
CONTRIBUTORS.txt
The text was updated successfully, but these errors were encountered: