mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-25 11:10:35 -05:00
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 |
||
|---|---|---|
| .. | ||
| auth.go | ||
| BUILD | ||
| cani.go | ||
| cani_test.go | ||