@@ -4304,7 +4304,7 @@ def delete_mutating_admission_policy(
43044304 _content_type: Optional[StrictStr] = None,
43054305 _headers: Optional[Dict[StrictStr, Any]] = None,
43064306 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4307- ) -> V1Status :
4307+ ) -> object :
43084308 """delete_mutating_admission_policy
43094309
43104310 delete a MutatingAdmissionPolicy
@@ -4372,8 +4372,8 @@ def delete_mutating_admission_policy(
43724372 )
43734373
43744374 _response_types_map: Dict[str, Optional[str]] = {
4375- '200': "V1Status ",
4376- '202': "V1Status ",
4375+ '200': "object ",
4376+ '202': "object ",
43774377 '401': None,
43784378 }
43794379 return self.api_client._call_with_legacy_options(
@@ -4412,7 +4412,7 @@ def delete_mutating_admission_policy_with_http_info(
44124412 _content_type: Optional[StrictStr] = None,
44134413 _headers: Optional[Dict[StrictStr, Any]] = None,
44144414 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4415- ) -> Tuple[V1Status , int, Any]:
4415+ ) -> Tuple[object , int, Any]:
44164416 """delete_mutating_admission_policy
44174417
44184418 delete a MutatingAdmissionPolicy
@@ -4480,8 +4480,8 @@ def delete_mutating_admission_policy_with_http_info(
44804480 )
44814481
44824482 _response_types_map: Dict[str, Optional[str]] = {
4483- '200': "V1Status ",
4484- '202': "V1Status ",
4483+ '200': "object ",
4484+ '202': "object ",
44854485 '401': None,
44864486 }
44874487 return self.api_client._call_with_legacy_options(
@@ -4620,7 +4620,7 @@ def delete_mutating_admission_policy_binding(
46204620 _content_type: Optional[StrictStr] = None,
46214621 _headers: Optional[Dict[StrictStr, Any]] = None,
46224622 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4623- ) -> V1Status :
4623+ ) -> object :
46244624 """delete_mutating_admission_policy_binding
46254625
46264626 delete a MutatingAdmissionPolicyBinding
@@ -4688,8 +4688,8 @@ def delete_mutating_admission_policy_binding(
46884688 )
46894689
46904690 _response_types_map: Dict[str, Optional[str]] = {
4691- '200': "V1Status ",
4692- '202': "V1Status ",
4691+ '200': "object ",
4692+ '202': "object ",
46934693 '401': None,
46944694 }
46954695 return self.api_client._call_with_legacy_options(
@@ -4728,7 +4728,7 @@ def delete_mutating_admission_policy_binding_with_http_info(
47284728 _content_type: Optional[StrictStr] = None,
47294729 _headers: Optional[Dict[StrictStr, Any]] = None,
47304730 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4731- ) -> Tuple[V1Status , int, Any]:
4731+ ) -> Tuple[object , int, Any]:
47324732 """delete_mutating_admission_policy_binding
47334733
47344734 delete a MutatingAdmissionPolicyBinding
@@ -4796,8 +4796,8 @@ def delete_mutating_admission_policy_binding_with_http_info(
47964796 )
47974797
47984798 _response_types_map: Dict[str, Optional[str]] = {
4799- '200': "V1Status ",
4800- '202': "V1Status ",
4799+ '200': "object ",
4800+ '202': "object ",
48014801 '401': None,
48024802 }
48034803 return self.api_client._call_with_legacy_options(
@@ -4936,7 +4936,7 @@ def delete_mutating_webhook_configuration(
49364936 _content_type: Optional[StrictStr] = None,
49374937 _headers: Optional[Dict[StrictStr, Any]] = None,
49384938 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4939- ) -> V1Status :
4939+ ) -> object :
49404940 """delete_mutating_webhook_configuration
49414941
49424942 delete a MutatingWebhookConfiguration
@@ -5004,8 +5004,8 @@ def delete_mutating_webhook_configuration(
50045004 )
50055005
50065006 _response_types_map: Dict[str, Optional[str]] = {
5007- '200': "V1Status ",
5008- '202': "V1Status ",
5007+ '200': "object ",
5008+ '202': "object ",
50095009 '401': None,
50105010 }
50115011 return self.api_client._call_with_legacy_options(
@@ -5044,7 +5044,7 @@ def delete_mutating_webhook_configuration_with_http_info(
50445044 _content_type: Optional[StrictStr] = None,
50455045 _headers: Optional[Dict[StrictStr, Any]] = None,
50465046 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5047- ) -> Tuple[V1Status , int, Any]:
5047+ ) -> Tuple[object , int, Any]:
50485048 """delete_mutating_webhook_configuration
50495049
50505050 delete a MutatingWebhookConfiguration
@@ -5112,8 +5112,8 @@ def delete_mutating_webhook_configuration_with_http_info(
51125112 )
51135113
51145114 _response_types_map: Dict[str, Optional[str]] = {
5115- '200': "V1Status ",
5116- '202': "V1Status ",
5115+ '200': "object ",
5116+ '202': "object ",
51175117 '401': None,
51185118 }
51195119 return self.api_client._call_with_legacy_options(
@@ -5252,7 +5252,7 @@ def delete_validating_admission_policy(
52525252 _content_type: Optional[StrictStr] = None,
52535253 _headers: Optional[Dict[StrictStr, Any]] = None,
52545254 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5255- ) -> V1Status :
5255+ ) -> object :
52565256 """delete_validating_admission_policy
52575257
52585258 delete a ValidatingAdmissionPolicy
@@ -5320,8 +5320,8 @@ def delete_validating_admission_policy(
53205320 )
53215321
53225322 _response_types_map: Dict[str, Optional[str]] = {
5323- '200': "V1Status ",
5324- '202': "V1Status ",
5323+ '200': "object ",
5324+ '202': "object ",
53255325 '401': None,
53265326 }
53275327 return self.api_client._call_with_legacy_options(
@@ -5360,7 +5360,7 @@ def delete_validating_admission_policy_with_http_info(
53605360 _content_type: Optional[StrictStr] = None,
53615361 _headers: Optional[Dict[StrictStr, Any]] = None,
53625362 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5363- ) -> Tuple[V1Status , int, Any]:
5363+ ) -> Tuple[object , int, Any]:
53645364 """delete_validating_admission_policy
53655365
53665366 delete a ValidatingAdmissionPolicy
@@ -5428,8 +5428,8 @@ def delete_validating_admission_policy_with_http_info(
54285428 )
54295429
54305430 _response_types_map: Dict[str, Optional[str]] = {
5431- '200': "V1Status ",
5432- '202': "V1Status ",
5431+ '200': "object ",
5432+ '202': "object ",
54335433 '401': None,
54345434 }
54355435 return self.api_client._call_with_legacy_options(
@@ -5568,7 +5568,7 @@ def delete_validating_admission_policy_binding(
55685568 _content_type: Optional[StrictStr] = None,
55695569 _headers: Optional[Dict[StrictStr, Any]] = None,
55705570 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5571- ) -> V1Status :
5571+ ) -> object :
55725572 """delete_validating_admission_policy_binding
55735573
55745574 delete a ValidatingAdmissionPolicyBinding
@@ -5636,8 +5636,8 @@ def delete_validating_admission_policy_binding(
56365636 )
56375637
56385638 _response_types_map: Dict[str, Optional[str]] = {
5639- '200': "V1Status ",
5640- '202': "V1Status ",
5639+ '200': "object ",
5640+ '202': "object ",
56415641 '401': None,
56425642 }
56435643 return self.api_client._call_with_legacy_options(
@@ -5676,7 +5676,7 @@ def delete_validating_admission_policy_binding_with_http_info(
56765676 _content_type: Optional[StrictStr] = None,
56775677 _headers: Optional[Dict[StrictStr, Any]] = None,
56785678 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5679- ) -> Tuple[V1Status , int, Any]:
5679+ ) -> Tuple[object , int, Any]:
56805680 """delete_validating_admission_policy_binding
56815681
56825682 delete a ValidatingAdmissionPolicyBinding
@@ -5744,8 +5744,8 @@ def delete_validating_admission_policy_binding_with_http_info(
57445744 )
57455745
57465746 _response_types_map: Dict[str, Optional[str]] = {
5747- '200': "V1Status ",
5748- '202': "V1Status ",
5747+ '200': "object ",
5748+ '202': "object ",
57495749 '401': None,
57505750 }
57515751 return self.api_client._call_with_legacy_options(
@@ -5884,7 +5884,7 @@ def delete_validating_webhook_configuration(
58845884 _content_type: Optional[StrictStr] = None,
58855885 _headers: Optional[Dict[StrictStr, Any]] = None,
58865886 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5887- ) -> V1Status :
5887+ ) -> object :
58885888 """delete_validating_webhook_configuration
58895889
58905890 delete a ValidatingWebhookConfiguration
@@ -5952,8 +5952,8 @@ def delete_validating_webhook_configuration(
59525952 )
59535953
59545954 _response_types_map: Dict[str, Optional[str]] = {
5955- '200': "V1Status ",
5956- '202': "V1Status ",
5955+ '200': "object ",
5956+ '202': "object ",
59575957 '401': None,
59585958 }
59595959 return self.api_client._call_with_legacy_options(
@@ -5992,7 +5992,7 @@ def delete_validating_webhook_configuration_with_http_info(
59925992 _content_type: Optional[StrictStr] = None,
59935993 _headers: Optional[Dict[StrictStr, Any]] = None,
59945994 _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
5995- ) -> Tuple[V1Status , int, Any]:
5995+ ) -> Tuple[object , int, Any]:
59965996 """delete_validating_webhook_configuration
59975997
59985998 delete a ValidatingWebhookConfiguration
@@ -6060,8 +6060,8 @@ def delete_validating_webhook_configuration_with_http_info(
60606060 )
60616061
60626062 _response_types_map: Dict[str, Optional[str]] = {
6063- '200': "V1Status ",
6064- '202': "V1Status ",
6063+ '200': "object ",
6064+ '202': "object ",
60656065 '401': None,
60666066 }
60676067 return self.api_client._call_with_legacy_options(
0 commit comments