We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge-patch+json
The patch_namespaced_custom_object function will only accept patches of type merge-patch+json as can be seen in here:
patch_namespaced_custom_object
https://github.com/kubernetes-client/python/blob/master/kubernetes/client/apis/custom_objects_api.py#L2038
It should also be possible to specify a json-patch+json object, that is what kubectl patch uses.
json-patch+json
kubectl patch
The text was updated successfully, but these errors were encountered:
It's already fixed here: kubernetes-client/gen#119 and it should be generated in the next release of the library.
Sorry, something went wrong.
No branches or pull requests
The
patch_namespaced_custom_object
function will only accept patches of typemerge-patch+json
as can be seen in here:https://github.com/kubernetes-client/python/blob/master/kubernetes/client/apis/custom_objects_api.py#L2038
It should also be possible to specify a
json-patch+json
object, that is whatkubectl patch
uses.The text was updated successfully, but these errors were encountered: