From b1846f81d0596d56b027b82c2c68c486b20a6863 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sun, 26 May 2024 04:03:38 +0200 Subject: [PATCH] update methods --- __fixtures__/output/swagger-client.merged.ts | 220 +++++----- __fixtures__/output/swagger-client.ts | 180 ++++---- .../openapi.generate.test.ts.snap | 400 +++++++++--------- 3 files changed, 400 insertions(+), 400 deletions(-) diff --git a/__fixtures__/output/swagger-client.merged.ts b/__fixtures__/output/swagger-client.merged.ts index 08469f6..cb648c4 100644 --- a/__fixtures__/output/swagger-client.merged.ts +++ b/__fixtures__/output/swagger-client.merged.ts @@ -10264,7 +10264,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedConfigMap(params: DeleteCoreV1CollectionNamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/configmaps`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedConfigMap(params: ReadCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/configmaps/${params.name}`; @@ -10276,7 +10276,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedConfigMap(params: DeleteCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/configmaps/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedConfigMap(params: PatchCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/configmaps/${params.name}`; @@ -10292,7 +10292,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEndpoints(params: DeleteCoreV1CollectionNamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/endpoints`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEndpoints(params: ReadCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/endpoints/${params.name}`; @@ -10304,7 +10304,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEndpoints(params: DeleteCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/endpoints/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEndpoints(params: PatchCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/endpoints/${params.name}`; @@ -10320,7 +10320,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEvent(params: DeleteCoreV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/events`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEvent(params: ReadCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/events/${params.name}`; @@ -10332,7 +10332,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEvent(params: DeleteCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/events/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEvent(params: PatchCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/events/${params.name}`; @@ -10348,7 +10348,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedLimitRange(params: DeleteCoreV1CollectionNamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/limitranges`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedLimitRange(params: ReadCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/limitranges/${params.name}`; @@ -10360,7 +10360,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedLimitRange(params: DeleteCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/limitranges/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedLimitRange(params: PatchCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/limitranges/${params.name}`; @@ -10376,7 +10376,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPersistentVolumeClaim(params: DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/persistentvolumeclaims`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPersistentVolumeClaim(params: ReadCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/persistentvolumeclaims/${params.name}`; @@ -10388,7 +10388,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPersistentVolumeClaim(params: DeleteCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/persistentvolumeclaims/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPersistentVolumeClaim(params: PatchCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/persistentvolumeclaims/${params.name}`; @@ -10416,7 +10416,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPod(params: DeleteCoreV1CollectionNamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/pods`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPod(params: ReadCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/pods/${params.name}`; @@ -10428,7 +10428,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPod(params: DeleteCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/pods/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPod(params: PatchCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/pods/${params.name}`; @@ -10548,7 +10548,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPodTemplate(params: DeleteCoreV1CollectionNamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/podtemplates`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPodTemplate(params: ReadCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/podtemplates/${params.name}`; @@ -10560,7 +10560,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPodTemplate(params: DeleteCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/podtemplates/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPodTemplate(params: PatchCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/podtemplates/${params.name}`; @@ -10576,7 +10576,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedReplicationController(params: DeleteCoreV1CollectionNamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/replicationcontrollers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedReplicationController(params: ReadCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/replicationcontrollers/${params.name}`; @@ -10588,7 +10588,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedReplicationController(params: DeleteCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/replicationcontrollers/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedReplicationController(params: PatchCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/replicationcontrollers/${params.name}`; @@ -10628,7 +10628,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedResourceQuota(params: DeleteCoreV1CollectionNamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/resourcequotas`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedResourceQuota(params: ReadCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/resourcequotas/${params.name}`; @@ -10640,7 +10640,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedResourceQuota(params: DeleteCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/resourcequotas/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedResourceQuota(params: PatchCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/resourcequotas/${params.name}`; @@ -10668,7 +10668,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedSecret(params: DeleteCoreV1CollectionNamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/secrets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedSecret(params: ReadCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/secrets/${params.name}`; @@ -10680,7 +10680,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedSecret(params: DeleteCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/secrets/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedSecret(params: PatchCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/secrets/${params.name}`; @@ -10696,7 +10696,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedServiceAccount(params: DeleteCoreV1CollectionNamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/serviceaccounts`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedServiceAccount(params: ReadCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/serviceaccounts/${params.name}`; @@ -10708,7 +10708,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedServiceAccount(params: DeleteCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/serviceaccounts/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedServiceAccount(params: PatchCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/serviceaccounts/${params.name}`; @@ -10736,7 +10736,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedService(params: DeleteCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/services/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedService(params: PatchCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.namespace}/services/${params.name}`; @@ -10820,7 +10820,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Namespace(params: DeleteCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Namespace(params: PatchCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.name}`; @@ -10852,7 +10852,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNode(params: DeleteCoreV1CollectionNodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1Node(params: ReadCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes/${params.name}`; @@ -10864,7 +10864,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Node(params: DeleteCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Node(params: PatchCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes/${params.name}`; @@ -10952,7 +10952,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionPersistentVolume(params: DeleteCoreV1CollectionPersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1PersistentVolume(params: ReadCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes/${params.name}`; @@ -10964,7 +10964,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1PersistentVolume(params: DeleteCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1PersistentVolume(params: PatchCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes/${params.name}`; @@ -11200,7 +11200,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1MutatingWebhookConfiguration(params: ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/${params.name}`; @@ -11212,7 +11212,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1MutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1MutatingWebhookConfiguration(params: PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/${params.name}`; @@ -11228,7 +11228,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1ValidatingWebhookConfiguration(params: ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/${params.name}`; @@ -11240,7 +11240,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1ValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1ValidatingWebhookConfiguration(params: PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/${params.name}`; @@ -11280,7 +11280,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CollectionCustomResourceDefinition(params: DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiextensionsV1CustomResourceDefinition(params: ReadApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions/${params.name}`; @@ -11292,7 +11292,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CustomResourceDefinition(params: DeleteApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiextensionsV1CustomResourceDefinition(params: PatchApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions/${params.name}`; @@ -11336,7 +11336,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1CollectionAPIService(params: DeleteApiregistrationV1CollectionAPIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiregistrationV1APIService(params: ReadApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices/${params.name}`; @@ -11348,7 +11348,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1APIService(params: DeleteApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiregistrationV1APIService(params: PatchApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices/${params.name}`; @@ -11404,7 +11404,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedControllerRevision(params: DeleteAppsV1CollectionNamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/controllerrevisions`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedControllerRevision(params: ReadAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/controllerrevisions/${params.name}`; @@ -11416,7 +11416,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedControllerRevision(params: DeleteAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/controllerrevisions/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedControllerRevision(params: PatchAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/controllerrevisions/${params.name}`; @@ -11432,7 +11432,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDaemonSet(params: DeleteAppsV1CollectionNamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/daemonsets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDaemonSet(params: ReadAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/daemonsets/${params.name}`; @@ -11444,7 +11444,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDaemonSet(params: DeleteAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/daemonsets/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDaemonSet(params: PatchAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/daemonsets/${params.name}`; @@ -11472,7 +11472,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDeployment(params: DeleteAppsV1CollectionNamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/deployments`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDeployment(params: ReadAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/deployments/${params.name}`; @@ -11484,7 +11484,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDeployment(params: DeleteAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/deployments/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDeployment(params: PatchAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/deployments/${params.name}`; @@ -11524,7 +11524,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedReplicaSet(params: DeleteAppsV1CollectionNamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/replicasets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedReplicaSet(params: ReadAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/replicasets/${params.name}`; @@ -11536,7 +11536,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedReplicaSet(params: DeleteAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/replicasets/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedReplicaSet(params: PatchAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/replicasets/${params.name}`; @@ -11576,7 +11576,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedStatefulSet(params: DeleteAppsV1CollectionNamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/statefulsets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedStatefulSet(params: ReadAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/statefulsets/${params.name}`; @@ -11588,7 +11588,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedStatefulSet(params: DeleteAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/statefulsets/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedStatefulSet(params: PatchAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.namespace}/statefulsets/${params.name}`; @@ -11744,7 +11744,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.namespace}/horizontalpodautoscalers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV1NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; @@ -11756,7 +11756,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV1NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; @@ -11804,7 +11804,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta1/namespaces/${params.namespace}/horizontalpodautoscalers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta1/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; @@ -11816,7 +11816,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta1/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta1/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; @@ -11864,7 +11864,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.namespace}/horizontalpodautoscalers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; @@ -11876,7 +11876,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.namespace}/horizontalpodautoscalers/${params.name}`; @@ -11932,7 +11932,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedCronJob(params: DeleteBatchV1CollectionNamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/cronjobs`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedCronJob(params: ReadBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/cronjobs/${params.name}`; @@ -11944,7 +11944,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedCronJob(params: DeleteBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/cronjobs/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedCronJob(params: PatchBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/cronjobs/${params.name}`; @@ -11972,7 +11972,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedJob(params: DeleteBatchV1CollectionNamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/jobs`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedJob(params: ReadBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/jobs/${params.name}`; @@ -11984,7 +11984,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedJob(params: DeleteBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/jobs/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedJob(params: PatchBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.namespace}/jobs/${params.name}`; @@ -12044,7 +12044,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1beta1CollectionNamespacedCronJob(params: DeleteBatchV1beta1CollectionNamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1beta1/namespaces/${params.namespace}/cronjobs`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1beta1NamespacedCronJob(params: ReadBatchV1beta1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1beta1/namespaces/${params.namespace}/cronjobs/${params.name}`; @@ -12056,7 +12056,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1beta1NamespacedCronJob(params: DeleteBatchV1beta1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1beta1/namespaces/${params.namespace}/cronjobs/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1beta1NamespacedCronJob(params: PatchBatchV1beta1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1beta1/namespaces/${params.namespace}/cronjobs/${params.name}`; @@ -12104,7 +12104,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CollectionCertificateSigningRequest(params: DeleteCertificatesV1CollectionCertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCertificatesV1CertificateSigningRequest(params: ReadCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests/${params.name}`; @@ -12116,7 +12116,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CertificateSigningRequest(params: DeleteCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCertificatesV1CertificateSigningRequest(params: PatchCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests/${params.name}`; @@ -12176,7 +12176,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1CollectionNamespacedLease(params: DeleteCoordinationV1CollectionNamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.namespace}/leases`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoordinationV1NamespacedLease(params: ReadCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.namespace}/leases/${params.name}`; @@ -12188,7 +12188,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1NamespacedLease(params: DeleteCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.namespace}/leases/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoordinationV1NamespacedLease(params: PatchCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.namespace}/leases/${params.name}`; @@ -12228,7 +12228,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1CollectionNamespacedEndpointSlice(params: DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.namespace}/endpointslices`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readDiscoveryV1NamespacedEndpointSlice(params: ReadDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.namespace}/endpointslices/${params.name}`; @@ -12240,7 +12240,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1NamespacedEndpointSlice(params: DeleteDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.namespace}/endpointslices/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchDiscoveryV1NamespacedEndpointSlice(params: PatchDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.namespace}/endpointslices/${params.name}`; @@ -12276,7 +12276,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1beta1CollectionNamespacedEndpointSlice(params: DeleteDiscoveryV1beta1CollectionNamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1beta1/namespaces/${params.namespace}/endpointslices`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readDiscoveryV1beta1NamespacedEndpointSlice(params: ReadDiscoveryV1beta1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1beta1/namespaces/${params.namespace}/endpointslices/${params.name}`; @@ -12288,7 +12288,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1beta1NamespacedEndpointSlice(params: DeleteDiscoveryV1beta1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1beta1/namespaces/${params.namespace}/endpointslices/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchDiscoveryV1beta1NamespacedEndpointSlice(params: PatchDiscoveryV1beta1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1beta1/namespaces/${params.namespace}/endpointslices/${params.name}`; @@ -12328,7 +12328,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1CollectionNamespacedEvent(params: DeleteEventsV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.namespace}/events`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readEventsV1NamespacedEvent(params: ReadEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.namespace}/events/${params.name}`; @@ -12340,7 +12340,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1NamespacedEvent(params: DeleteEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.namespace}/events/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchEventsV1NamespacedEvent(params: PatchEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.namespace}/events/${params.name}`; @@ -12376,7 +12376,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1beta1CollectionNamespacedEvent(params: DeleteEventsV1beta1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1beta1/namespaces/${params.namespace}/events`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readEventsV1beta1NamespacedEvent(params: ReadEventsV1beta1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1beta1/namespaces/${params.namespace}/events/${params.name}`; @@ -12388,7 +12388,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1beta1NamespacedEvent(params: DeleteEventsV1beta1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1beta1/namespaces/${params.namespace}/events/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchEventsV1beta1NamespacedEvent(params: PatchEventsV1beta1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1beta1/namespaces/${params.namespace}/events/${params.name}`; @@ -12424,7 +12424,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1CollectionFlowSchema(params: DeleteFlowcontrolApiserverV1beta1CollectionFlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readFlowcontrolApiserverV1beta1FlowSchema(params: ReadFlowcontrolApiserverV1beta1FlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/${params.name}`; @@ -12436,7 +12436,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1FlowSchema(params: DeleteFlowcontrolApiserverV1beta1FlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchFlowcontrolApiserverV1beta1FlowSchema(params: PatchFlowcontrolApiserverV1beta1FlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/${params.name}`; @@ -12464,7 +12464,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1CollectionPriorityLevelConfiguration(params: DeleteFlowcontrolApiserverV1beta1CollectionPriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readFlowcontrolApiserverV1beta1PriorityLevelConfiguration(params: ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/${params.name}`; @@ -12476,7 +12476,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1PriorityLevelConfiguration(params: DeleteFlowcontrolApiserverV1beta1PriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchFlowcontrolApiserverV1beta1PriorityLevelConfiguration(params: PatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/${params.name}`; @@ -12528,7 +12528,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionIngressClass(params: DeleteNetworkingV1CollectionIngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1IngressClass(params: ReadNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses/${params.name}`; @@ -12540,7 +12540,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1IngressClass(params: DeleteNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1IngressClass(params: PatchNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses/${params.name}`; @@ -12560,7 +12560,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedIngress(params: DeleteNetworkingV1CollectionNamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/ingresses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedIngress(params: ReadNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/ingresses/${params.name}`; @@ -12572,7 +12572,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedIngress(params: DeleteNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/ingresses/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedIngress(params: PatchNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/ingresses/${params.name}`; @@ -12600,7 +12600,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedNetworkPolicy(params: DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/networkpolicies`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedNetworkPolicy(params: ReadNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/networkpolicies/${params.name}`; @@ -12612,7 +12612,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedNetworkPolicy(params: DeleteNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/networkpolicies/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedNetworkPolicy(params: PatchNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.namespace}/networkpolicies/${params.name}`; @@ -12672,7 +12672,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1CollectionRuntimeClass(params: DeleteNodeV1CollectionRuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNodeV1RuntimeClass(params: ReadNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses/${params.name}`; @@ -12684,7 +12684,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1RuntimeClass(params: DeleteNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNodeV1RuntimeClass(params: PatchNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses/${params.name}`; @@ -12712,7 +12712,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1beta1CollectionRuntimeClass(params: DeleteNodeV1beta1CollectionRuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1beta1/runtimeclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNodeV1beta1RuntimeClass(params: ReadNodeV1beta1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1beta1/runtimeclasses/${params.name}`; @@ -12724,7 +12724,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1beta1RuntimeClass(params: DeleteNodeV1beta1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1beta1/runtimeclasses/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNodeV1beta1RuntimeClass(params: PatchNodeV1beta1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1beta1/runtimeclasses/${params.name}`; @@ -12756,7 +12756,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1CollectionNamespacedPodDisruptionBudget(params: DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.namespace}/poddisruptionbudgets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1NamespacedPodDisruptionBudget(params: ReadPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.namespace}/poddisruptionbudgets/${params.name}`; @@ -12768,7 +12768,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1NamespacedPodDisruptionBudget(params: DeletePolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.namespace}/poddisruptionbudgets/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1NamespacedPodDisruptionBudget(params: PatchPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.namespace}/poddisruptionbudgets/${params.name}`; @@ -12816,7 +12816,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1CollectionNamespacedPodDisruptionBudget(params: DeletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/namespaces/${params.namespace}/poddisruptionbudgets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1beta1NamespacedPodDisruptionBudget(params: ReadPolicyV1beta1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/namespaces/${params.namespace}/poddisruptionbudgets/${params.name}`; @@ -12828,7 +12828,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1NamespacedPodDisruptionBudget(params: DeletePolicyV1beta1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/namespaces/${params.namespace}/poddisruptionbudgets/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1beta1NamespacedPodDisruptionBudget(params: PatchPolicyV1beta1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/namespaces/${params.namespace}/poddisruptionbudgets/${params.name}`; @@ -12860,7 +12860,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1CollectionPodSecurityPolicy(params: DeletePolicyV1beta1CollectionPodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/podsecuritypolicies`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1beta1PodSecurityPolicy(params: ReadPolicyV1beta1PodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/podsecuritypolicies/${params.name}`; @@ -12872,7 +12872,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1PodSecurityPolicy(params: DeletePolicyV1beta1PodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/podsecuritypolicies/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1beta1PodSecurityPolicy(params: PatchPolicyV1beta1PodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1beta1/podsecuritypolicies/${params.name}`; @@ -12916,7 +12916,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRoleBinding(params: DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRoleBinding(params: ReadRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/${params.name}`; @@ -12928,7 +12928,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRoleBinding(params: DeleteRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRoleBinding(params: PatchRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/${params.name}`; @@ -12944,7 +12944,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRole(params: DeleteRbacAuthorizationV1CollectionClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRole(params: ReadRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles/${params.name}`; @@ -12956,7 +12956,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRole(params: DeleteRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRole(params: PatchRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles/${params.name}`; @@ -12972,7 +12972,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRoleBinding(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/rolebindings`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRoleBinding(params: ReadRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/rolebindings/${params.name}`; @@ -12984,7 +12984,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRoleBinding(params: DeleteRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/rolebindings/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRoleBinding(params: PatchRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/rolebindings/${params.name}`; @@ -13000,7 +13000,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRole(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/roles`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRole(params: ReadRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/roles/${params.name}`; @@ -13012,7 +13012,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRole(params: DeleteRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/roles/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRole(params: PatchRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.namespace}/roles/${params.name}`; @@ -13084,7 +13084,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1CollectionPriorityClass(params: DeleteSchedulingV1CollectionPriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readSchedulingV1PriorityClass(params: ReadSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses/${params.name}`; @@ -13096,7 +13096,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1PriorityClass(params: DeleteSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchSchedulingV1PriorityClass(params: PatchSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses/${params.name}`; @@ -13128,7 +13128,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSIDriver(params: DeleteStorageV1CollectionCSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSIDriver(params: ReadStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers/${params.name}`; @@ -13140,7 +13140,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSIDriver(params: DeleteStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSIDriver(params: PatchStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers/${params.name}`; @@ -13156,7 +13156,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSINode(params: DeleteStorageV1CollectionCSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSINode(params: ReadStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes/${params.name}`; @@ -13168,7 +13168,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSINode(params: DeleteStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSINode(params: PatchStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes/${params.name}`; @@ -13184,7 +13184,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionStorageClass(params: DeleteStorageV1CollectionStorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1StorageClass(params: ReadStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses/${params.name}`; @@ -13196,7 +13196,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1StorageClass(params: DeleteStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1StorageClass(params: PatchStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses/${params.name}`; @@ -13212,7 +13212,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionVolumeAttachment(params: DeleteStorageV1CollectionVolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1VolumeAttachment(params: ReadStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments/${params.name}`; @@ -13224,7 +13224,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1VolumeAttachment(params: DeleteStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1VolumeAttachment(params: PatchStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments/${params.name}`; @@ -13292,7 +13292,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1beta1CollectionNamespacedCSIStorageCapacity(params: DeleteStorageV1beta1CollectionNamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1beta1/namespaces/${params.namespace}/csistoragecapacities`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1beta1NamespacedCSIStorageCapacity(params: ReadStorageV1beta1NamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1beta1/namespaces/${params.namespace}/csistoragecapacities/${params.name}`; @@ -13304,7 +13304,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1beta1NamespacedCSIStorageCapacity(params: DeleteStorageV1beta1NamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1beta1/namespaces/${params.namespace}/csistoragecapacities/${params.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1beta1NamespacedCSIStorageCapacity(params: PatchStorageV1beta1NamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1beta1/namespaces/${params.namespace}/csistoragecapacities/${params.name}`; diff --git a/__fixtures__/output/swagger-client.ts b/__fixtures__/output/swagger-client.ts index 19745b3..a830150 100644 --- a/__fixtures__/output/swagger-client.ts +++ b/__fixtures__/output/swagger-client.ts @@ -11657,7 +11657,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedConfigMap(params: DeleteCoreV1CollectionNamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/configmaps`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedConfigMap(params: ReadCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/configmaps/${params.path.name}`; @@ -11669,7 +11669,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedConfigMap(params: DeleteCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/configmaps/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedConfigMap(params: PatchCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/configmaps/${params.path.name}`; @@ -11685,7 +11685,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEndpoints(params: DeleteCoreV1CollectionNamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/endpoints`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEndpoints(params: ReadCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/endpoints/${params.path.name}`; @@ -11697,7 +11697,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEndpoints(params: DeleteCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/endpoints/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEndpoints(params: PatchCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/endpoints/${params.path.name}`; @@ -11713,7 +11713,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEvent(params: DeleteCoreV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/events`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEvent(params: ReadCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/events/${params.path.name}`; @@ -11725,7 +11725,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEvent(params: DeleteCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/events/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEvent(params: PatchCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/events/${params.path.name}`; @@ -11741,7 +11741,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedLimitRange(params: DeleteCoreV1CollectionNamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/limitranges`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedLimitRange(params: ReadCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/limitranges/${params.path.name}`; @@ -11753,7 +11753,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedLimitRange(params: DeleteCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/limitranges/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedLimitRange(params: PatchCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/limitranges/${params.path.name}`; @@ -11769,7 +11769,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPersistentVolumeClaim(params: DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/persistentvolumeclaims`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPersistentVolumeClaim(params: ReadCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/persistentvolumeclaims/${params.path.name}`; @@ -11781,7 +11781,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPersistentVolumeClaim(params: DeleteCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/persistentvolumeclaims/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPersistentVolumeClaim(params: PatchCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/persistentvolumeclaims/${params.path.name}`; @@ -11809,7 +11809,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPod(params: DeleteCoreV1CollectionNamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/pods`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPod(params: ReadCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/pods/${params.path.name}`; @@ -11821,7 +11821,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPod(params: DeleteCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/pods/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPod(params: PatchCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/pods/${params.path.name}`; @@ -11925,7 +11925,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPodTemplate(params: DeleteCoreV1CollectionNamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/podtemplates`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPodTemplate(params: ReadCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/podtemplates/${params.path.name}`; @@ -11937,7 +11937,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPodTemplate(params: DeleteCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/podtemplates/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPodTemplate(params: PatchCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/podtemplates/${params.path.name}`; @@ -11953,7 +11953,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedReplicationController(params: DeleteCoreV1CollectionNamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/replicationcontrollers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedReplicationController(params: ReadCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/replicationcontrollers/${params.path.name}`; @@ -11965,7 +11965,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedReplicationController(params: DeleteCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/replicationcontrollers/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedReplicationController(params: PatchCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/replicationcontrollers/${params.path.name}`; @@ -12005,7 +12005,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedResourceQuota(params: DeleteCoreV1CollectionNamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/resourcequotas`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedResourceQuota(params: ReadCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/resourcequotas/${params.path.name}`; @@ -12017,7 +12017,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedResourceQuota(params: DeleteCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/resourcequotas/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedResourceQuota(params: PatchCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/resourcequotas/${params.path.name}`; @@ -12045,7 +12045,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedSecret(params: DeleteCoreV1CollectionNamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/secrets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedSecret(params: ReadCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/secrets/${params.path.name}`; @@ -12057,7 +12057,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedSecret(params: DeleteCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/secrets/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedSecret(params: PatchCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/secrets/${params.path.name}`; @@ -12073,7 +12073,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedServiceAccount(params: DeleteCoreV1CollectionNamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/serviceaccounts`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedServiceAccount(params: ReadCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/serviceaccounts/${params.path.name}`; @@ -12085,7 +12085,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedServiceAccount(params: DeleteCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/serviceaccounts/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedServiceAccount(params: PatchCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/serviceaccounts/${params.path.name}`; @@ -12113,7 +12113,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedService(params: DeleteCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/services/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedService(params: PatchCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.namespace}/services/${params.path.name}`; @@ -12181,7 +12181,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Namespace(params: DeleteCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Namespace(params: PatchCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/namespaces/${params.path.name}`; @@ -12213,7 +12213,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNode(params: DeleteCoreV1CollectionNodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1Node(params: ReadCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes/${params.path.name}`; @@ -12225,7 +12225,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Node(params: DeleteCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Node(params: PatchCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/nodes/${params.path.name}`; @@ -12297,7 +12297,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionPersistentVolume(params: DeleteCoreV1CollectionPersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1PersistentVolume(params: ReadCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes/${params.path.name}`; @@ -12309,7 +12309,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1PersistentVolume(params: DeleteCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1PersistentVolume(params: PatchCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = `/api/v1/persistentvolumes/${params.path.name}`; @@ -12549,7 +12549,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1MutatingWebhookConfiguration(params: ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/${params.path.name}`; @@ -12561,7 +12561,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1MutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1MutatingWebhookConfiguration(params: PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/${params.path.name}`; @@ -12577,7 +12577,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1ValidatingWebhookConfiguration(params: ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/${params.path.name}`; @@ -12589,7 +12589,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1ValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1ValidatingWebhookConfiguration(params: PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/${params.path.name}`; @@ -12629,7 +12629,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CollectionCustomResourceDefinition(params: DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiextensionsV1CustomResourceDefinition(params: ReadApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions/${params.path.name}`; @@ -12641,7 +12641,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CustomResourceDefinition(params: DeleteApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiextensionsV1CustomResourceDefinition(params: PatchApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiextensions.k8s.io/v1/customresourcedefinitions/${params.path.name}`; @@ -12685,7 +12685,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1CollectionAPIService(params: DeleteApiregistrationV1CollectionAPIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiregistrationV1APIService(params: ReadApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices/${params.path.name}`; @@ -12697,7 +12697,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1APIService(params: DeleteApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiregistrationV1APIService(params: PatchApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apiregistration.k8s.io/v1/apiservices/${params.path.name}`; @@ -12753,7 +12753,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedControllerRevision(params: DeleteAppsV1CollectionNamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/controllerrevisions`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedControllerRevision(params: ReadAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/controllerrevisions/${params.path.name}`; @@ -12765,7 +12765,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedControllerRevision(params: DeleteAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/controllerrevisions/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedControllerRevision(params: PatchAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/controllerrevisions/${params.path.name}`; @@ -12781,7 +12781,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDaemonSet(params: DeleteAppsV1CollectionNamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/daemonsets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDaemonSet(params: ReadAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/daemonsets/${params.path.name}`; @@ -12793,7 +12793,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDaemonSet(params: DeleteAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/daemonsets/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDaemonSet(params: PatchAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/daemonsets/${params.path.name}`; @@ -12821,7 +12821,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDeployment(params: DeleteAppsV1CollectionNamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/deployments`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDeployment(params: ReadAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/deployments/${params.path.name}`; @@ -12833,7 +12833,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDeployment(params: DeleteAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/deployments/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDeployment(params: PatchAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/deployments/${params.path.name}`; @@ -12873,7 +12873,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedReplicaSet(params: DeleteAppsV1CollectionNamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/replicasets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedReplicaSet(params: ReadAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/replicasets/${params.path.name}`; @@ -12885,7 +12885,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedReplicaSet(params: DeleteAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/replicasets/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedReplicaSet(params: PatchAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/replicasets/${params.path.name}`; @@ -12925,7 +12925,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedStatefulSet(params: DeleteAppsV1CollectionNamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/statefulsets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedStatefulSet(params: ReadAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/statefulsets/${params.path.name}`; @@ -12937,7 +12937,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedStatefulSet(params: DeleteAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/statefulsets/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedStatefulSet(params: PatchAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/apps/v1/namespaces/${params.path.namespace}/statefulsets/${params.path.name}`; @@ -13093,7 +13093,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.path.namespace}/horizontalpodautoscalers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV1NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.path.namespace}/horizontalpodautoscalers/${params.path.name}`; @@ -13105,7 +13105,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.path.namespace}/horizontalpodautoscalers/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV1NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v1/namespaces/${params.path.namespace}/horizontalpodautoscalers/${params.path.name}`; @@ -13153,7 +13153,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.path.namespace}/horizontalpodautoscalers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.path.namespace}/horizontalpodautoscalers/${params.path.name}`; @@ -13165,7 +13165,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.path.namespace}/horizontalpodautoscalers/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/autoscaling/v2beta2/namespaces/${params.path.namespace}/horizontalpodautoscalers/${params.path.name}`; @@ -13221,7 +13221,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedCronJob(params: DeleteBatchV1CollectionNamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/cronjobs`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedCronJob(params: ReadBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/cronjobs/${params.path.name}`; @@ -13233,7 +13233,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedCronJob(params: DeleteBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/cronjobs/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedCronJob(params: PatchBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/cronjobs/${params.path.name}`; @@ -13261,7 +13261,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedJob(params: DeleteBatchV1CollectionNamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/jobs`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedJob(params: ReadBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/jobs/${params.path.name}`; @@ -13273,7 +13273,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedJob(params: DeleteBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/jobs/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedJob(params: PatchBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/batch/v1/namespaces/${params.path.namespace}/jobs/${params.path.name}`; @@ -13333,7 +13333,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CollectionCertificateSigningRequest(params: DeleteCertificatesV1CollectionCertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCertificatesV1CertificateSigningRequest(params: ReadCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests/${params.path.name}`; @@ -13345,7 +13345,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CertificateSigningRequest(params: DeleteCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCertificatesV1CertificateSigningRequest(params: PatchCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/certificates.k8s.io/v1/certificatesigningrequests/${params.path.name}`; @@ -13405,7 +13405,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1CollectionNamespacedLease(params: DeleteCoordinationV1CollectionNamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.path.namespace}/leases`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoordinationV1NamespacedLease(params: ReadCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.path.namespace}/leases/${params.path.name}`; @@ -13417,7 +13417,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1NamespacedLease(params: DeleteCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.path.namespace}/leases/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoordinationV1NamespacedLease(params: PatchCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/coordination.k8s.io/v1/namespaces/${params.path.namespace}/leases/${params.path.name}`; @@ -13457,7 +13457,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1CollectionNamespacedEndpointSlice(params: DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.path.namespace}/endpointslices`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readDiscoveryV1NamespacedEndpointSlice(params: ReadDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.path.namespace}/endpointslices/${params.path.name}`; @@ -13469,7 +13469,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1NamespacedEndpointSlice(params: DeleteDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.path.namespace}/endpointslices/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchDiscoveryV1NamespacedEndpointSlice(params: PatchDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/discovery.k8s.io/v1/namespaces/${params.path.namespace}/endpointslices/${params.path.name}`; @@ -13509,7 +13509,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1CollectionNamespacedEvent(params: DeleteEventsV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.path.namespace}/events`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readEventsV1NamespacedEvent(params: ReadEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.path.namespace}/events/${params.path.name}`; @@ -13521,7 +13521,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1NamespacedEvent(params: DeleteEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.path.namespace}/events/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchEventsV1NamespacedEvent(params: PatchEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/events.k8s.io/v1/namespaces/${params.path.namespace}/events/${params.path.name}`; @@ -13561,7 +13561,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionIngressClass(params: DeleteNetworkingV1CollectionIngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1IngressClass(params: ReadNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses/${params.path.name}`; @@ -13573,7 +13573,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1IngressClass(params: DeleteNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1IngressClass(params: PatchNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/ingressclasses/${params.path.name}`; @@ -13593,7 +13593,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedIngress(params: DeleteNetworkingV1CollectionNamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/ingresses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedIngress(params: ReadNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/ingresses/${params.path.name}`; @@ -13605,7 +13605,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedIngress(params: DeleteNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/ingresses/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedIngress(params: PatchNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/ingresses/${params.path.name}`; @@ -13633,7 +13633,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedNetworkPolicy(params: DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/networkpolicies`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedNetworkPolicy(params: ReadNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/networkpolicies/${params.path.name}`; @@ -13645,7 +13645,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedNetworkPolicy(params: DeleteNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/networkpolicies/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedNetworkPolicy(params: PatchNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/networking.k8s.io/v1/namespaces/${params.path.namespace}/networkpolicies/${params.path.name}`; @@ -13705,7 +13705,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1CollectionRuntimeClass(params: DeleteNodeV1CollectionRuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNodeV1RuntimeClass(params: ReadNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses/${params.path.name}`; @@ -13717,7 +13717,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1RuntimeClass(params: DeleteNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNodeV1RuntimeClass(params: PatchNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/node.k8s.io/v1/runtimeclasses/${params.path.name}`; @@ -13749,7 +13749,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1CollectionNamespacedPodDisruptionBudget(params: DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.path.namespace}/poddisruptionbudgets`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1NamespacedPodDisruptionBudget(params: ReadPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.path.namespace}/poddisruptionbudgets/${params.path.name}`; @@ -13761,7 +13761,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1NamespacedPodDisruptionBudget(params: DeletePolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.path.namespace}/poddisruptionbudgets/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1NamespacedPodDisruptionBudget(params: PatchPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/policy/v1/namespaces/${params.path.namespace}/poddisruptionbudgets/${params.path.name}`; @@ -13813,7 +13813,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRoleBinding(params: DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRoleBinding(params: ReadRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/${params.path.name}`; @@ -13825,7 +13825,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRoleBinding(params: DeleteRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRoleBinding(params: PatchRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/${params.path.name}`; @@ -13841,7 +13841,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRole(params: DeleteRbacAuthorizationV1CollectionClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRole(params: ReadRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles/${params.path.name}`; @@ -13853,7 +13853,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRole(params: DeleteRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRole(params: PatchRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/clusterroles/${params.path.name}`; @@ -13869,7 +13869,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRoleBinding(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/rolebindings`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRoleBinding(params: ReadRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/rolebindings/${params.path.name}`; @@ -13881,7 +13881,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRoleBinding(params: DeleteRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/rolebindings/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRoleBinding(params: PatchRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/rolebindings/${params.path.name}`; @@ -13897,7 +13897,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRole(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/roles`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRole(params: ReadRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/roles/${params.path.name}`; @@ -13909,7 +13909,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRole(params: DeleteRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/roles/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRole(params: PatchRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/rbac.authorization.k8s.io/v1/namespaces/${params.path.namespace}/roles/${params.path.name}`; @@ -13981,7 +13981,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1CollectionPriorityClass(params: DeleteSchedulingV1CollectionPriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readSchedulingV1PriorityClass(params: ReadSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses/${params.path.name}`; @@ -13993,7 +13993,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1PriorityClass(params: DeleteSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchSchedulingV1PriorityClass(params: PatchSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/scheduling.k8s.io/v1/priorityclasses/${params.path.name}`; @@ -14025,7 +14025,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSIDriver(params: DeleteStorageV1CollectionCSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSIDriver(params: ReadStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers/${params.path.name}`; @@ -14037,7 +14037,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSIDriver(params: DeleteStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSIDriver(params: PatchStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csidrivers/${params.path.name}`; @@ -14053,7 +14053,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSINode(params: DeleteStorageV1CollectionCSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSINode(params: ReadStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes/${params.path.name}`; @@ -14065,7 +14065,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSINode(params: DeleteStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSINode(params: PatchStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/csinodes/${params.path.name}`; @@ -14081,7 +14081,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionStorageClass(params: DeleteStorageV1CollectionStorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1StorageClass(params: ReadStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses/${params.path.name}`; @@ -14093,7 +14093,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1StorageClass(params: DeleteStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1StorageClass(params: PatchStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/storageclasses/${params.path.name}`; @@ -14109,7 +14109,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionVolumeAttachment(params: DeleteStorageV1CollectionVolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1VolumeAttachment(params: ReadStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments/${params.path.name}`; @@ -14121,7 +14121,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1VolumeAttachment(params: DeleteStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments/${params.path.name}`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1VolumeAttachment(params: PatchStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = `/apis/storage.k8s.io/v1/volumeattachments/${params.path.name}`; diff --git a/packages/schema-sdk/__tests__/__snapshots__/openapi.generate.test.ts.snap b/packages/schema-sdk/__tests__/__snapshots__/openapi.generate.test.ts.snap index dc4c3ca..c68ddb7 100644 --- a/packages/schema-sdk/__tests__/__snapshots__/openapi.generate.test.ts.snap +++ b/packages/schema-sdk/__tests__/__snapshots__/openapi.generate.test.ts.snap @@ -10267,7 +10267,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedConfigMap(params: DeleteCoreV1CollectionNamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/configmaps\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedConfigMap(params: ReadCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/configmaps/\${params.name}\`; @@ -10279,7 +10279,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedConfigMap(params: DeleteCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/configmaps/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedConfigMap(params: PatchCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/configmaps/\${params.name}\`; @@ -10295,7 +10295,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEndpoints(params: DeleteCoreV1CollectionNamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/endpoints\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEndpoints(params: ReadCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/endpoints/\${params.name}\`; @@ -10307,7 +10307,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEndpoints(params: DeleteCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/endpoints/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEndpoints(params: PatchCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/endpoints/\${params.name}\`; @@ -10323,7 +10323,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEvent(params: DeleteCoreV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/events\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEvent(params: ReadCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/events/\${params.name}\`; @@ -10335,7 +10335,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEvent(params: DeleteCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/events/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEvent(params: PatchCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/events/\${params.name}\`; @@ -10351,7 +10351,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedLimitRange(params: DeleteCoreV1CollectionNamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/limitranges\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedLimitRange(params: ReadCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/limitranges/\${params.name}\`; @@ -10363,7 +10363,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedLimitRange(params: DeleteCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/limitranges/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedLimitRange(params: PatchCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/limitranges/\${params.name}\`; @@ -10379,7 +10379,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPersistentVolumeClaim(params: DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/persistentvolumeclaims\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPersistentVolumeClaim(params: ReadCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/persistentvolumeclaims/\${params.name}\`; @@ -10391,7 +10391,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPersistentVolumeClaim(params: DeleteCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/persistentvolumeclaims/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPersistentVolumeClaim(params: PatchCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/persistentvolumeclaims/\${params.name}\`; @@ -10419,7 +10419,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPod(params: DeleteCoreV1CollectionNamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/pods\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPod(params: ReadCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/pods/\${params.name}\`; @@ -10431,7 +10431,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPod(params: DeleteCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/pods/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPod(params: PatchCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/pods/\${params.name}\`; @@ -10551,7 +10551,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPodTemplate(params: DeleteCoreV1CollectionNamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/podtemplates\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPodTemplate(params: ReadCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/podtemplates/\${params.name}\`; @@ -10563,7 +10563,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPodTemplate(params: DeleteCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/podtemplates/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPodTemplate(params: PatchCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/podtemplates/\${params.name}\`; @@ -10579,7 +10579,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedReplicationController(params: DeleteCoreV1CollectionNamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/replicationcontrollers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedReplicationController(params: ReadCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/replicationcontrollers/\${params.name}\`; @@ -10591,7 +10591,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedReplicationController(params: DeleteCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/replicationcontrollers/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedReplicationController(params: PatchCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/replicationcontrollers/\${params.name}\`; @@ -10631,7 +10631,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedResourceQuota(params: DeleteCoreV1CollectionNamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/resourcequotas\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedResourceQuota(params: ReadCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/resourcequotas/\${params.name}\`; @@ -10643,7 +10643,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedResourceQuota(params: DeleteCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/resourcequotas/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedResourceQuota(params: PatchCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/resourcequotas/\${params.name}\`; @@ -10671,7 +10671,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedSecret(params: DeleteCoreV1CollectionNamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/secrets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedSecret(params: ReadCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/secrets/\${params.name}\`; @@ -10683,7 +10683,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedSecret(params: DeleteCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/secrets/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedSecret(params: PatchCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/secrets/\${params.name}\`; @@ -10699,7 +10699,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedServiceAccount(params: DeleteCoreV1CollectionNamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/serviceaccounts\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedServiceAccount(params: ReadCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/serviceaccounts/\${params.name}\`; @@ -10711,7 +10711,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedServiceAccount(params: DeleteCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/serviceaccounts/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedServiceAccount(params: PatchCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/serviceaccounts/\${params.name}\`; @@ -10739,7 +10739,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedService(params: DeleteCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/services/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedService(params: PatchCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.namespace}/services/\${params.name}\`; @@ -10823,7 +10823,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Namespace(params: DeleteCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Namespace(params: PatchCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.name}\`; @@ -10855,7 +10855,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNode(params: DeleteCoreV1CollectionNodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1Node(params: ReadCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes/\${params.name}\`; @@ -10867,7 +10867,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Node(params: DeleteCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Node(params: PatchCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes/\${params.name}\`; @@ -10955,7 +10955,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionPersistentVolume(params: DeleteCoreV1CollectionPersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1PersistentVolume(params: ReadCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes/\${params.name}\`; @@ -10967,7 +10967,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1PersistentVolume(params: DeleteCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1PersistentVolume(params: PatchCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes/\${params.name}\`; @@ -11203,7 +11203,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1MutatingWebhookConfiguration(params: ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/\${params.name}\`; @@ -11215,7 +11215,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1MutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1MutatingWebhookConfiguration(params: PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/\${params.name}\`; @@ -11231,7 +11231,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1ValidatingWebhookConfiguration(params: ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/\${params.name}\`; @@ -11243,7 +11243,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1ValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1ValidatingWebhookConfiguration(params: PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/\${params.name}\`; @@ -11283,7 +11283,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CollectionCustomResourceDefinition(params: DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiextensionsV1CustomResourceDefinition(params: ReadApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions/\${params.name}\`; @@ -11295,7 +11295,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CustomResourceDefinition(params: DeleteApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiextensionsV1CustomResourceDefinition(params: PatchApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions/\${params.name}\`; @@ -11339,7 +11339,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1CollectionAPIService(params: DeleteApiregistrationV1CollectionAPIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiregistrationV1APIService(params: ReadApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices/\${params.name}\`; @@ -11351,7 +11351,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1APIService(params: DeleteApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiregistrationV1APIService(params: PatchApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices/\${params.name}\`; @@ -11407,7 +11407,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedControllerRevision(params: DeleteAppsV1CollectionNamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/controllerrevisions\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedControllerRevision(params: ReadAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/controllerrevisions/\${params.name}\`; @@ -11419,7 +11419,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedControllerRevision(params: DeleteAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/controllerrevisions/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedControllerRevision(params: PatchAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/controllerrevisions/\${params.name}\`; @@ -11435,7 +11435,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDaemonSet(params: DeleteAppsV1CollectionNamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/daemonsets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDaemonSet(params: ReadAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/daemonsets/\${params.name}\`; @@ -11447,7 +11447,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDaemonSet(params: DeleteAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/daemonsets/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDaemonSet(params: PatchAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/daemonsets/\${params.name}\`; @@ -11475,7 +11475,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDeployment(params: DeleteAppsV1CollectionNamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/deployments\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDeployment(params: ReadAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/deployments/\${params.name}\`; @@ -11487,7 +11487,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDeployment(params: DeleteAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/deployments/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDeployment(params: PatchAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/deployments/\${params.name}\`; @@ -11527,7 +11527,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedReplicaSet(params: DeleteAppsV1CollectionNamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/replicasets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedReplicaSet(params: ReadAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/replicasets/\${params.name}\`; @@ -11539,7 +11539,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedReplicaSet(params: DeleteAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/replicasets/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedReplicaSet(params: PatchAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/replicasets/\${params.name}\`; @@ -11579,7 +11579,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedStatefulSet(params: DeleteAppsV1CollectionNamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/statefulsets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedStatefulSet(params: ReadAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/statefulsets/\${params.name}\`; @@ -11591,7 +11591,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedStatefulSet(params: DeleteAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/statefulsets/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedStatefulSet(params: PatchAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.namespace}/statefulsets/\${params.name}\`; @@ -11747,7 +11747,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.namespace}/horizontalpodautoscalers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV1NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; @@ -11759,7 +11759,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV1NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; @@ -11807,7 +11807,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta1/namespaces/\${params.namespace}/horizontalpodautoscalers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta1/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; @@ -11819,7 +11819,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta1/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta1/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; @@ -11867,7 +11867,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.namespace}/horizontalpodautoscalers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; @@ -11879,7 +11879,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.namespace}/horizontalpodautoscalers/\${params.name}\`; @@ -11935,7 +11935,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedCronJob(params: DeleteBatchV1CollectionNamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/cronjobs\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedCronJob(params: ReadBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/cronjobs/\${params.name}\`; @@ -11947,7 +11947,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedCronJob(params: DeleteBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/cronjobs/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedCronJob(params: PatchBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/cronjobs/\${params.name}\`; @@ -11975,7 +11975,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedJob(params: DeleteBatchV1CollectionNamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/jobs\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedJob(params: ReadBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/jobs/\${params.name}\`; @@ -11987,7 +11987,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedJob(params: DeleteBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/jobs/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedJob(params: PatchBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.namespace}/jobs/\${params.name}\`; @@ -12047,7 +12047,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1beta1CollectionNamespacedCronJob(params: DeleteBatchV1beta1CollectionNamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1beta1/namespaces/\${params.namespace}/cronjobs\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1beta1NamespacedCronJob(params: ReadBatchV1beta1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1beta1/namespaces/\${params.namespace}/cronjobs/\${params.name}\`; @@ -12059,7 +12059,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1beta1NamespacedCronJob(params: DeleteBatchV1beta1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1beta1/namespaces/\${params.namespace}/cronjobs/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1beta1NamespacedCronJob(params: PatchBatchV1beta1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1beta1/namespaces/\${params.namespace}/cronjobs/\${params.name}\`; @@ -12107,7 +12107,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CollectionCertificateSigningRequest(params: DeleteCertificatesV1CollectionCertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCertificatesV1CertificateSigningRequest(params: ReadCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests/\${params.name}\`; @@ -12119,7 +12119,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CertificateSigningRequest(params: DeleteCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCertificatesV1CertificateSigningRequest(params: PatchCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests/\${params.name}\`; @@ -12179,7 +12179,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1CollectionNamespacedLease(params: DeleteCoordinationV1CollectionNamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.namespace}/leases\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoordinationV1NamespacedLease(params: ReadCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.namespace}/leases/\${params.name}\`; @@ -12191,7 +12191,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1NamespacedLease(params: DeleteCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.namespace}/leases/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoordinationV1NamespacedLease(params: PatchCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.namespace}/leases/\${params.name}\`; @@ -12231,7 +12231,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1CollectionNamespacedEndpointSlice(params: DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.namespace}/endpointslices\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readDiscoveryV1NamespacedEndpointSlice(params: ReadDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.namespace}/endpointslices/\${params.name}\`; @@ -12243,7 +12243,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1NamespacedEndpointSlice(params: DeleteDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.namespace}/endpointslices/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchDiscoveryV1NamespacedEndpointSlice(params: PatchDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.namespace}/endpointslices/\${params.name}\`; @@ -12279,7 +12279,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1beta1CollectionNamespacedEndpointSlice(params: DeleteDiscoveryV1beta1CollectionNamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1beta1/namespaces/\${params.namespace}/endpointslices\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readDiscoveryV1beta1NamespacedEndpointSlice(params: ReadDiscoveryV1beta1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1beta1/namespaces/\${params.namespace}/endpointslices/\${params.name}\`; @@ -12291,7 +12291,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1beta1NamespacedEndpointSlice(params: DeleteDiscoveryV1beta1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1beta1/namespaces/\${params.namespace}/endpointslices/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchDiscoveryV1beta1NamespacedEndpointSlice(params: PatchDiscoveryV1beta1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1beta1/namespaces/\${params.namespace}/endpointslices/\${params.name}\`; @@ -12331,7 +12331,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1CollectionNamespacedEvent(params: DeleteEventsV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.namespace}/events\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readEventsV1NamespacedEvent(params: ReadEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.namespace}/events/\${params.name}\`; @@ -12343,7 +12343,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1NamespacedEvent(params: DeleteEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.namespace}/events/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchEventsV1NamespacedEvent(params: PatchEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.namespace}/events/\${params.name}\`; @@ -12379,7 +12379,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1beta1CollectionNamespacedEvent(params: DeleteEventsV1beta1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1beta1/namespaces/\${params.namespace}/events\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readEventsV1beta1NamespacedEvent(params: ReadEventsV1beta1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1beta1/namespaces/\${params.namespace}/events/\${params.name}\`; @@ -12391,7 +12391,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1beta1NamespacedEvent(params: DeleteEventsV1beta1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1beta1/namespaces/\${params.namespace}/events/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchEventsV1beta1NamespacedEvent(params: PatchEventsV1beta1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1beta1/namespaces/\${params.namespace}/events/\${params.name}\`; @@ -12427,7 +12427,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1CollectionFlowSchema(params: DeleteFlowcontrolApiserverV1beta1CollectionFlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readFlowcontrolApiserverV1beta1FlowSchema(params: ReadFlowcontrolApiserverV1beta1FlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/\${params.name}\`; @@ -12439,7 +12439,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1FlowSchema(params: DeleteFlowcontrolApiserverV1beta1FlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchFlowcontrolApiserverV1beta1FlowSchema(params: PatchFlowcontrolApiserverV1beta1FlowSchemaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/\${params.name}\`; @@ -12467,7 +12467,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1CollectionPriorityLevelConfiguration(params: DeleteFlowcontrolApiserverV1beta1CollectionPriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readFlowcontrolApiserverV1beta1PriorityLevelConfiguration(params: ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/\${params.name}\`; @@ -12479,7 +12479,7 @@ export class KubernetesClient extends APIClient { } async deleteFlowcontrolApiserverV1beta1PriorityLevelConfiguration(params: DeleteFlowcontrolApiserverV1beta1PriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchFlowcontrolApiserverV1beta1PriorityLevelConfiguration(params: PatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/\${params.name}\`; @@ -12531,7 +12531,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionIngressClass(params: DeleteNetworkingV1CollectionIngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1IngressClass(params: ReadNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses/\${params.name}\`; @@ -12543,7 +12543,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1IngressClass(params: DeleteNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1IngressClass(params: PatchNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses/\${params.name}\`; @@ -12563,7 +12563,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedIngress(params: DeleteNetworkingV1CollectionNamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/ingresses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedIngress(params: ReadNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/ingresses/\${params.name}\`; @@ -12575,7 +12575,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedIngress(params: DeleteNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/ingresses/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedIngress(params: PatchNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/ingresses/\${params.name}\`; @@ -12603,7 +12603,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedNetworkPolicy(params: DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/networkpolicies\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedNetworkPolicy(params: ReadNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/networkpolicies/\${params.name}\`; @@ -12615,7 +12615,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedNetworkPolicy(params: DeleteNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/networkpolicies/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedNetworkPolicy(params: PatchNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.namespace}/networkpolicies/\${params.name}\`; @@ -12675,7 +12675,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1CollectionRuntimeClass(params: DeleteNodeV1CollectionRuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNodeV1RuntimeClass(params: ReadNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses/\${params.name}\`; @@ -12687,7 +12687,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1RuntimeClass(params: DeleteNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNodeV1RuntimeClass(params: PatchNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses/\${params.name}\`; @@ -12715,7 +12715,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1beta1CollectionRuntimeClass(params: DeleteNodeV1beta1CollectionRuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1beta1/runtimeclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNodeV1beta1RuntimeClass(params: ReadNodeV1beta1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1beta1/runtimeclasses/\${params.name}\`; @@ -12727,7 +12727,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1beta1RuntimeClass(params: DeleteNodeV1beta1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1beta1/runtimeclasses/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNodeV1beta1RuntimeClass(params: PatchNodeV1beta1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1beta1/runtimeclasses/\${params.name}\`; @@ -12759,7 +12759,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1CollectionNamespacedPodDisruptionBudget(params: DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.namespace}/poddisruptionbudgets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1NamespacedPodDisruptionBudget(params: ReadPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.namespace}/poddisruptionbudgets/\${params.name}\`; @@ -12771,7 +12771,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1NamespacedPodDisruptionBudget(params: DeletePolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.namespace}/poddisruptionbudgets/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1NamespacedPodDisruptionBudget(params: PatchPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.namespace}/poddisruptionbudgets/\${params.name}\`; @@ -12819,7 +12819,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1CollectionNamespacedPodDisruptionBudget(params: DeletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/namespaces/\${params.namespace}/poddisruptionbudgets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1beta1NamespacedPodDisruptionBudget(params: ReadPolicyV1beta1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/namespaces/\${params.namespace}/poddisruptionbudgets/\${params.name}\`; @@ -12831,7 +12831,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1NamespacedPodDisruptionBudget(params: DeletePolicyV1beta1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/namespaces/\${params.namespace}/poddisruptionbudgets/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1beta1NamespacedPodDisruptionBudget(params: PatchPolicyV1beta1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/namespaces/\${params.namespace}/poddisruptionbudgets/\${params.name}\`; @@ -12863,7 +12863,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1CollectionPodSecurityPolicy(params: DeletePolicyV1beta1CollectionPodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/podsecuritypolicies\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1beta1PodSecurityPolicy(params: ReadPolicyV1beta1PodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/podsecuritypolicies/\${params.name}\`; @@ -12875,7 +12875,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1beta1PodSecurityPolicy(params: DeletePolicyV1beta1PodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/podsecuritypolicies/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1beta1PodSecurityPolicy(params: PatchPolicyV1beta1PodSecurityPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1beta1/podsecuritypolicies/\${params.name}\`; @@ -12919,7 +12919,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRoleBinding(params: DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRoleBinding(params: ReadRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/\${params.name}\`; @@ -12931,7 +12931,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRoleBinding(params: DeleteRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRoleBinding(params: PatchRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/\${params.name}\`; @@ -12947,7 +12947,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRole(params: DeleteRbacAuthorizationV1CollectionClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRole(params: ReadRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles/\${params.name}\`; @@ -12959,7 +12959,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRole(params: DeleteRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRole(params: PatchRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles/\${params.name}\`; @@ -12975,7 +12975,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRoleBinding(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/rolebindings\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRoleBinding(params: ReadRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/rolebindings/\${params.name}\`; @@ -12987,7 +12987,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRoleBinding(params: DeleteRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/rolebindings/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRoleBinding(params: PatchRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/rolebindings/\${params.name}\`; @@ -13003,7 +13003,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRole(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/roles\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRole(params: ReadRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/roles/\${params.name}\`; @@ -13015,7 +13015,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRole(params: DeleteRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/roles/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRole(params: PatchRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.namespace}/roles/\${params.name}\`; @@ -13087,7 +13087,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1CollectionPriorityClass(params: DeleteSchedulingV1CollectionPriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readSchedulingV1PriorityClass(params: ReadSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses/\${params.name}\`; @@ -13099,7 +13099,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1PriorityClass(params: DeleteSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchSchedulingV1PriorityClass(params: PatchSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses/\${params.name}\`; @@ -13131,7 +13131,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSIDriver(params: DeleteStorageV1CollectionCSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSIDriver(params: ReadStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers/\${params.name}\`; @@ -13143,7 +13143,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSIDriver(params: DeleteStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSIDriver(params: PatchStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers/\${params.name}\`; @@ -13159,7 +13159,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSINode(params: DeleteStorageV1CollectionCSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSINode(params: ReadStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes/\${params.name}\`; @@ -13171,7 +13171,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSINode(params: DeleteStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSINode(params: PatchStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes/\${params.name}\`; @@ -13187,7 +13187,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionStorageClass(params: DeleteStorageV1CollectionStorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1StorageClass(params: ReadStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses/\${params.name}\`; @@ -13199,7 +13199,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1StorageClass(params: DeleteStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1StorageClass(params: PatchStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses/\${params.name}\`; @@ -13215,7 +13215,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionVolumeAttachment(params: DeleteStorageV1CollectionVolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1VolumeAttachment(params: ReadStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments/\${params.name}\`; @@ -13227,7 +13227,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1VolumeAttachment(params: DeleteStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1VolumeAttachment(params: PatchStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments/\${params.name}\`; @@ -13295,7 +13295,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1beta1CollectionNamespacedCSIStorageCapacity(params: DeleteStorageV1beta1CollectionNamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1beta1/namespaces/\${params.namespace}/csistoragecapacities\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1beta1NamespacedCSIStorageCapacity(params: ReadStorageV1beta1NamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1beta1/namespaces/\${params.namespace}/csistoragecapacities/\${params.name}\`; @@ -13307,7 +13307,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1beta1NamespacedCSIStorageCapacity(params: DeleteStorageV1beta1NamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1beta1/namespaces/\${params.namespace}/csistoragecapacities/\${params.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1beta1NamespacedCSIStorageCapacity(params: PatchStorageV1beta1NamespacedCSIStorageCapacityRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1beta1/namespaces/\${params.namespace}/csistoragecapacities/\${params.name}\`; @@ -25004,7 +25004,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedConfigMap(params: DeleteCoreV1CollectionNamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/configmaps\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedConfigMap(params: ReadCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/configmaps/\${params.path.name}\`; @@ -25016,7 +25016,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedConfigMap(params: DeleteCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/configmaps/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedConfigMap(params: PatchCoreV1NamespacedConfigMapRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/configmaps/\${params.path.name}\`; @@ -25032,7 +25032,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEndpoints(params: DeleteCoreV1CollectionNamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/endpoints\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEndpoints(params: ReadCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/endpoints/\${params.path.name}\`; @@ -25044,7 +25044,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEndpoints(params: DeleteCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/endpoints/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEndpoints(params: PatchCoreV1NamespacedEndpointsRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/endpoints/\${params.path.name}\`; @@ -25060,7 +25060,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedEvent(params: DeleteCoreV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/events\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedEvent(params: ReadCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/events/\${params.path.name}\`; @@ -25072,7 +25072,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedEvent(params: DeleteCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/events/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedEvent(params: PatchCoreV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/events/\${params.path.name}\`; @@ -25088,7 +25088,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedLimitRange(params: DeleteCoreV1CollectionNamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/limitranges\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedLimitRange(params: ReadCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/limitranges/\${params.path.name}\`; @@ -25100,7 +25100,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedLimitRange(params: DeleteCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/limitranges/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedLimitRange(params: PatchCoreV1NamespacedLimitRangeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/limitranges/\${params.path.name}\`; @@ -25116,7 +25116,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPersistentVolumeClaim(params: DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/persistentvolumeclaims\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPersistentVolumeClaim(params: ReadCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/persistentvolumeclaims/\${params.path.name}\`; @@ -25128,7 +25128,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPersistentVolumeClaim(params: DeleteCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/persistentvolumeclaims/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPersistentVolumeClaim(params: PatchCoreV1NamespacedPersistentVolumeClaimRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/persistentvolumeclaims/\${params.path.name}\`; @@ -25156,7 +25156,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPod(params: DeleteCoreV1CollectionNamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/pods\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPod(params: ReadCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/pods/\${params.path.name}\`; @@ -25168,7 +25168,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPod(params: DeleteCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/pods/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPod(params: PatchCoreV1NamespacedPodRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/pods/\${params.path.name}\`; @@ -25272,7 +25272,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedPodTemplate(params: DeleteCoreV1CollectionNamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/podtemplates\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedPodTemplate(params: ReadCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/podtemplates/\${params.path.name}\`; @@ -25284,7 +25284,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedPodTemplate(params: DeleteCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/podtemplates/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedPodTemplate(params: PatchCoreV1NamespacedPodTemplateRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/podtemplates/\${params.path.name}\`; @@ -25300,7 +25300,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedReplicationController(params: DeleteCoreV1CollectionNamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/replicationcontrollers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedReplicationController(params: ReadCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/replicationcontrollers/\${params.path.name}\`; @@ -25312,7 +25312,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedReplicationController(params: DeleteCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/replicationcontrollers/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedReplicationController(params: PatchCoreV1NamespacedReplicationControllerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/replicationcontrollers/\${params.path.name}\`; @@ -25352,7 +25352,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedResourceQuota(params: DeleteCoreV1CollectionNamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/resourcequotas\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedResourceQuota(params: ReadCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/resourcequotas/\${params.path.name}\`; @@ -25364,7 +25364,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedResourceQuota(params: DeleteCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/resourcequotas/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedResourceQuota(params: PatchCoreV1NamespacedResourceQuotaRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/resourcequotas/\${params.path.name}\`; @@ -25392,7 +25392,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedSecret(params: DeleteCoreV1CollectionNamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/secrets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedSecret(params: ReadCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/secrets/\${params.path.name}\`; @@ -25404,7 +25404,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedSecret(params: DeleteCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/secrets/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedSecret(params: PatchCoreV1NamespacedSecretRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/secrets/\${params.path.name}\`; @@ -25420,7 +25420,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNamespacedServiceAccount(params: DeleteCoreV1CollectionNamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/serviceaccounts\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1NamespacedServiceAccount(params: ReadCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/serviceaccounts/\${params.path.name}\`; @@ -25432,7 +25432,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedServiceAccount(params: DeleteCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/serviceaccounts/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedServiceAccount(params: PatchCoreV1NamespacedServiceAccountRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/serviceaccounts/\${params.path.name}\`; @@ -25460,7 +25460,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1NamespacedService(params: DeleteCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/services/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1NamespacedService(params: PatchCoreV1NamespacedServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.namespace}/services/\${params.path.name}\`; @@ -25528,7 +25528,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Namespace(params: DeleteCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Namespace(params: PatchCoreV1NamespaceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/namespaces/\${params.path.name}\`; @@ -25560,7 +25560,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionNode(params: DeleteCoreV1CollectionNodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1Node(params: ReadCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes/\${params.path.name}\`; @@ -25572,7 +25572,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1Node(params: DeleteCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1Node(params: PatchCoreV1NodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/nodes/\${params.path.name}\`; @@ -25644,7 +25644,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1CollectionPersistentVolume(params: DeleteCoreV1CollectionPersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoreV1PersistentVolume(params: ReadCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes/\${params.path.name}\`; @@ -25656,7 +25656,7 @@ export class KubernetesClient extends APIClient { } async deleteCoreV1PersistentVolume(params: DeleteCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoreV1PersistentVolume(params: PatchCoreV1PersistentVolumeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/api/v1/persistentvolumes/\${params.path.name}\`; @@ -25896,7 +25896,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1MutatingWebhookConfiguration(params: ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/\${params.path.name}\`; @@ -25908,7 +25908,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1MutatingWebhookConfiguration(params: DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1MutatingWebhookConfiguration(params: PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/\${params.path.name}\`; @@ -25924,7 +25924,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAdmissionregistrationV1ValidatingWebhookConfiguration(params: ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/\${params.path.name}\`; @@ -25936,7 +25936,7 @@ export class KubernetesClient extends APIClient { } async deleteAdmissionregistrationV1ValidatingWebhookConfiguration(params: DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAdmissionregistrationV1ValidatingWebhookConfiguration(params: PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/\${params.path.name}\`; @@ -25976,7 +25976,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CollectionCustomResourceDefinition(params: DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiextensionsV1CustomResourceDefinition(params: ReadApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions/\${params.path.name}\`; @@ -25988,7 +25988,7 @@ export class KubernetesClient extends APIClient { } async deleteApiextensionsV1CustomResourceDefinition(params: DeleteApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiextensionsV1CustomResourceDefinition(params: PatchApiextensionsV1CustomResourceDefinitionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiextensions.k8s.io/v1/customresourcedefinitions/\${params.path.name}\`; @@ -26032,7 +26032,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1CollectionAPIService(params: DeleteApiregistrationV1CollectionAPIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readApiregistrationV1APIService(params: ReadApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices/\${params.path.name}\`; @@ -26044,7 +26044,7 @@ export class KubernetesClient extends APIClient { } async deleteApiregistrationV1APIService(params: DeleteApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchApiregistrationV1APIService(params: PatchApiregistrationV1APIServiceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apiregistration.k8s.io/v1/apiservices/\${params.path.name}\`; @@ -26100,7 +26100,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedControllerRevision(params: DeleteAppsV1CollectionNamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/controllerrevisions\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedControllerRevision(params: ReadAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/controllerrevisions/\${params.path.name}\`; @@ -26112,7 +26112,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedControllerRevision(params: DeleteAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/controllerrevisions/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedControllerRevision(params: PatchAppsV1NamespacedControllerRevisionRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/controllerrevisions/\${params.path.name}\`; @@ -26128,7 +26128,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDaemonSet(params: DeleteAppsV1CollectionNamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/daemonsets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDaemonSet(params: ReadAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/daemonsets/\${params.path.name}\`; @@ -26140,7 +26140,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDaemonSet(params: DeleteAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/daemonsets/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDaemonSet(params: PatchAppsV1NamespacedDaemonSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/daemonsets/\${params.path.name}\`; @@ -26168,7 +26168,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedDeployment(params: DeleteAppsV1CollectionNamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/deployments\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedDeployment(params: ReadAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/deployments/\${params.path.name}\`; @@ -26180,7 +26180,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedDeployment(params: DeleteAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/deployments/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedDeployment(params: PatchAppsV1NamespacedDeploymentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/deployments/\${params.path.name}\`; @@ -26220,7 +26220,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedReplicaSet(params: DeleteAppsV1CollectionNamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/replicasets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedReplicaSet(params: ReadAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/replicasets/\${params.path.name}\`; @@ -26232,7 +26232,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedReplicaSet(params: DeleteAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/replicasets/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedReplicaSet(params: PatchAppsV1NamespacedReplicaSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/replicasets/\${params.path.name}\`; @@ -26272,7 +26272,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1CollectionNamespacedStatefulSet(params: DeleteAppsV1CollectionNamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/statefulsets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAppsV1NamespacedStatefulSet(params: ReadAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/statefulsets/\${params.path.name}\`; @@ -26284,7 +26284,7 @@ export class KubernetesClient extends APIClient { } async deleteAppsV1NamespacedStatefulSet(params: DeleteAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/statefulsets/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAppsV1NamespacedStatefulSet(params: PatchAppsV1NamespacedStatefulSetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/apps/v1/namespaces/\${params.path.namespace}/statefulsets/\${params.path.name}\`; @@ -26440,7 +26440,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.path.namespace}/horizontalpodautoscalers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV1NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.path.namespace}/horizontalpodautoscalers/\${params.path.name}\`; @@ -26452,7 +26452,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV1NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.path.namespace}/horizontalpodautoscalers/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV1NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v1/namespaces/\${params.path.namespace}/horizontalpodautoscalers/\${params.path.name}\`; @@ -26500,7 +26500,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.path.namespace}/horizontalpodautoscalers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.path.namespace}/horizontalpodautoscalers/\${params.path.name}\`; @@ -26512,7 +26512,7 @@ export class KubernetesClient extends APIClient { } async deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.path.namespace}/horizontalpodautoscalers/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params: PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/autoscaling/v2beta2/namespaces/\${params.path.namespace}/horizontalpodautoscalers/\${params.path.name}\`; @@ -26568,7 +26568,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedCronJob(params: DeleteBatchV1CollectionNamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/cronjobs\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedCronJob(params: ReadBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/cronjobs/\${params.path.name}\`; @@ -26580,7 +26580,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedCronJob(params: DeleteBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/cronjobs/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedCronJob(params: PatchBatchV1NamespacedCronJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/cronjobs/\${params.path.name}\`; @@ -26608,7 +26608,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1CollectionNamespacedJob(params: DeleteBatchV1CollectionNamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/jobs\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readBatchV1NamespacedJob(params: ReadBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/jobs/\${params.path.name}\`; @@ -26620,7 +26620,7 @@ export class KubernetesClient extends APIClient { } async deleteBatchV1NamespacedJob(params: DeleteBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/jobs/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchBatchV1NamespacedJob(params: PatchBatchV1NamespacedJobRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/batch/v1/namespaces/\${params.path.namespace}/jobs/\${params.path.name}\`; @@ -26680,7 +26680,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CollectionCertificateSigningRequest(params: DeleteCertificatesV1CollectionCertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCertificatesV1CertificateSigningRequest(params: ReadCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests/\${params.path.name}\`; @@ -26692,7 +26692,7 @@ export class KubernetesClient extends APIClient { } async deleteCertificatesV1CertificateSigningRequest(params: DeleteCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCertificatesV1CertificateSigningRequest(params: PatchCertificatesV1CertificateSigningRequestRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/certificates.k8s.io/v1/certificatesigningrequests/\${params.path.name}\`; @@ -26752,7 +26752,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1CollectionNamespacedLease(params: DeleteCoordinationV1CollectionNamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.path.namespace}/leases\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readCoordinationV1NamespacedLease(params: ReadCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.path.namespace}/leases/\${params.path.name}\`; @@ -26764,7 +26764,7 @@ export class KubernetesClient extends APIClient { } async deleteCoordinationV1NamespacedLease(params: DeleteCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.path.namespace}/leases/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchCoordinationV1NamespacedLease(params: PatchCoordinationV1NamespacedLeaseRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/coordination.k8s.io/v1/namespaces/\${params.path.namespace}/leases/\${params.path.name}\`; @@ -26804,7 +26804,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1CollectionNamespacedEndpointSlice(params: DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.path.namespace}/endpointslices\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readDiscoveryV1NamespacedEndpointSlice(params: ReadDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.path.namespace}/endpointslices/\${params.path.name}\`; @@ -26816,7 +26816,7 @@ export class KubernetesClient extends APIClient { } async deleteDiscoveryV1NamespacedEndpointSlice(params: DeleteDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.path.namespace}/endpointslices/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchDiscoveryV1NamespacedEndpointSlice(params: PatchDiscoveryV1NamespacedEndpointSliceRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/discovery.k8s.io/v1/namespaces/\${params.path.namespace}/endpointslices/\${params.path.name}\`; @@ -26856,7 +26856,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1CollectionNamespacedEvent(params: DeleteEventsV1CollectionNamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.path.namespace}/events\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readEventsV1NamespacedEvent(params: ReadEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.path.namespace}/events/\${params.path.name}\`; @@ -26868,7 +26868,7 @@ export class KubernetesClient extends APIClient { } async deleteEventsV1NamespacedEvent(params: DeleteEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.path.namespace}/events/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchEventsV1NamespacedEvent(params: PatchEventsV1NamespacedEventRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/events.k8s.io/v1/namespaces/\${params.path.namespace}/events/\${params.path.name}\`; @@ -26908,7 +26908,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionIngressClass(params: DeleteNetworkingV1CollectionIngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1IngressClass(params: ReadNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses/\${params.path.name}\`; @@ -26920,7 +26920,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1IngressClass(params: DeleteNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1IngressClass(params: PatchNetworkingV1IngressClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/ingressclasses/\${params.path.name}\`; @@ -26940,7 +26940,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedIngress(params: DeleteNetworkingV1CollectionNamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/ingresses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedIngress(params: ReadNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/ingresses/\${params.path.name}\`; @@ -26952,7 +26952,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedIngress(params: DeleteNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/ingresses/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedIngress(params: PatchNetworkingV1NamespacedIngressRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/ingresses/\${params.path.name}\`; @@ -26980,7 +26980,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1CollectionNamespacedNetworkPolicy(params: DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/networkpolicies\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNetworkingV1NamespacedNetworkPolicy(params: ReadNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/networkpolicies/\${params.path.name}\`; @@ -26992,7 +26992,7 @@ export class KubernetesClient extends APIClient { } async deleteNetworkingV1NamespacedNetworkPolicy(params: DeleteNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/networkpolicies/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNetworkingV1NamespacedNetworkPolicy(params: PatchNetworkingV1NamespacedNetworkPolicyRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/networking.k8s.io/v1/namespaces/\${params.path.namespace}/networkpolicies/\${params.path.name}\`; @@ -27052,7 +27052,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1CollectionRuntimeClass(params: DeleteNodeV1CollectionRuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readNodeV1RuntimeClass(params: ReadNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses/\${params.path.name}\`; @@ -27064,7 +27064,7 @@ export class KubernetesClient extends APIClient { } async deleteNodeV1RuntimeClass(params: DeleteNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchNodeV1RuntimeClass(params: PatchNodeV1RuntimeClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/node.k8s.io/v1/runtimeclasses/\${params.path.name}\`; @@ -27096,7 +27096,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1CollectionNamespacedPodDisruptionBudget(params: DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.path.namespace}/poddisruptionbudgets\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readPolicyV1NamespacedPodDisruptionBudget(params: ReadPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.path.namespace}/poddisruptionbudgets/\${params.path.name}\`; @@ -27108,7 +27108,7 @@ export class KubernetesClient extends APIClient { } async deletePolicyV1NamespacedPodDisruptionBudget(params: DeletePolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.path.namespace}/poddisruptionbudgets/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchPolicyV1NamespacedPodDisruptionBudget(params: PatchPolicyV1NamespacedPodDisruptionBudgetRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/policy/v1/namespaces/\${params.path.namespace}/poddisruptionbudgets/\${params.path.name}\`; @@ -27160,7 +27160,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRoleBinding(params: DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRoleBinding(params: ReadRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/\${params.path.name}\`; @@ -27172,7 +27172,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRoleBinding(params: DeleteRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRoleBinding(params: PatchRbacAuthorizationV1ClusterRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/\${params.path.name}\`; @@ -27188,7 +27188,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionClusterRole(params: DeleteRbacAuthorizationV1CollectionClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1ClusterRole(params: ReadRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles/\${params.path.name}\`; @@ -27200,7 +27200,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1ClusterRole(params: DeleteRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1ClusterRole(params: PatchRbacAuthorizationV1ClusterRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/clusterroles/\${params.path.name}\`; @@ -27216,7 +27216,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRoleBinding(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/rolebindings\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRoleBinding(params: ReadRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/rolebindings/\${params.path.name}\`; @@ -27228,7 +27228,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRoleBinding(params: DeleteRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/rolebindings/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRoleBinding(params: PatchRbacAuthorizationV1NamespacedRoleBindingRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/rolebindings/\${params.path.name}\`; @@ -27244,7 +27244,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1CollectionNamespacedRole(params: DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/roles\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readRbacAuthorizationV1NamespacedRole(params: ReadRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/roles/\${params.path.name}\`; @@ -27256,7 +27256,7 @@ export class KubernetesClient extends APIClient { } async deleteRbacAuthorizationV1NamespacedRole(params: DeleteRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/roles/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchRbacAuthorizationV1NamespacedRole(params: PatchRbacAuthorizationV1NamespacedRoleRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/rbac.authorization.k8s.io/v1/namespaces/\${params.path.namespace}/roles/\${params.path.name}\`; @@ -27328,7 +27328,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1CollectionPriorityClass(params: DeleteSchedulingV1CollectionPriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readSchedulingV1PriorityClass(params: ReadSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses/\${params.path.name}\`; @@ -27340,7 +27340,7 @@ export class KubernetesClient extends APIClient { } async deleteSchedulingV1PriorityClass(params: DeleteSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchSchedulingV1PriorityClass(params: PatchSchedulingV1PriorityClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/scheduling.k8s.io/v1/priorityclasses/\${params.path.name}\`; @@ -27372,7 +27372,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSIDriver(params: DeleteStorageV1CollectionCSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSIDriver(params: ReadStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers/\${params.path.name}\`; @@ -27384,7 +27384,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSIDriver(params: DeleteStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSIDriver(params: PatchStorageV1CSIDriverRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csidrivers/\${params.path.name}\`; @@ -27400,7 +27400,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionCSINode(params: DeleteStorageV1CollectionCSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1CSINode(params: ReadStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes/\${params.path.name}\`; @@ -27412,7 +27412,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CSINode(params: DeleteStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1CSINode(params: PatchStorageV1CSINodeRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/csinodes/\${params.path.name}\`; @@ -27428,7 +27428,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionStorageClass(params: DeleteStorageV1CollectionStorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1StorageClass(params: ReadStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses/\${params.path.name}\`; @@ -27440,7 +27440,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1StorageClass(params: DeleteStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1StorageClass(params: PatchStorageV1StorageClassRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/storageclasses/\${params.path.name}\`; @@ -27456,7 +27456,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1CollectionVolumeAttachment(params: DeleteStorageV1CollectionVolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async readStorageV1VolumeAttachment(params: ReadStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments/\${params.path.name}\`; @@ -27468,7 +27468,7 @@ export class KubernetesClient extends APIClient { } async deleteStorageV1VolumeAttachment(params: DeleteStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments/\${params.path.name}\`; - return await this.delete(path, params.query, params.body, opts); + return await this.delete(path, params.query, null, opts); } async patchStorageV1VolumeAttachment(params: PatchStorageV1VolumeAttachmentRequest, opts?: APIClientRequestOpts): Promise { const path = \`/apis/storage.k8s.io/v1/volumeattachments/\${params.path.name}\`;