@@ -1719,7 +1719,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
17191719
17201720 # HTTP header `Content-Type`
17211721 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
17231723
17241724 # Authentication setting
17251725 auth_settings = ['BearerToken' ] # noqa: E501
@@ -1851,7 +1851,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
18511851
18521852 # HTTP header `Content-Type`
18531853 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
18551855
18561856 # Authentication setting
18571857 auth_settings = ['BearerToken' ] # noqa: E501
@@ -1983,7 +1983,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
19831983
19841984 # HTTP header `Content-Type`
19851985 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
19871987
19881988 # Authentication setting
19891989 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2123,7 +2123,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
21232123
21242124 # HTTP header `Content-Type`
21252125 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
21272127
21282128 # Authentication setting
21292129 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2263,7 +2263,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
22632263
22642264 # HTTP header `Content-Type`
22652265 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
22672267
22682268 # Authentication setting
22692269 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2403,7 +2403,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
24032403
24042404 # HTTP header `Content-Type`
24052405 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
24072407
24082408 # Authentication setting
24092409 auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments