how to pass patch type in patch_namespaced_deployment function in python kubernetes client?

364 Views Asked by At

I need help in patch_namespaced_deployment function in python kubernetes client, how i can pass patch type in this function. I want to use MergePatchType for patching the deployment.

api_instance.patch_namespaced_deployment(name, namespace, body, pretty=pretty, dry_run=dry_run, field_manager=field_manager, force=force)

0

There are 0 best solutions below