(44) Use sync.Pool
instead? link
#334
Labels
sig-auth-acceptance
issues created during review for sig-auth-acceptance
sync.Pool
instead? link
#334
What
Consider using
sync.Pool
intemplateWithValue
.Why
Because this is being executed by go routines (requests) and sync.Pool might be a good solution for that.
Reference
https://github.com/brancz/kube-rbac-proxy/pull/229/files#diff-c5321b4f3131d9d6f28032421cf6e9bb16827f1f887c808a380d6a0eb1bf5488R188
The text was updated successfully, but these errors were encountered: