kubernetes/pkg/kubectl/cmd/auth
Cao Shufeng 70a2643fdf fix return value of "kubectl auth cani --quiet"
Before this change:
$ kubectl auth can-i get pod
no
$ kubectl auth can-i get pod --quiet
$ echo $?
0

After this change:
$ kubectl auth can-i get pod
no
$ kubectl auth can-i get pod --quiet
$ echo $?
1
2017-03-31 07:40:48 -04:00
..
auth.go add kubectl can-i to see if you can perform an action 2017-02-23 09:12:35 -05:00
BUILD add kubectl can-i to see if you can perform an action 2017-02-23 09:12:35 -05:00
cani.go fix return value of "kubectl auth cani --quiet" 2017-03-31 07:40:48 -04:00
cani_test.go add kubectl can-i to see if you can perform an action 2017-02-23 09:12:35 -05:00