Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

[Breaking] Refactor Plugin Interface

Compare
Choose a tag to compare
@EngHabu EngHabu released this 11 Nov 23:44
· 342 commits to master since this release
c7dd2eb

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.