kelproject / pykube

Python client library for Kubernetes
Apache License 2.0
349 stars 183 forks source link

Add LimitRange support #118

Closed amnk closed 7 years ago

amnk commented 7 years ago

If someone works with resources, limitranges might be useful: https://kubernetes.io/docs/admin/limitrange/

I tested those changes and they worked (as well as all tox tests passed), but if there is something else to add - please let me know.