const PodDeleteTimeout …
func DeletePodOrFail(ctx context.Context, c clientset.Interface, ns, name string) { … }
func DeletePodWithWait(ctx context.Context, c clientset.Interface, pod *v1.Pod) error { … }
func DeletePodWithWaitByName(ctx context.Context, c clientset.Interface, podName, podNamespace string) error { … }
func DeletePodWithGracePeriod(ctx context.Context, c clientset.Interface, pod *v1.Pod, grace int64) error { … }
func DeletePodsWithGracePeriod(ctx context.Context, c clientset.Interface, pods []v1.Pod, grace int64) error { … }
func DeletePodWithGracePeriodByName(ctx context.Context, c clientset.Interface, podName, podNamespace string, grace int64) error { … }