gtsystem / lightkube

Modern lightweight kubernetes module for python
https://lightkube.readthedocs.io
MIT License
96 stars 11 forks source link

Issue 50 - `load_all_yml` supports List objects #51

Closed addyess closed 11 months ago

addyess commented 1 year ago

As described in https://github.com/gtsystem/lightkube/issues/50, List resources aren't supported through the load_all_yaml(..) method. This adds deep parsing for the items in a List resource, as well as raising a LoadResourceError on non-dict objects in from_dict