mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-25 19:05:13 +00:00
Automatic merge from submit-queue Fix print type of podname **What this PR does / why we need it**: It is better to change it to %s. According to context and other prints of this file, pod name's print type are all %s, except this one. Although it does not affect the result. **Release note**: ```release-note NONE ```