@@ -1991,7 +1991,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
19911991
19921992 # HTTP header `Content-Type`
19931993 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
19951995
19961996 # Authentication setting
19971997 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2123,7 +2123,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
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
@@ -2255,7 +2255,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
22552255
22562256 # HTTP header `Content-Type`
22572257 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2258- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2258+ ['application/merge-patch+json' ]) # noqa: E501
22592259
22602260 # Authentication setting
22612261 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2395,7 +2395,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
23952395
23962396 # HTTP header `Content-Type`
23972397 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2398- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2398+ ['application/merge-patch+json' ]) # noqa: E501
23992399
24002400 # Authentication setting
24012401 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2535,7 +2535,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
25352535
25362536 # HTTP header `Content-Type`
25372537 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2538- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2538+ ['application/merge-patch+json' ]) # noqa: E501
25392539
25402540 # Authentication setting
25412541 auth_settings = ['BearerToken' ] # noqa: E501
@@ -2675,7 +2675,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
26752675
26762676 # HTTP header `Content-Type`
26772677 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2678- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2678+ ['application/merge-patch+json' ]) # noqa: E501
26792679
26802680 # Authentication setting
26812681 auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments