mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-16 22:45:11 +00:00
The name concatenation and ownership check were originally considered small enough to not warrant dedicated functions, but the intent of the code is more readable with them. There also was a missing owner check in the attach controller.