Files
kubernetes/hack/make-rules
juanvallejo 6f925b1f82 handle invalid client config option errors
This patch provides a more relevant error message when a client
configuration option is passed with an invalid or non-existent value.

`$ kubectl get pods --cluster="non-existent"`
```
error: No configuration file found, please login or point to an existing
file
```

`$ kubectl get pods --cluster="non-existent"`
```
error: cluster "non-existent" does not exist
```
2016-10-06 16:28:51 -04:00
..
2016-09-28 10:58:09 -04:00
2016-07-25 15:34:00 +02:00
2016-08-10 16:45:41 -07:00