Skip to content

Instantly share code, notes, and snippets.

@thenayr
Created November 18, 2016 00:15
Show Gist options
  • Save thenayr/b41c824a8b8f8a20fdfae1556e1e936d to your computer and use it in GitHub Desktop.
Save thenayr/b41c824a8b8f8a20fdfae1556e1e936d to your computer and use it in GitHub Desktop.
Function on React component to delete pod
destroyChildPod(evt) {
var pod = {
name: evt.srcElement.id
}
socket.emit('k8sDestroyPod', pod)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment