You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering this as well. Not sure how this can be, as this code should have been auto-generated by swagger and PATCH is in the API specification.
Short of monkey-patching
kubernetes.client.CustomObjectsApi
there appears to be no way to PATCH a Custom Resource.I'd expect to see something similar to other APIs in the library, like
python/kubernetes/client/apis/apiextensions_v1beta1_api.py
Lines 595 to 700 in eeaf4f8
The text was updated successfully, but these errors were encountered: