Quick script to query Kubernetes objects and get just the name
$(kubectl get jobs -o custom-columns=:.metadata.name)
Get all objects in namespace
kubectl get all -n development