@@ -2548,7 +2548,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam
2548
2548
2549
2549
# HTTP header `Content-Type`
2550
2550
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2551
- ['application/merge-patch+json' ]) # noqa: E501
2551
+ ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/strategic-merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
2552
2552
2553
2553
# Authentication setting
2554
2554
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2717,7 +2717,7 @@ def patch_cluster_custom_object_scale_with_http_info(self, group, version, plura
2717
2717
2718
2718
# HTTP header `Content-Type`
2719
2719
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2720
- ['application/merge-patch+json' ]) # noqa: E501
2720
+ ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/strategic-merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
2721
2721
2722
2722
# Authentication setting
2723
2723
auth_settings = ['BearerToken' ] # noqa: E501
@@ -2886,7 +2886,7 @@ def patch_cluster_custom_object_status_with_http_info(self, group, version, plur
2886
2886
2887
2887
# HTTP header `Content-Type`
2888
2888
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2889
- ['application/merge-patch+json' ]) # noqa: E501
2889
+ ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/strategic-merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
2890
2890
2891
2891
# Authentication setting
2892
2892
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3064,7 +3064,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac
3064
3064
3065
3065
# HTTP header `Content-Type`
3066
3066
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3067
- ['application/merge-patch+json' ]) # noqa: E501
3067
+ ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/strategic-merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3068
3068
3069
3069
# Authentication setting
3070
3070
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3242,7 +3242,7 @@ def patch_namespaced_custom_object_scale_with_http_info(self, group, version, na
3242
3242
3243
3243
# HTTP header `Content-Type`
3244
3244
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3245
- ['application/merge-patch+json' ]) # noqa: E501
3245
+ ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/strategic-merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3246
3246
3247
3247
# Authentication setting
3248
3248
auth_settings = ['BearerToken' ] # noqa: E501
@@ -3420,7 +3420,7 @@ def patch_namespaced_custom_object_status_with_http_info(self, group, version, n
3420
3420
3421
3421
# HTTP header `Content-Type`
3422
3422
header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3423
- ['application/merge-patch+json' ]) # noqa: E501
3423
+ ['application/json-patch+json' , 'application/ merge-patch+json' , 'application/strategic-merge-patch+json' , 'application/apply-patch+yaml ' ]) # noqa: E501
3424
3424
3425
3425
# Authentication setting
3426
3426
auth_settings = ['BearerToken' ] # noqa: E501
0 commit comments