gtsystem / lightkube

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

Bug fix: Fix issue with CRD listing. #26

Closed gtsystem closed 2 years ago

gtsystem commented 2 years ago

It seems k8s always send the continue attribute (but with an empty string value) for this kind of resources.

Fixes #25