Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovemycodesnippets/4c0e310b18772448844ecbe105ab2afd to your computer and use it in GitHub Desktop.
Save lovemycodesnippets/4c0e310b18772448844ecbe105ab2afd to your computer and use it in GitHub Desktop.
err := clientset.CoreV1().Pods("default").Delete(ctx, "my-pod", metav1.DeleteOptions{})
if err != nil {
panic(err)
}
fmt.Println("Pod deleted.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment