mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
typo in authorization.md
This commit is contained in:
parent
0fd1ed2ba9
commit
d163092c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,4 +100,4 @@ An authorization module can be completely implemented in go, or can call out
|
|||
to a remote authorization service. Authorization modules can implement
|
||||
their own caching to reduce the cost of repeated authorization calls with the
|
||||
same or similar arguments. Developers should then consider the interaction between
|
||||
caching and revokation of permissions.
|
||||
caching and revocation of permissions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue