gtsystem / lightkube

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

Simplify custom resources creation #28

Closed gtsystem closed 2 years ago

gtsystem commented 2 years ago

Closes #27. Lightkube now always try to set apiVersion and kind (if not specified already) before creating/replacing resources. These attributes are extracted from the Resource definition.

bradfair commented 2 years ago

Thank you!