Files
kubernetes/pkg/kubectl/cmd
Kazuki Suda 2b1078e61e Support completion for --cluster and --user
With this commit, kubectl is supported completion for `--cluster` and `--user`.

```
$ kubectl --user=<tab>
--user=minikube  --user=user01

$ kubectl --cluster=<tab>
--cluster=cluster01  --cluster=minikube
```
2017-04-09 15:11:21 +09:00
..
2017-03-30 09:39:03 +08:00
2017-02-27 13:34:07 -08:00
2017-01-26 19:59:25 -05:00
2017-03-02 01:00:48 -05:00
2017-02-22 09:27:42 -05:00