Closed
Description
Link to the issue (please include a link to the specific documentation or example):
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/AppsV1Api.md#patch_namespaced_deployment_scale and other patch_*
methods.
Description of the issue (please include outputs or screenshots if possible):
The type for the method's body
parameter is UNKNOWN_BASE_TYPE
. It's not clear to me what to pass to the method (i'm guessing V1Scale
in this instance).