Files
kubernetes/pkg
Kenjiro Nakayama f7aca76bac Fix wrong completion for kubectl attach
Although `kubectl attach POD_NAME <tab>` completes container name,
kubectl attach needs `-c` option so the command causes error as:

```
$ kubectl attach nginx-7cdbd8cdc9-b5rhr nginx
error: the server doesn't have a resource type "nginx-7cdbd8cdc9-b5rhr"
```

This patch changes the completion to the same way as `kubectl exec`.
2018-12-31 13:34:56 +09:00
..
2018-11-10 07:50:31 -05:00
2018-10-05 12:59:38 -07:00
2018-12-20 20:22:11 +01:00
2018-11-10 07:50:31 -05:00
2018-12-20 20:22:11 +01:00
2018-12-20 20:22:11 +01:00
2018-10-05 12:59:38 -07:00
2018-11-11 22:07:29 -08:00
2018-09-13 20:27:32 -07:00
2018-11-10 07:50:31 -05:00