Skip to main content

KubernetesProxyClient.deletePod()

Home > @backstage/plugin-kubernetes-react > KubernetesProxyClient > deletePod

Signature:

deletePod({ podName, namespace, clusterName, }: {
podName: string;
namespace: string;
clusterName: string;
}): Promise<{
text: string;
}>;

Parameters

Parameter

Type

Description

{ podName, namespace, clusterName, }

{ podName: string; namespace: string; clusterName: string; }

**Returns:**

Promise<{ text: string; }>