kubernetes/pkg/kubectl/cmd/auth
WanLinghao 7fbd71835e 'kubectl auth can-i` command would not hint user when they try to access
some resource out of scope. For example, try get namespace inside defaut namespace.
It would be reject by api-server but `kubectl auth can-i get namespace --namespace=default`
would give a `yes`. After this patch, a warning info would be given.
For more detail, please refer issue #75950
2019-04-10 13:12:45 +08:00
..
auth.go Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
BUILD 'kubectl auth can-i` command would not hint user when they try to access 2019-04-10 13:12:45 +08:00
cani_test.go Add kubectl auth can-i --list option which could help users know what actions they can do in specific namespace. 2019-01-19 15:58:44 +08:00
cani.go 'kubectl auth can-i` command would not hint user when they try to access 2019-04-10 13:12:45 +08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
reconcile.go Move printers & resources packages 2019-03-07 23:00:24 +00:00