Kubernetes Python Client is a Python package to manages the Kubenetes API.
I added the support for Custom resources in the apply
composant. This allows to do the same thing than kubectl apply
on Custom resources but using Python.
Project link: https://github.com/kubernetes-client/python/pull/1806