executable_kubectl-all 194 B

1234
  1. #!/usr/bin/env bash
  2. exec parallel --color -j 4 kubectl get -o wide --show-kind --ignore-not-found -n "$1" 2>/dev/null ::: $(kubectl api-resources --verbs=list --namespaced -o name 2>/dev/null)