@@ -2425,7 +2425,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
2425
2425
2426
2426
# HTTP header `Content-Type`
2427
2427
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2428
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2428
+ ['application/merge-patch+json' ]) # noqa: E501
2429
2429
2430
2430
# Authentication setting
2431
2431
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2594,7 +2594,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
2594
2594
2595
2595
# HTTP header `Content-Type`
2596
2596
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2597
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2597
+ ['application/merge-patch+json' ]) # noqa: E501
2598
2598
2599
2599
# Authentication setting
2600
2600
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2763,7 +2763,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
2763
2763
2764
2764
# HTTP header `Content-Type`
2765
2765
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2766
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2766
+ ['application/merge-patch+json' ]) # noqa: E501
2767
2767
2768
2768
# Authentication setting
2769
2769
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2941,7 +2941,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
2941
2941
2942
2942
# HTTP header `Content-Type`
2943
2943
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2944
- ['application/json-patch+json' , 'application/ merge-patch+json' ]) # noqa: E501
2944
+ ['application/merge-patch+json' ]) # noqa: E501
2945
2945
2946
2946
# Authentication setting
2947
2947
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3119,7 +3119,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
3119
3119
3120
3120
# HTTP header `Content-Type`
3121
3121
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3122
- ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3122
+ ['application/merge-patch+json' ]) # noqa: E501
3123
3123
3124
3124
# Authentication setting
3125
3125
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3297,7 +3297,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
3297
3297
3298
3298
# HTTP header `Content-Type`
3299
3299
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3300
- ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3300
+ ['application/merge-patch+json' ]) # noqa: E501
3301
3301
3302
3302
# Authentication setting
3303
3303
auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments