apiserver/pkg/authentication
Clayton Coleman 49ac3bd853 Avoid allocating when performing VisitRulesFor on service accounts
Service account authorization checks are done frequently and were
observed to perform 7% of allocations on a system running e2e tests.
The allocation comes from when we walk the authorization rules to
find matching service accounts.

Optimize the check for service account names to avoid allocating.

Kubernetes-commit: 4c87a14e6b1809359fcb6566d883a169ff0db259
2019-03-11 11:50:44 -04:00
..
authenticator move audience context functions to authenticator package 2018-10-31 14:50:11 -07:00
authenticatorfactory patch webhook authenticator to support token review with arbitrary audiences 2018-10-29 20:45:10 -07:00
group rebase authenticators onto new interface. 2018-10-15 15:17:36 -07:00
request src/k8s.io/apiserver: Increase cert expiration histogram resolution 2019-03-01 11:34:38 +01:00
serviceaccount Avoid allocating when performing VisitRulesFor on service accounts 2019-03-11 11:50:44 -04:00
token Move from glog to klog 2018-11-09 13:49:10 -05:00
user Update two doc.go files under staging/src/k8s.io/apiserver 2018-10-11 19:10:16 +09:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00