@@ -2405,7 +2405,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
2405
2405
2406
2406
# HTTP header `Content-Type`
2407
2407
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2408
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2408
+ ['application/merge-patch+json' ]) # noqa: E501
2409
2409
2410
2410
# Authentication setting
2411
2411
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2574,7 +2574,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
2574
2574
2575
2575
# HTTP header `Content-Type`
2576
2576
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2577
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2577
+ ['application/merge-patch+json' ]) # noqa: E501
2578
2578
2579
2579
# Authentication setting
2580
2580
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2743,7 +2743,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
2743
2743
2744
2744
# HTTP header `Content-Type`
2745
2745
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2746
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2746
+ ['application/merge-patch+json' ]) # noqa: E501
2747
2747
2748
2748
# Authentication setting
2749
2749
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2921,7 +2921,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
2921
2921
2922
2922
# HTTP header `Content-Type`
2923
2923
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2924
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2924
+ ['application/merge-patch+json' ]) # noqa: E501
2925
2925
2926
2926
# Authentication setting
2927
2927
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3099,7 +3099,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
3099
3099
3100
3100
# HTTP header `Content-Type`
3101
3101
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3102
- ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3102
+ ['application/merge-patch+json' ]) # noqa: E501
3103
3103
3104
3104
# Authentication setting
3105
3105
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3277,7 +3277,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
3277
3277
3278
3278
# HTTP header `Content-Type`
3279
3279
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3280
- ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3280
+ ['application/merge-patch+json' ]) # noqa: E501
3281
3281
3282
3282
# Authentication setting
3283
3283
auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments