This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
[Breaking] Refactor Plugin Interface
Plugins are be able to manage complex state and have a simplified interface to perform:
- resource state management
- add finalizers to every task
- add custom abort handlers
- K8s and services should have a simpler interface to write plugins, but the power of raw plugins is available to the plugin writer.