@@ -1991,7 +1991,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
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
@@ -2123,7 +2123,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
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
@@ -2255,7 +2255,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
2255
2255
2256
2256
# HTTP header `Content-Type`
2257
2257
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
2259
2259
2260
2260
# Authentication setting
2261
2261
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2395,7 +2395,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
2395
2395
2396
2396
# HTTP header `Content-Type`
2397
2397
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
2399
2399
2400
2400
# Authentication setting
2401
2401
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2535,7 +2535,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
2535
2535
2536
2536
# HTTP header `Content-Type`
2537
2537
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
2539
2539
2540
2540
# Authentication setting
2541
2541
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2675,7 +2675,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
2675
2675
2676
2676
# HTTP header `Content-Type`
2677
2677
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
2679
2679
2680
2680
# Authentication setting
2681
2681
auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments