@@ -1719,7 +1719,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
1719
1719
1720
1720
# HTTP header `Content-Type`
1721
1721
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
1722
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
1722
+ ['application/merge-patch+json' ]) # noqa: E501
1723
1723
1724
1724
# Authentication setting
1725
1725
auth_settings = ['BearerToken' ] # noqa: E501
@@ -1851,7 +1851,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
1851
1851
1852
1852
# HTTP header `Content-Type`
1853
1853
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
1854
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
1854
+ ['application/merge-patch+json' ]) # noqa: E501
1855
1855
1856
1856
# Authentication setting
1857
1857
auth_settings = ['BearerToken' ] # noqa: E501
@@ -1983,7 +1983,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
1983
1983
1984
1984
# HTTP header `Content-Type`
1985
1985
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
1986
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
1986
+ ['application/merge-patch+json' ]) # noqa: E501
1987
1987
1988
1988
# Authentication setting
1989
1989
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2123,7 +2123,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
2123
2123
2124
2124
# HTTP header `Content-Type`
2125
2125
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2126
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2126
+ ['application/merge-patch+json' ]) # noqa: E501
2127
2127
2128
2128
# Authentication setting
2129
2129
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2263,7 +2263,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
2263
2263
2264
2264
# HTTP header `Content-Type`
2265
2265
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2266
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2266
+ ['application/merge-patch+json' ]) # noqa: E501
2267
2267
2268
2268
# Authentication setting
2269
2269
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2403,7 +2403,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
2403
2403
2404
2404
# HTTP header `Content-Type`
2405
2405
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2406
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2406
+ ['application/merge-patch+json' ]) # noqa: E501
2407
2407
2408
2408
# Authentication setting
2409
2409
auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments