@@ -1727,7 +1727,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
1727
1727
1728
1728
# HTTP header `Content-Type`
1729
1729
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
1730
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
1730
+ ['application/merge-patch+json' ]) # noqa: E501
1731
1731
1732
1732
# Authentication setting
1733
1733
auth_settings = ['BearerToken' ] # noqa: E501
@@ -1859,7 +1859,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
1859
1859
1860
1860
# HTTP header `Content-Type`
1861
1861
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
1862
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
1862
+ ['application/merge-patch+json' ]) # noqa: E501
1863
1863
1864
1864
# Authentication setting
1865
1865
auth_settings = ['BearerToken' ] # noqa: E501
@@ -1991,7 +1991,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
1991
1991
1992
1992
# HTTP header `Content-Type`
1993
1993
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
1994
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
1994
+ ['application/merge-patch+json' ]) # noqa: E501
1995
1995
1996
1996
# Authentication setting
1997
1997
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2131,7 +2131,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
2131
2131
2132
2132
# HTTP header `Content-Type`
2133
2133
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2134
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2134
+ ['application/merge-patch+json' ]) # noqa: E501
2135
2135
2136
2136
# Authentication setting
2137
2137
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2271,7 +2271,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
2271
2271
2272
2272
# HTTP header `Content-Type`
2273
2273
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2274
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2274
+ ['application/merge-patch+json' ]) # noqa: E501
2275
2275
2276
2276
# Authentication setting
2277
2277
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2411,7 +2411,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
2411
2411
2412
2412
# HTTP header `Content-Type`
2413
2413
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2414
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2414
+ ['application/merge-patch+json' ]) # noqa: E501
2415
2415
2416
2416
# Authentication setting
2417
2417
auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments