Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@rbw rbw released this 23 Jan 20:15
· 38 commits to master since this release
f0aee9f
  • The Resource base class (k8s.components.resource) has been reworked to support multi-line output and perfdata.
  • Resources are now required to implement all health-check logic in Resource._get_status
  • The Result class (k8s.result) was added, which is used for serialization of Status objects.
  • Bugfix: Deployments without replicas causes KeyError