@@ -1537,7 +1537,7 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs):
15371537 for asynchronous request. (optional)
15381538 :param str name: name of the Deployment (required)
15391539 :param str namespace: object name and auth scope, such as for teams and projects (required)
1540- :param V1Patch body: (required)
1540+ :param object body: (required)
15411541 :param str pretty: If 'true', then the output is pretty printed.
15421542 :return: AppsV1beta1Deployment
15431543 If the method is called asynchronously,
@@ -1565,7 +1565,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw
15651565 for asynchronous request. (optional)
15661566 :param str name: name of the Deployment (required)
15671567 :param str namespace: object name and auth scope, such as for teams and projects (required)
1568- :param V1Patch body: (required)
1568+ :param object body: (required)
15691569 :param str pretty: If 'true', then the output is pretty printed.
15701570 :return: AppsV1beta1Deployment
15711571 If the method is called asynchronously,
@@ -1660,7 +1660,7 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs):
16601660 for asynchronous request. (optional)
16611661 :param str name: name of the Deployment (required)
16621662 :param str namespace: object name and auth scope, such as for teams and projects (required)
1663- :param V1Patch body: (required)
1663+ :param object body: (required)
16641664 :param str pretty: If 'true', then the output is pretty printed.
16651665 :return: AppsV1beta1Deployment
16661666 If the method is called asynchronously,
@@ -1688,7 +1688,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod
16881688 for asynchronous request. (optional)
16891689 :param str name: name of the Deployment (required)
16901690 :param str namespace: object name and auth scope, such as for teams and projects (required)
1691- :param V1Patch body: (required)
1691+ :param object body: (required)
16921692 :param str pretty: If 'true', then the output is pretty printed.
16931693 :return: AppsV1beta1Deployment
16941694 If the method is called asynchronously,
@@ -1783,7 +1783,7 @@ def patch_namespaced_scale_scale(self, name, namespace, body, **kwargs):
17831783 for asynchronous request. (optional)
17841784 :param str name: name of the Scale (required)
17851785 :param str namespace: object name and auth scope, such as for teams and projects (required)
1786- :param V1Patch body: (required)
1786+ :param object body: (required)
17871787 :param str pretty: If 'true', then the output is pretty printed.
17881788 :return: AppsV1beta1Scale
17891789 If the method is called asynchronously,
@@ -1811,7 +1811,7 @@ def patch_namespaced_scale_scale_with_http_info(self, name, namespace, body, **k
18111811 for asynchronous request. (optional)
18121812 :param str name: name of the Scale (required)
18131813 :param str namespace: object name and auth scope, such as for teams and projects (required)
1814- :param V1Patch body: (required)
1814+ :param object body: (required)
18151815 :param str pretty: If 'true', then the output is pretty printed.
18161816 :return: AppsV1beta1Scale
18171817 If the method is called asynchronously,
@@ -1906,7 +1906,7 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs):
19061906 for asynchronous request. (optional)
19071907 :param str name: name of the StatefulSet (required)
19081908 :param str namespace: object name and auth scope, such as for teams and projects (required)
1909- :param V1Patch body: (required)
1909+ :param object body: (required)
19101910 :param str pretty: If 'true', then the output is pretty printed.
19111911 :return: V1beta1StatefulSet
19121912 If the method is called asynchronously,
@@ -1934,7 +1934,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, **
19341934 for asynchronous request. (optional)
19351935 :param str name: name of the StatefulSet (required)
19361936 :param str namespace: object name and auth scope, such as for teams and projects (required)
1937- :param V1Patch body: (required)
1937+ :param object body: (required)
19381938 :param str pretty: If 'true', then the output is pretty printed.
19391939 :return: V1beta1StatefulSet
19401940 If the method is called asynchronously,
@@ -2029,7 +2029,7 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs):
20292029 for asynchronous request. (optional)
20302030 :param str name: name of the StatefulSet (required)
20312031 :param str namespace: object name and auth scope, such as for teams and projects (required)
2032- :param V1Patch body: (required)
2032+ :param object body: (required)
20332033 :param str pretty: If 'true', then the output is pretty printed.
20342034 :return: V1beta1StatefulSet
20352035 If the method is called asynchronously,
@@ -2057,7 +2057,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b
20572057 for asynchronous request. (optional)
20582058 :param str name: name of the StatefulSet (required)
20592059 :param str namespace: object name and auth scope, such as for teams and projects (required)
2060- :param V1Patch body: (required)
2060+ :param object body: (required)
20612061 :param str pretty: If 'true', then the output is pretty printed.
20622062 :return: V1beta1StatefulSet
20632063 If the method is called asynchronously,
0 commit comments