Files
kubernetes/pkg
Ondra Kupka 9f52f4d26c 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-05-18 09:49:37 -04:00
..
2025-11-26 00:31:55 +09:00
2025-11-06 09:36:43 +00:00
2025-11-06 09:36:43 +00:00