Files
kubernetes/hack
Avesh Agarwal c0e1623be2 Fix kubectl get error when both all-namespaces and namespace are provided.
As per kubectl get help, --namespace should be ignored with all-namespaces,
but kubectl get pods --all-namespaces --namespace=<name-space> gives
following error:

"the namespace from the provided object "default" does not match the
namespace "". You must pass '--namespace=default' to perform this
operation."

This commit fixes this error issue.
2016-02-11 17:06:04 -05:00
..
2016-02-08 21:27:49 -08:00
2015-11-04 12:26:57 -08:00
2015-11-23 13:42:12 -08:00
2016-01-05 10:19:23 -05:00