Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@achetronic achetronic released this 21 Feb 01:59
· 1 commit to master since this release

Changes

  • Refactor functions in charge of parsing Kubernetes resources: objects from the watchers' events are now handling the errors more carefully
  • Watchers and events' processing logic are now separated: a shorter watcher is simpler and easier to debug. Now the watcher calls a handler function for each event. When the event fails to be processed, the watcher log the failure but goes for the next event

Contributors

@achetronic