Files
kubernetes/pkg/client/unversioned
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-07-08 13:53:09 +02:00
2016-08-12 15:45:57 +02:00
2016-09-10 18:35:07 +02:00
2016-09-06 08:41:17 -04:00
2016-08-30 12:46:52 +04:30
2016-09-06 08:41:17 -04:00
2016-07-05 13:34:26 +02:00
2016-08-05 13:34:50 -07:00
2016-09-06 08:41:17 -04:00