mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 10:18:14 -05:00
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. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| internal_version_adapter.go | ||
| policy_compact.go | ||
| policy_compact_test.go | ||
| policy_comparator.go | ||
| policy_comparator_test.go | ||
| rule.go | ||
| rule_test.go | ||