mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
Instead of granting callers access to the instance stored in the context, let's return a copy. Otherwise a caller might accidentally modify what is stored in the context when they forget to make a copy themselves before modifying fields.