Version 0.2.0
- 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