kubernetes/pkg/kubectl/cmd/exec
Quan Tian efcca8f357 Fix missing pod name for kubectl attach and exec
The pod name is missing in suggested cmd usage when executing kubectl attach
and exec:
"Defaulting container name to master.
 Use 'kubectl describe pod/ -n default' to see all of the containers in this pod."

The PodName is empty in func Complete as the attached Pod isn't populated yet,
causing suggested cmd usage imcomplete. This patch renders PodName after it is
populated.
2019-05-17 09:58:57 -07:00
..
BUILD Kubectl exec support resource/name format 2019-04-25 17:44:01 +07:00
exec_test.go Kubectl exec support resource/name format 2019-04-25 17:44:01 +07:00
exec.go Fix missing pod name for kubectl attach and exec 2019-05-17 09:58:57 -07:00