• Cao Shufeng's avatar
    Fix forbidden message format · ab091867
    Cao Shufeng authored
    Before this change:
     # kubectl get pods --as=tom
     Error from server (Forbidden): pods "" is forbidden: User "tom" cannot list pods in the namespace "default".
    After this change:
     # kubectl get pods --as=tom
     Error from server (Forbidden): pods is forbidden: User "tom" cannot list pods in the namespace "default".
    ab091867
Name
Last commit
Last update
..
BUILD Loading commit data...
main_test.go Loading commit data...
master_test.go Loading commit data...