kubernetes/pkg
Kubernetes Submit Queue fa20f87f1f
Merge pull request #59579 from fbac/kubectl-cani-exitcode
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add exit code 1 on not allowed to kubectl auth can-i

What this PR does / why we need it:
kubectl auth can-i verb resource always returns 0 status, even if the user can't <verb> <resource>

With this commit, kubectl will return exit code 1 when a verb is not allowed. It doesn't affect quiet option.

Release note:
```release-note
Fix kubectl auth can-i exit code. It will return 1 if the user is not allowed and 0 if it's allowed.
```
2018-06-05 07:01:06 -07:00
..
api Generate pod ready status with readiness gates 2018-06-04 12:16:56 -07:00
apis Merge pull request #58647 from oracle/for/upstream/master/hostpath-psp-readonly 2018-06-05 02:16:21 -07:00
auth add myself as an approver in various auth related directories 2018-05-17 11:32:37 -07:00
capabilities
client Autogenerated code 2018-05-15 21:38:54 +02:00
cloudprovider Merge pull request #64739 from feiskyer/az-nsg 2018-06-05 05:11:41 -07:00
controller Merge pull request #64235 from liggitt/gc-resync-reattempt 2018-06-04 18:44:20 -07:00
credentialprovider Use new clients in Azure credential provider 2018-04-26 09:38:48 +08:00
features Merge pull request #63724 from ravisantoshgudimetla/priority-e2e-beta 2018-06-04 23:07:34 -07:00
fieldpath
generated generated: 2018-06-01 14:28:07 -07:00
kubeapiserver Merge pull request #64326 from andrewsykim/default-disable-pvl 2018-05-28 03:19:17 -07:00
kubectl Merge pull request #59579 from fbac/kubectl-cani-exitcode 2018-06-05 07:01:06 -07:00
kubelet Merge pull request #64709 from gnufied/fix-node-alpha-tests 2018-06-05 02:16:08 -07:00
kubemark Remove signal handler registration from pkg/kubelet 2018-05-24 20:44:12 +01:00
master Merge pull request #63774 from wgliang/master.test-master 2018-05-31 14:12:18 -07:00
printers API updates for Cinder Volumes to support for user specified Secrets in the future 2018-06-02 22:16:50 -04:00
probe
proxy Merge pull request #61077 from islinwb/fix_ipvs_warninfo 2018-05-31 20:01:26 -07:00
quota Introduce priority class in the resource quota 2018-06-04 16:14:54 -04:00
registry Merge pull request #64639 from sttts/sttts-int64-json 2018-06-02 06:30:22 -07:00
routes
scheduler Fix the handling of untagged images 2018-06-04 13:57:09 -07:00
security Add support for enforcing read only host paths in PSPs. 2018-06-04 19:10:37 -04:00
securitycontext
serviceaccount add myself as an approver in various auth related directories 2018-05-17 11:32:37 -07:00
ssh Use Dial with context 2018-05-19 08:14:37 +10:00
util Only mount subpath as readonly if specified in volumeMount 2018-06-04 12:05:23 -07:00
version
volume Merge pull request #64709 from gnufied/fix-node-alpha-tests 2018-06-05 02:16:08 -07:00
watch/json
windows/service
.import-restrictions
BUILD
OWNERS