@@ -1537,7 +1537,7 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs):
1537
1537
for asynchronous request. (optional)
1538
1538
:param str name: name of the Deployment (required)
1539
1539
: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)
1541
1541
:param str pretty: If 'true', then the output is pretty printed.
1542
1542
:return: AppsV1beta1Deployment
1543
1543
If the method is called asynchronously,
@@ -1565,7 +1565,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw
1565
1565
for asynchronous request. (optional)
1566
1566
:param str name: name of the Deployment (required)
1567
1567
: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)
1569
1569
:param str pretty: If 'true', then the output is pretty printed.
1570
1570
:return: AppsV1beta1Deployment
1571
1571
If the method is called asynchronously,
@@ -1660,7 +1660,7 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs):
1660
1660
for asynchronous request. (optional)
1661
1661
:param str name: name of the Deployment (required)
1662
1662
: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)
1664
1664
:param str pretty: If 'true', then the output is pretty printed.
1665
1665
:return: AppsV1beta1Deployment
1666
1666
If the method is called asynchronously,
@@ -1688,7 +1688,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod
1688
1688
for asynchronous request. (optional)
1689
1689
:param str name: name of the Deployment (required)
1690
1690
: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)
1692
1692
:param str pretty: If 'true', then the output is pretty printed.
1693
1693
:return: AppsV1beta1Deployment
1694
1694
If the method is called asynchronously,
@@ -1783,7 +1783,7 @@ def patch_namespaced_scale_scale(self, name, namespace, body, **kwargs):
1783
1783
for asynchronous request. (optional)
1784
1784
:param str name: name of the Scale (required)
1785
1785
: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)
1787
1787
:param str pretty: If 'true', then the output is pretty printed.
1788
1788
:return: AppsV1beta1Scale
1789
1789
If the method is called asynchronously,
@@ -1811,7 +1811,7 @@ def patch_namespaced_scale_scale_with_http_info(self, name, namespace, body, **k
1811
1811
for asynchronous request. (optional)
1812
1812
:param str name: name of the Scale (required)
1813
1813
: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)
1815
1815
:param str pretty: If 'true', then the output is pretty printed.
1816
1816
:return: AppsV1beta1Scale
1817
1817
If the method is called asynchronously,
@@ -1906,7 +1906,7 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs):
1906
1906
for asynchronous request. (optional)
1907
1907
:param str name: name of the StatefulSet (required)
1908
1908
: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)
1910
1910
:param str pretty: If 'true', then the output is pretty printed.
1911
1911
:return: V1beta1StatefulSet
1912
1912
If the method is called asynchronously,
@@ -1934,7 +1934,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, **
1934
1934
for asynchronous request. (optional)
1935
1935
:param str name: name of the StatefulSet (required)
1936
1936
: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)
1938
1938
:param str pretty: If 'true', then the output is pretty printed.
1939
1939
:return: V1beta1StatefulSet
1940
1940
If the method is called asynchronously,
@@ -2029,7 +2029,7 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs):
2029
2029
for asynchronous request. (optional)
2030
2030
:param str name: name of the StatefulSet (required)
2031
2031
: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)
2033
2033
:param str pretty: If 'true', then the output is pretty printed.
2034
2034
:return: V1beta1StatefulSet
2035
2035
If the method is called asynchronously,
@@ -2057,7 +2057,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b
2057
2057
for asynchronous request. (optional)
2058
2058
:param str name: name of the StatefulSet (required)
2059
2059
: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)
2061
2061
:param str pretty: If 'true', then the output is pretty printed.
2062
2062
:return: V1beta1StatefulSet
2063
2063
If the method is called asynchronously,
0 commit comments