Files
kubernetes/pkg/controller
Ondra Kupka a34456319d controller/selinuxwarning: Pre-parse SELinux label
When calling ControllerSELinuxTranslator.Conflicts(), the SELinux label
is repeatedly split into []string to detect conflicts. This causes a huge
number of allocations when there are many comparisons.

This is now made more efficient by pre-parsing the SELinux label and
storing it in podInfo as [4]string for fast comparison when needed.
2026-02-24 18:08:36 +01:00
..
2026-02-19 16:53:19 +00:00
2026-01-29 17:55:08 -05:00
2026-01-13 19:46:34 +00:00
2026-02-19 16:53:19 +00:00
2025-08-04 19:12:13 +00:00