Currenlty omg get supports only yaml, json, wide
Would be beneficial to support only the name scenario. This could be easily used for further manipulation.
e.g.
[root@rdu-infra-edge-01 test-infra]# kubectl get pod -n kube-system -o name
pod/coredns-74ff55c5b-rrj75
pod/etcd-minikube
pod/kube-apiserver-minikube
pod/kube-controller-manager-minikube
pod/kube-proxy-s7dwh
pod/kube-scheduler-minikube
pod/storage-provisioner
Currenlty
omg get
supports onlyyaml
,json
,wide
Would be beneficial to support only thename
scenario. This could be easily used for further manipulation. e.g.